I would like to dynamically set xAxis min and max. If I set it in the options like shown below it works
xAxis: {
min: my_Computed_Min,
max: my_Computed_Max
}
However, it is changing the display of the chart and zooming in. It is not using the default range selector "All". Is there a particular event I should be using to set these?
Please advise.