Onscroll event for scroll bar enabled charts
I would like to get the extremes on scroll of the chart. With this I want to show the plotted values of the visible chart.
1
vote
Dhiviya
shared this idea
You can use the X axis setExtremes event, and check for e.trigger === ‘navigator’. See http://jsfiddle.net/highcharts/un3fLbqr/.