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

Stop hiding of xAxis label. #79

Closed
BurhanMughal opened this issue May 8, 2015 · 1 comment
Closed

Stop hiding of xAxis label. #79

BurhanMughal opened this issue May 8, 2015 · 1 comment

Comments

@BurhanMughal
Copy link

Hi Daniel,
Hope you are doing good.

My question is can we stop chart to hide its xAxis label itself ?

Example: I have 4 labels to draw on xAxis i.e. "a,b,c and d"

Expected result: It should show all four labels at xAxis
Actual result : It shows only 2 labels i.e. a and b and hide the rest labels.

How to get rid of this ?

Thanks.

@danielgindi
Copy link
Collaborator

There's a modulus designed to prevent clutter, showing only every x label, skipping the in-between. You can disable it or set a custom modulus.

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

2 participants