You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is very painful when creating zoomable and pannable charts with chartjs-plugin-zoom because the whole plug-in relies on scale min and max limits. However, the issue is not in the plugin itself, but in the core chart.js library.
Skjermopptak.2024-10-18.kl.15.51.15.mov
chart.js version
v4.4.5
Browser name and version
No response
Link to your project
No response
The text was updated successfully, but these errors were encountered:
Expected behavior
I show a line chart based on a dataset with a few
null
values.I set a min and max limit for the
x
axis near thenull
values.I expect the gaps to be spanned in the same way with or without the x scale limits.
Current behavior
Gaps are not spanned near min and max limits.
Reproducible sample
https://codepen.io/marisst/pen/GRVEyGK
Optional extra steps/info to reproduce
No response
Possible solution
No response
Context
This issue is very painful when creating zoomable and pannable charts with
chartjs-plugin-zoom
because the whole plug-in relies on scale min and max limits. However, the issue is not in the plugin itself, but in the core chart.js library.Skjermopptak.2024-10-18.kl.15.51.15.mov
chart.js version
v4.4.5
Browser name and version
No response
Link to your project
No response
The text was updated successfully, but these errors were encountered: