Open
Description
The double click event will trigger the single click event as well as reported in #1546. But the issue has been closed.
Here's the example showing the issue:
https://codepen.io/Lexachoc/pen/qEWZJxb
Only the single click event plotly_click
can access the data.
There are usecases to access the data points on double click e.g., in plotly/react-plotly.js#257.
It would be nice to allow access the data also on double click. And maybe also to avoid triggering a single-click event. (which will solve the issue report in #1546)