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

Errors when combining multiple axes with series.visible = false #59

Closed
Nickesh opened this issue Aug 11, 2010 · 3 comments
Closed

Errors when combining multiple axes with series.visible = false #59

Nickesh opened this issue Aug 11, 2010 · 3 comments

Comments

@Nickesh
Copy link

Nickesh commented Aug 11, 2010

Errors occur in FireFox, Safari and Chrome (not in Opera and IEs) when you set series.visible to false, but only when you have at least two series binded to different axes.

Reported at: http://highslide.com/forum/viewtopic.php?f=9&t=7209
Demo at: http://jsfiddle.net/ekMNR/

@TorsteinHonsi
Copy link
Collaborator

point.plotY becomes NaN for the failing series. This causes errors in FF when trying to draw circles, and in Chrome when trying to draw the graph.

This helps in FF:
if (plotY !== UNDEFINED && !isNaN(plotY)) {

@TorsteinHonsi
Copy link
Collaborator

The same errors appear with this minimal demo: http://jsfiddle.net/ekMNR/1/

@TorsteinHonsi
Copy link
Collaborator

Fixed path calculation errors for hidden series caused by the axis not having min and max. Closed by ff353d8.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants