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
Setting clip: false on the scales.x options should not clip the points that are on the x-axis limit.
Setting clip: false on scales.x and scales.y should act like setting clip: false on the options root level and not clip the data that appears out of the min and max limits
Expected behavior
Setting

clip: false
on the scales.x options should not clip the points that are on the x-axis limit.Setting
clip: false
on scales.x and scales.y should act like settingclip: false
on the options root level and not clip the data that appears out of the min and max limitsCurrent behavior
Setting
clip: false
on both axes does nothing.Reproducible sample
https://codepen.io/sbourouis/pen/dyLqMay
Optional extra steps/info to reproduce
No response
Possible solution
No response
Context
No response
chart.js version
4.4.2
Browser name and version
Chrome Version 123.0.6312.107 (Official Build) (arm64)
Link to your project
No response
The text was updated successfully, but these errors were encountered: