highstock, how to prevent chart rescaling
问题 I am experimenting with highcharts and there is one thing that many charts have as a functionality and that is to rescale the current view to show only the datapoints that currently are in view to fit the chart. For instance, given these datapoints on a large time period, : [1, 50, 100, 1, 50, 100, 200 ] The chart will show up initially with a scale of say 1 - 200. When you then move the chart left to view older data, 200 gets out of the view, and the graph gets rescaled into 1 - 100, then 1