Uh oh!
There was an error while loading. Please reload this page.
add clear_on_doubleclick prop for clearing clickData - #193
Conversation
| /** | ||
| * If True, `clear_on_doubleclick` will clear the `clickData` property | ||
| * when the user double clicks (when dragmode='zoom'). |
There was a problem hiding this comment.
Only on dragmode='zoom'? Also, could we be more specific about dragmode, like figure['layout']['dragmode'] = 'zoom' or config['dragmode'] = 'zoom'
chriddyp
commented
Apr 29, 2018
Seems reasonable and a natural extension of the existing API. I would imagine that Ultimately I really want the plotly.js to make this natural behaviour by adding a |
cpsievert
commented
Apr 30, 2018
By |
alexcjohnson
commented
Dec 14, 2018
@chriddyp@cpsievert can we drop this PR now that plotly.js has built-in click-to-select plotly/plotly.js#2944? |
chriddyp
commented
Dec 14, 2018
definitely |
No description provided.