I am trying to remove the offset on the tick of the x-axis.
offset
x-axis
I want the first tick 10/8 to start from the x-axis a
10/8
Add pointPlacement: 'on' in plotOptions.
plotOptions: { series: { pointPlacement: 'on' } }