Replies: 1 comment
-
I also need the reverse behavior, which is much more intuitive. Is there any solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, the current behavior of legend onItemClick is to hide the selected series and keep the other to display, but what I need is the opposite, I need to only display the series that I clicked and hide the other.
I found a bad solution that use looping and call hideSeries method for each series names that must to be hidden, but of course this solution will be bad at performance, the chart will be re render each hideSeries called.
So, is there any method to hide mass/batch series? or how to do that?
why something as simple as series: {data: [...], name: 'a series', show: false} didn't exist?
Beta Was this translation helpful? Give feedback.
All reactions