You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a graph with two series, but I want one of them to be permanently hidden from the user and just show its values on a shared tooltip.
But everytime I try to invoke the hideSeries() method, I get an error:
ERROR TypeError: Cannot read properties of undefined (reading 'hideSeries')
This is what my code looks like (Angular 12):
I've searched a lot for answers, tried many different approaches, but unfortunately nothing worked. I always get an error.
Am I doing something wrong here? Can a series be hidden immediately upon loading?
Beta Was this translation helpful? Give feedback.
All reactions