Change Range In Highstock Dynamically
I want to change the range in a chart dynamically. If I go from a big value to a smaller, everything works fine. But if I want to go to the bigger again, nothing happens. You can t
Solution 1:
Have you tried to use setExtremes
() http://api.highcharts.com/highstock#xAxis.events.setExtremes which allow to define range.
EDIT: Example: http://jsfiddle.net/wkBwW/16/
Post a Comment for "Change Range In Highstock Dynamically"