-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
toggleSeries + multiple yaxis #366
Comments
There is a property in y-axis called yaxis: [
{ seriesName: 'seriesA', showAlways: true },
{ seriesName: 'seriesA', show: false },
{ seriesName: 'seriesA', show: false },
{ seriesName: 'seriesA', show: false },
{ seriesName: 'seriesE', opposite: true, showAlways: true },
{ seriesName: 'seriesE', opposite: true, show: false }
] |
junedchhipa
added a commit
that referenced
this issue
Mar 2, 2019
The problem is I have left y-axis for 4 sesries. And I have external navigation to switch between each series. And now If I use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. I have a little problem with my chart.
I have a multiple series (A-F) with axternal navigation and
toggleSeries()
methods to show/hide them.I also have two yaxis:
The problem is when I disable for example
seriesA
. Then I don't see left yaxis. Is there any easy way to toggle yaxis visibility too?The text was updated successfully, but these errors were encountered: