-
Notifications
You must be signed in to change notification settings - Fork 211
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
Expose isBrushed #297
Comments
This would be useful. It would also be useful to get an object containing the current brush state (all active brushes, rather than having to use this test for each one). |
I'm trying to work on a way to get all of the current brushes (and also a way to set them). That way if you wanted to save what's brushed (or programmatically set the brush extents) you could do that. |
@dehli this is already possible if you call |
Thanks @mcwillso. I just discovered that functionality, so I'm trying to figure out how to use it. I'll let you know if I can't figure it out :) |
It's because I was using an old version of the parallel coordinates, oops. Thanks! |
I feel like this function is useful enough to warrant public availability, especially since I can't seem to find any other solid method of determining if a brush is currently active.
parallel-coordinates/src/render.js
Line 23 in a022b81
The text was updated successfully, but these errors were encountered: