score:0

Accepted answer

you can add tickmarklength: 50 to options/scales/xaxes/gridlines :

        gridlines: {
            display: false,
            drawborder: false,
          tickmarklength: 50
        },

and result: enter image description here


Related Query

More Query from same tag