Skip to content
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

Closed
osolano opened this issue Mar 8, 2016 · 5 comments
Closed

Linechart X Labels overlap feature #813

osolano opened this issue Mar 8, 2016 · 5 comments

Comments

@osolano
Copy link

osolano commented Mar 8, 2016

When you have a chart with too many values, the following happens

image

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

@osolano osolano changed the title X Labels affected by hidden values Linechart X Labels overlap feature Mar 8, 2016
@pmairoldi
Copy link
Collaborator

You can change the text size.

@osolano
Copy link
Author

osolano commented Mar 8, 2016

@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.

@danielgindi
Copy link
Collaborator

What you are experiencing is called "word wrapping".
Set wordWrapEnabled = false on the x axis.

@osolano
Copy link
Author

osolano commented Mar 8, 2016

ah yes that was it thank you!

@danielgindi
Copy link
Collaborator

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants