score:2

Accepted answer

You want it to look like this?

enter image description here

I achieved this by adjusting the startOnTick and min values.

    xAxis: {
        startOnTick: false,
        min: 0.5,

Fiddle here.


Related Query

More Query from same tag