How do I detect a zoom event in highcharts?

后端 未结 3 1287
清歌不尽
清歌不尽 2021-02-05 10:57

Is it possible to detect a zoom event in Highcharts? My use case is that I have some state external to the chart, and when the user zooms in on part of it I want to detect what

3条回答
  •  走了就别回头了
    2021-02-05 11:10

    Have you tried going through the Highcharts API?

    You may want to look @ xAxis.events.setExtremes And/Or chart.events.selection

提交回复
热议问题