With a big load of data in the highchart, chart.xAxis[0].setExtremes(min, max) seems to take too much time. I wonder if I can set the extremes directly at the creation of the chart, for example when I define the xAxis:
xAxis: [{
categories: periods
}],
How can I do that? I don't find anything in the reference api.