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

drawing xAxis ratio values #2885

Closed
dhhyuk opened this issue Oct 16, 2017 · 1 comment
Closed

drawing xAxis ratio values #2885

dhhyuk opened this issue Oct 16, 2017 · 1 comment

Comments

@dhhyuk
Copy link

dhhyuk commented Oct 16, 2017

i have datas [0, 10, 5, 4, 3, 50, 5000, 5400, 4900, 7000]

so scatterchartview drawing xAxis [0, 10, 20 ,30 ,40, 50, 60... ~ 7000]
It appears to be divided into two parts.
but i want to draw xAxis ratio.
example that's data xAxis range should [0~ 100, 4500 ~ 8500]

@liuxuan30
Copy link
Member

you can use valueFormatter to format axis values.

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