Hi,
Is there any way to handle multiple selections simultaneously i.e. without cancelling the previous selection? Currently, when the Box select cursor is selected (from the modebar) and box selection is applied, the previously selected part of the graph gets deselected and the box re-appears for the newly selected part. I was just wondering if we can select new data points on the graph without deselecting the previous ones.
Any help will be appreciated.
Thanks!
Is there any way to handle multiple selections simultaneously i.e. without cancelling the previous selection
Not at the moment.
This is a limitation of the current implementation. See PR https://github.com/plotly/plotly.js/pull/154 for more information.
That said, what you describe would be a great addition to the library.
This would be awesome!
A great thing to do would be to enable pressing shift+selection to add to the current selection (keeping selection without pressing the shift key working as-is).
I could really use this functionality as well. We use plotly for annotating various charts and many need multiple annotations.
cc @dfcreative @chriddyp @jackwluo
@dfcreative
@dfcreative
Here is work in progress:

Things to do:
Awesome @dfcreative :tada:
We should also discuss what should happen to the plotly_selected event data during multiple selections.
I'd vote for emit a plotly_selected event after every selection stroke is completed and making the points array include points for all selected currently visible.
Thoughts?
Progress so far

Done via @dfcreative 's https://github.com/plotly/plotly.js/pull/2140
Most helpful comment
Awesome @dfcreative :tada:
We should also discuss what should happen to the
plotly_selectedevent data during multiple selections.I'd vote for emit a
plotly_selectedevent after every selection stroke is completed and making thepointsarray include points for all selected currently visible.Thoughts?