maxRange for axes
The option minRange
allows it to determine the minimum extent an axis will display (for example if the user zooms into the chart). It would make sense to have a maxRange
equivalent, particularly for simulation data where 'optimal runs' often increase exponentially. See also http://stackoverflow.com/questions/17287920/
14
votes
Anonymous
shared this idea
-
AdminPaweł Fus (Admin, Highcharts JS) commented
I think it's completed: we can use yAxis.floor and yAxis.ceiling to achieve that result: http://jsfiddle.net/f0fpzd4c/