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

y axis value only shows three digits. i.e, 0,300,600,900,200,500,800,100 etc. I need to show it as 0,300,600,900,1200,1500,1800,2100 #536

Open
malarvizhibe opened this issue Dec 20, 2019 · 1 comment

Comments

@malarvizhibe
Copy link

No description provided.

@devbro1
Copy link

devbro1 commented Feb 26, 2020

not sure if it helps but you can generate your own axis values:
AxisValue axis_val = new AxisValue(1200).setLabel("1200");

there is also Axis.setMaxLabelChars(5) which may come in handy

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