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

Cannot set double value in Combined chart line chart. #3205

Closed
sharatkannan opened this issue Jan 23, 2018 · 3 comments
Closed

Cannot set double value in Combined chart line chart. #3205

sharatkannan opened this issue Jan 23, 2018 · 3 comments

Comments

@sharatkannan
Copy link

Set double value in combined chart line chart. chart shows rounded value.
Is any way to show the double value in line chart in combine chart?

@liuxuan30
Copy link
Member

liuxuan30 commented Jan 23, 2018

check demo. showing just means it uses formatter, but it's always double.

@sharatkannan
Copy link
Author

In combined chart demo: just give line graph data entry x value as 2.790 it shows as 3 in graph.

@jjatie
Copy link
Collaborator

jjatie commented Jan 23, 2018

Look at the DefaultValueFormatter and DefaultAxisValueFormatter (depending on which values you’re trying to format). There is a decimals property you can set to choose how many decimal places you want.

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