-
Notifications
You must be signed in to change notification settings - Fork 33
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
v2.29 multibrush and hideAxis bug #69
Labels
Comments
v2.2.10 has been released to address this issue. I've tested with example you provided:
|
Works nicely, thanks! |
You're welcome! |
@BigFatDog doesn't look like v2.2.10 is available through npm. Can you publish it there? |
Done. My mistake. |
Thanks! |
You're welcome. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using brushmode "1D-axes-multi" and performing a hideAxis call an error occurs in brus\1d-multi\brushreset.js
It seems properties are read in a forEach of an object (the axis that was just hidden?) that does not exist.
I modified the slickgrid example file to create a ready to use example, this example adds a button that removes three axes. This works OK for brushmode "1D-axes" but fails for "1D-axes-multi"
eg below code save as 'demo/slickgrid2.html'
The text was updated successfully, but these errors were encountered: