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

Chart stops scaling after exiting fullscreen #20548

Closed
jedrzejruta opened this issue Jan 30, 2024 · 0 comments · Fixed by #20663
Closed

Chart stops scaling after exiting fullscreen #20548

jedrzejruta opened this issue Jan 30, 2024 · 0 comments · Fixed by #20663

Comments

@jedrzejruta
Copy link
Contributor

jedrzejruta commented Jan 30, 2024

Expected behaviour

After exiting fullscreen mode, the chart should adapt to the window size.

Actual behaviour

After exiting fullscreen mode, the chart stays the same, regardless of the window size.

Live demo with steps to reproduce

  1. Open the full screen mode via context menu
  2. Close the full screen mode via context menu
  3. Try to resize the chart frame

https://jsfiddle.net/BlackLabel/mLcvy71k/

Product version

Introduced in Highcharts v11.3.0

Internal note: bisected to db37d46

Workaround

Set chart.isResizing = 0 after the close() method is finished: https://jsfiddle.net/BlackLabel/L2p59y34/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants