The xAxis of my charts is represented with days (xAxisType=dateTime).
I modify the selection event (zooming) and depend on the amount of days which are selected in t
Looks like this.zoom() does not trigger chart.events.selection event.
this.zoom()
chart.events.selection
In case you need to reset zoom and trigger all events along the way click on "Reset button" programmatically
$('.highcharts-button').click();