plotly.js icon indicating copy to clipboard operation
plotly.js copied to clipboard

plotly_doubleclick not firing when dragmode not in [zoom, pan, orbit, turntable, False]

Open lvlte opened this issue 4 years ago • 0 comments

The 'plotly_doubleclick' event fires correctly only when dragmode is set to one of 'zoom' | 'pan' | 'orbit' | 'turntable' | false.

With any other values (select, lasso, drawclosedpath, drawopenpath, drawline, drawrect, drawcircle all tested), it won't fire except if you dblclick on the axes.

https://codepen.io/lvlte/pen/mdPREKw

lvlte avatar Aug 23 '20 09:08 lvlte