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