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
IDs should be unique for series, even when it's a part of a navigator.
http://jsfiddle.net/rdqh1rad/
In the console, we can see 3x highcharts-navigator-series. It will become a problem, when we would like to use chart.get('highcharts-navigator-series');
highcharts-navigator-series
chart.get('highcharts-navigator-series');
The text was updated successfully, but these errors were encountered:
Fixed #6158, duplicate ID of navigator series.
99386f1
abedf7b
oysteinmoseng
Successfully merging a pull request may close this issue.
Expected behaviour
IDs should be unique for series, even when it's a part of a navigator.
Live demo with steps to reproduce
http://jsfiddle.net/rdqh1rad/
In the console, we can see 3x
highcharts-navigator-series
. It will become a problem, when we would like to usechart.get('highcharts-navigator-series');
The text was updated successfully, but these errors were encountered: