0
votes

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.

1
@IgorShastin Do not edit the question, post a new answer instead - Paolo Moretti

1 Answers

2
votes

You need to set xAxis.min & xAxis.max properties.