Skip to content
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

Zones in Highstock with separate navigator.series #4403

Closed
pawelfus opened this issue Jul 17, 2015 · 0 comments
Closed

Zones in Highstock with separate navigator.series #4403

pawelfus opened this issue Jul 17, 2015 · 0 comments

Comments

@pawelfus
Copy link
Contributor

Simple example: http://jsfiddle.net/o13zm9uc/

In the console we can observe errors when using separate series (empty series - useful for multiple datasets which none of the series should be there displayed).

Workaround is to set zones for that series too. Example:

navigator: {
    series: {
         data: [],
         zones: []
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants