Highcharts how to change x axis options
问题 In Highcharts I want to change the default starting point from 0 to 1 is where can i find the option to change I have only data points so that are plotted on y axis and the x axis simply contain the default numbers ie 0,1,2, etc.. i want to change the starting point from 0 to 1 thanks in advance 回答1: It's been a while since you've posted so I hope you've found your answer by now but I wanted to give you a response anyway. You need to use the min option inside the X-Axis category. Read more