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 is by design to create nice looking ticks. If you want to bar to always be filled exactly to the top you can provide your own max option in the scale config.
Expected behavior
For a simple bar graph, when the max number is odd, the bars are not filling to the top of the chart. For even numbers, it's working as expected.
Current behavior
For a simple bar graph, for any max number, the bars should fill to the top of the chart.
Reproducible sample
https://codepen.io/mintyPT/pen/poXdReE
chart.js version
v4.4.1
Browser name and version
Latest chrome
The text was updated successfully, but these errors were encountered: