Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brushing enhancments #316

Open
tdudgeon opened this issue Jul 14, 2016 · 0 comments
Open

Brushing enhancments #316

tdudgeon opened this issue Jul 14, 2016 · 0 comments

Comments

@tdudgeon
Copy link

Suggest 2 enhancements that will allow better use of brushing. The scenario is that the result of a brush is propagated on to another component as a "filter" and want to avoid unnecessary communications overhead.

  1. add a "brushend" event that allows selection to be propagated only after brushing is complete.
  2. provide a mechanism to determine if nothing is brushed. Currently the "brush" event fires with all data when bruses are cleared. Would be more efficient to allow to determine if brush is empty so that filter can be cleared rather than set to all data elements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant