What problem does this feature solve?
Currently I have only found tools for the brush event, but the brush events comes with some limitations if you want to have interactivity between different views.
In our use case for example we want to be able to select entries in a table and these entries should show up as selected in the scatter plot. This direction is easily possible by dispatching a 'select' event. But I did not find a good solution for the other way round. It would be amazing if I could have tools like a rectangular selection and/or a polygone selection to add these points to the existing selection.
What does the proposed API look like?
It would be great to have tools in the toolbar that helps a user to select multiple points/bars in the charts and dispatch a selectchanged event.
What problem does this feature solve?
Currently I have only found tools for the brush event, but the brush events comes with some limitations if you want to have interactivity between different views.
In our use case for example we want to be able to select entries in a table and these entries should show up as selected in the scatter plot. This direction is easily possible by dispatching a 'select' event. But I did not find a good solution for the other way round. It would be amazing if I could have tools like a rectangular selection and/or a polygone selection to add these points to the existing selection.
What does the proposed API look like?
It would be great to have tools in the toolbar that helps a user to select multiple points/bars in the charts and dispatch a selectchanged event.