Esri / cedar

JavaScript Charts for ArcGIS
https://esri.github.io/cedar
256 stars 238 forks source link

Implement rubber band selection. #162

Open azhigimont opened 9 years ago

azhigimont commented 9 years ago

Please implement rubber band selection to allow multiple chart objects to be selected. Also we need .selectMultiple function that will accept a list of key/value objects or a key and a list of values. This may require selection model not to rely on mouse hover event (https://github.com/Esri/cedar/issues/117)

ajturner commented 9 years ago

I'm not exactly clear what you mean by 'rubber band selection'. Can you describe the sequence of user interactions and visible effects or events?

The multiple select API makes sense and could overload the current select.

Thanks for reminding me of the other issue as well.