score:1

Accepted answer

the difference between the x and y axes is the default value for endontick and startontick.

  yaxis: [{
    gridlinewidth: 1,
    startontick: false,
    endontick: false
  }],

demo: https://jsfiddle.net/blacklabel/u7gthrnl/


Related Query

More Query from same tag