-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Overlapping labels on x axis #6109
Comments
Set The default is |
Seems like a bug to me. The fewer the labels, the more they overlap before rotated or skipped. So could be a +-1 thing. |
It seems that the setting of Thanks for the quick reply |
@kurkle raised a good point though that there is a bug here because this shouldn't happen even without |
The overlap still seems to be an issue on time series with v4.4.4 Config
Setup
|
Expected Behavior
Labels should be skipped or rotate so they are not overlapping.
Current Behavior
If the browser gets resized the labels on the x axis could get overlapped.
Steps to Reproduce (for bugs)
Here is a sample of the problem:
https://codesandbox.io/s/1vm83xknoj?fontsize=14
Context
I get the data from an custom private API and want to visualize the data with chart.js.
Environment
The text was updated successfully, but these errors were encountered: