You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: