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
To set extremes use:
this.xAxis[0].setExtremes(min,max); this.showResetZoom();