Open VandreiVer opened 6 months ago
Take the most basic line chart with the zoom plugin and 2 datasets.
Expectations: The chart zoom level remains the same so that I don't have to zoom in again to whichever data point I was interested in.
Actual result: The chart is updated and the zoom level is back to the default one.
Findings: Trying to hook into the onZoomStart and cancel the zoom did not work. The event was not the one being triggered.
I am having the same issue. Can someone come help?
I have faced the smiliar issue that I have created a customized contextmenu by double click. When I double click, the chart automatically zooms out....
Take the most basic line chart with the zoom plugin and 2 datasets.
Expectations: The chart zoom level remains the same so that I don't have to zoom in again to whichever data point I was interested in.
Actual result: The chart is updated and the zoom level is back to the default one.
Findings: Trying to hook into the onZoomStart and cancel the zoom did not work. The event was not the one being triggered.