I'm working with highcharts' highstock library. I'm trying to populate monthly data on it but xAxis on navigator misses out some months. I need it to include ALL months. here's the fiddle.
I've tried the tick intervals:
navigator: {
adaptToUpdatedData: false,
xAxis: {
minTickInterval: 30*24*3600*1000
}
}
Suggestions?