-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Unable to exit boost when series contains null points. #17547
Comments
Which was the last version this was working? I am down until v9.0.0 and it is never switching back to non-boost after zoom.
Okay, I see now that the null series is preventing an exit. Otherwise it would fall back to unboost points. |
I think it has never worked correctly. I check multiple versions and I didn't find one working. |
Thanks for testing further. 👍 |
After playing around I found a workaround. Settings the chart option results in the desired effect:
|
Related: #8164 |
Expected behaviour
When there are fewer points than
boostThreshold
chart should exit the boost module.Actual behaviour
When one series contains null points, and after zooming and having fewer visible points than the
boostThreshold
the chart is still boosted.When the null series is not visible on the chart the issue is not visible.
Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/no0txe2c/
Product version
Highcharts JS v10.2.0 (2022-07-05)
Affected browser(s)
All
The text was updated successfully, but these errors were encountered: