Highcharts x-axis tick starts with an offset
问题 I am trying to remove the offset on the tick of the x-axis . I want the first tick 10/8 to start from the x-axis and y-axis intersection. 10-8 should be on the marker which is between the two labels. I have following code for it in highchart. xAxis: { categories: categories, title: { text: title_x_axis, style: { fontWeight: 'bold' }, formatter: function(){ return "<h3><b>" + this.value + "</b></h3>"; } }, min: 0, startOnTick: true, endOnTick: true, minPadding: 0, maxPadding: 0, align: "left"