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
It looks like the plotly_relayout event only gets triggered upon panning, but not zooming. If you do zoom, and then pan however, the new zoom level will be echoed.
Expected behavior: plotly_relayout should be triggered upon zoom and pan.
It looks like the
plotly_relayout
event only gets triggered upon panning, but not zooming. If you do zoom, and then pan however, the new zoom level will be echoed.Expected behavior:
plotly_relayout
should be triggered upon zoom and pan.Check out the codepen for an example:
https://codepen.io/charleyferrari/pen/yEJmYv
The text was updated successfully, but these errors were encountered: