Launch Highcharts zooming programmatically (after a selection)

后端 未结 3 743
星月不相逢
星月不相逢 2020-12-17 05:35

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

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-17 06:25

    To set extremes use:

    this.xAxis[0].setExtremes(min,max);
    this.showResetZoom();
    

提交回复
热议问题