Configureable Max-Distance of Navigator handles
I think it would be useful to have an option how far the navigator handles can be apart maximum.
My load time explodes if a user selects to big range and right now it does not seem to be possible to configure a limit there.
e.g. I display one year of data in the navigator and I load dynamically detail whenever I move the handles. But I dont want the user to select more than one month.
Implemented in v6
See API option: https://api.highcharts.com/highstock/xAxis.maxRange
-
It could be implemented as a maxRange option, much the same way the the ill-named maxZoom currently defines a minimum range.