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
Labels on x axis should position themselves horizontally when there is available space without adding maxRotation: 0 or minRotation: 0 (which would make the labels not responsive when resizing)
Current behavior
The labels are tilted even tough there is space for them to be positioned horizontally
I think this happens because labels aren't actually removed from DOM, what if they are? In that case there would be enough of space for labels to position themselves horizontally, assuming I understood the mechanism behind the chart
Context
No response
chart.js version
v3.9.1
Browser name and version
No response
Link to your project
No response
The text was updated successfully, but these errors were encountered:
Expected behavior
Labels on x axis should position themselves horizontally when there is available space without adding maxRotation: 0 or minRotation: 0 (which would make the labels not responsive when resizing)
Current behavior
The labels are tilted even tough there is space for them to be positioned horizontally
Reproducible sample
https://stackblitz.com/edit/js-ddq5ct?file=index.html,package.json,index.js
Optional extra steps/info to reproduce
No response
Possible solution
I think this happens because labels aren't actually removed from DOM, what if they are? In that case there would be enough of space for labels to position themselves horizontally, assuming I understood the mechanism behind the chart
Context
No response
chart.js version
v3.9.1
Browser name and version
No response
Link to your project
No response
The text was updated successfully, but these errors were encountered: