yAxis extremes aren't correctly calculated #6203
Closed
Comments
Reopening due to the fix being reverted: b914777 |
Works fine - v7.0.2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
yAxis extremes should be calculated using only visible data.
Actual behaviour
yAxis extremes are calculated using not only visible data, but also near points that are not visible in plotArea.
Live demo with steps to reproduce
http://jsfiddle.net/vRDNZ/2/
To reproduce show only one scatter point in chart using navigator.
It looks that this problem may be connected with this github topic: #3422
The text was updated successfully, but these errors were encountered: