Closed
Description
To replicate:
- Take any cartesian graph e.g. http://codepen.io/etpinard/pen/OMgWjz
- switch
layout.dragmode
from'zoom'
to'pan'
(viaPlotly.restyle
or thepan2d
mode bar button) - Try panning the graph. Panning fails on mouse move i.e. the graph doesn't move.
- Release mouse button, the graph pans according to the current mouse location
- Try panning again, panning now works on mouse move.