I have this HighCharts chart that has over 50 values on x-asis. Thus, many, and I would like to show only each x-number of steps. Any ideas how to do this?
Change the next bit of code by adding minTickInterval
minTickInterval
xAxis: { categories: myArray, minTickInterval: 5 },
Jsfiddle
xAxis: {Categories: myArray, tickInterval: 5}
minTickInterval will prevent smaller units from showing if you increase too much