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

Fully boosted chart does not respect multiple y axes' boundaries #21185

Open
javolio opened this issue May 17, 2024 · 1 comment
Open

Fully boosted chart does not respect multiple y axes' boundaries #21185

javolio opened this issue May 17, 2024 · 1 comment

Comments

@javolio
Copy link

javolio commented May 17, 2024

Expected behaviour

When using multiple y axes with distinct vertical spaces, series should not be rendered beyond their axes' min and max.

Actual behaviour

If every series in a chart is boosted in such a case, the series will only be clipped to the plot area, not its axis. The behavior is as expected if any series are not boosted or if boost.allowForce is false.

This is most likely related to #19039

Live demo with steps to reproduce

https://jsfiddle.net/t37sno52/2/

Here, you can click the buttons to toggle disabling boosting of the first series or to disable the boost.allowForce option.

image

Product version

Highcharts JS v11.4.1 (2024-04-04)

Affected browser(s)

Confirmed in Chrome and Firefox

@karolkolodziej
Copy link
Contributor

Hi @javolio! Thank you for reporting the issue!

Indeed the allowForce: true, is causing it.

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