Change range in Highstock dynamically

前端 未结 1 1461
不思量自难忘°
不思量自难忘° 2021-01-22 10:01

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.

<
相关标签:
1条回答
  • 2021-01-22 10:32

    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/

    0 讨论(0)
提交回复
热议问题