Closed
Description
Hi,
I'm using the new 'plotly_selected' feature, which is a great improvement. Here are some issues I encountered:
- When in Select mode, a 'click' generates undefined eventData
- When you're zoomed in, select some points and zoom back out, the selection box does not properly scale, which causes a mismatch between the selected points and the area the selection box shows
- When in Select mode, double click removes the selection box, whereas a single-click does not.
This is the selection:
On a single click it stays the same:
In the eventData there is no way distinguish between the two, as both are undefined, whereas, if the selection box is removed, you'd also want to be able to remove the selected points to keep the plot visually consistent.