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

rightAxis are rounded #1238

Closed
orensha opened this issue Jul 10, 2016 · 1 comment
Closed

rightAxis are rounded #1238

orensha opened this issue Jul 10, 2016 · 1 comment

Comments

@orensha
Copy link

orensha commented Jul 10, 2016

i opened this issue berfore but you closed it even tough my problem wasnt solved. so check this out.

again, i have two combined chart view's one under the other. when im adding the bottom chartview the values of the upper are rounded, it happens when the two graphs are not with the same interval value.

in this image you see the graphs with the same interval values, this one is fine
screen shot 2016-07-10 at 1 25 31 pm

and in this one they arent
screen shot 2016-07-10 at 1 25 51 pm

what can i do? NSNumberFormatter donsnt seem to be solving it.

@liuxuan30
Copy link
Member

liuxuan30 commented Jul 11, 2016

well as we discussed in your previous post,
You have two charts:

  1. one has a 0.756765 label for right axis;
  2. after some ops, it has 1 rounded label for right axis.

This is supposed to your code problem and we don't have any idea what's going on, and seems not a library bug.. unless you have proofs and code that we can reproduce.

I think it's about somewhere in your code that your right axis value formatter is messed up, so you may start debugging from value formatter changes and value changes before and after what were you doing.

Last but not least, closing issues because we think it is answered, and no need to track. If you updated in the closed one, we(at least I) can still see, and reply or reopen if needed.

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