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
The zoom with mouse wheel works if you set drag: false
You're right, onPanComplete is called even if pan is disabled, don't know if we should remove this behavior
Zoom is actually happening but threshold may be too high. You're using a category scale which is probably not the best for your need. You'll get better results with a time scale
I wrote a gist from samples which shows some problems:
pan
event fires in console log meanwhile it was disabled in config (I was panned
)drag zoom
works unexpectedly. We can see logs in console (I'm zooming!!!
andI was zoomed!!!
) but often chart doesn't redraws and still unzoomedThe text was updated successfully, but these errors were encountered: