You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
and in this one they arent
what can i do? NSNumberFormatter donsnt seem to be solving it.
The text was updated successfully, but these errors were encountered:
well as we discussed in your previous post,
You have two charts:
one has a 0.756765 label for right axis;
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.
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
and in this one they arent
what can i do? NSNumberFormatter donsnt seem to be solving it.
The text was updated successfully, but these errors were encountered: