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
The scatter points are shown in 3 dimensions
The scatter points are shown in 2 dimensions,
https://jsfiddle.net/0zfjzjb6/
chart.addSeries({ type: 'scatter', /* etc */ })
Highcharts 6.1.0
Works as expected in version 6.0.7 - https://jsfiddle.net/tt08vvnv/
Chrome latest, Firefox latest, presumably all browsers
The text was updated successfully, but these errors were encountered:
2f24788
Successfully merging a pull request may close this issue.
Expected behaviour
The scatter points are shown in 3 dimensions
Actual behaviour
The scatter points are shown in 2 dimensions,
Live demo with steps to reproduce
https://jsfiddle.net/0zfjzjb6/
chart.addSeries({ type: 'scatter', /* etc */ })
Product version
Highcharts 6.1.0
Works as expected in version 6.0.7 - https://jsfiddle.net/tt08vvnv/
Affected browser(s)
Chrome latest, Firefox latest, presumably all browsers
The text was updated successfully, but these errors were encountered: