-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Linechart X Labels overlap feature #813
Comments
osolano
changed the title
X Labels affected by hidden values
Linechart X Labels overlap feature
Mar 8, 2016
You can change the text size. |
@petester42 That is one approach, but since I made space available I was hoping to use that. Also, many of my users are very old, so keeping text as large as possible is key. |
What you are experiencing is called "word wrapping". |
ah yes that was it thank you! |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you have a chart with too many values, the following happens
This is not an issue when you have maybe 6 or 7 values viewable at a time since the width is large enough for them to fit. Is there a way to avoid this and have the labels overlap?
FYI I use setLabelsToSkip, but this only skips labels to show, it doesn't handle the label width
The text was updated successfully, but these errors were encountered: