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

Setting chart size does not work when switching from boost to standard mode #21106

Open
benochr opened this issue May 2, 2024 · 1 comment
Open

Comments

@benochr
Copy link

benochr commented May 2, 2024

Expected behaviour

setSize keeps working when switching from boost mode to standard mode.

Actual behaviour

When we switch from boost mode to standard mode, setSize does not work anymore. A part of the plotted series is invisible.

image

Live demo with steps to reproduce

https://jsfiddle.net/w0gL1poh/51/

  1. Start in standard mode, play around with the size (increase, decrease, reset), everything works as expected
  2. Toggle on boost mode, play around with the size (increase, decrease, reset), everything works as expected
  3. Toggle off boost mode, decrease size works as expected, increase size does not work, only part of the series is shown

It seems as if the (initial) size (at the time you disable boost mode) is the max size and you cannot increase width or height beyond this size.

Product version

Highcharts v11.4.1

Affected browser(s)

Version 124.0.6367.119 (Official Build) (arm64)

@bm64
Copy link
Member

bm64 commented May 3, 2024

Hello @benochr and thanks for reporting the issue.

Looks like it used to work correctly in v11.3.0 and has been broken since v11.4.0: https://jsfiddle.net/BlackLabel/43ydsw7h/

Internal note:
Bisected to: 55e5161

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