Skip to content

Fix chartArea undefined when resizeDelay ≠ 0#12218

Open
daran8 wants to merge 1 commit intochartjs:masterfrom
daran8:bug/12166-resizeDelay-chartArea-init
Open

Fix chartArea undefined when resizeDelay ≠ 0#12218
daran8 wants to merge 1 commit intochartjs:masterfrom
daran8:bug/12166-resizeDelay-chartArea-init

Conversation

@daran8
Copy link

@daran8 daran8 commented Mar 12, 2026

  • force immediate update during initial resize if chartArea is still undefined
  • add regression test verifying synchronous chartArea initialization
  • update responsive docs to clarify initial layout isn’t delayed

closes #12166

- force immediate update during initial resize if chartArea is still undefined
- add regression test verifying synchronous chartArea initialization
- update responsive docs to clarify initial layout isn’t delayed

closes chartjs#12166
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When resizeDelay != 0, it causes the initialized chartArea property to be undefined.

1 participant