Closed rvberloo closed 5 years ago
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.
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'