Skip to content

Handle scales removed while panning #930

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

Merged
merged 1 commit into from
Feb 15, 2025

Conversation

joshkel
Copy link
Contributor

@joshkel joshkel commented Feb 13, 2025

To fix this, instead of tracking the actual Scale objects, I'm tracking scale IDs.

Fixes #929

To fix this, instead of tracking the actual Scale objects, I'm tracking scale IDs.

Fixes chartjs#929
@joshkel joshkel force-pushed the change-scales-during-pan branch from a99d667 to 83c9fb2 Compare February 13, 2025 22:24
@kurkle kurkle merged commit 679efbb into chartjs:master Feb 15, 2025
12 of 13 checks passed
@kurkle kurkle added the bug label Feb 15, 2025
@joshkel joshkel deleted the change-scales-during-pan branch February 15, 2025 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Cannot read properties of undefined" if scale is removed mid-pan
2 participants