-
Notifications
You must be signed in to change notification settings - Fork 335
Closed
Labels
Description
I wrote a gist from samples which shows some problems:
- zoom with mouse wheel won't work (Chrome 83, FF 77). No one log event in console log
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 unzoomed
elementalTIMING, arthur-balagne and VibertJ