-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Cant understand .axisMaxValue #1054
Comments
Maybe your values are not percentages? Just the formatter is showing the percentage? |
chartData.getYMax() returns "5.56" |
Check which y axis is your data dependent on. Also maybe you should just disable the right y axis? |
To be honest not 100% sure that did you mean.
|
Check the first line chart demo and the dual-axis one. |
Basically setting |
Wanted to put percentage limits of 100% to graph to show values more obvious.
because, for instance, if value of 6% is the max in this data, it looks like 99% ( I mean it fills whole bar, not just small part of it)
form demo example of BarChart:
it working fine! however on my own code (Swift) it is not working at all...
Which is strange because the one:
is working...
May be I do not understand something...
The text was updated successfully, but these errors were encountered: