-
-
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
Line chart crashes with a big float #62
Comments
It crashes because x/y are Did you initialize with a null frame or something? |
@PhilJay do you think we should move everything to work with |
Yes I think we could. |
It's just "ant work" as we say in Hebrew, just changing a lot of floats to On Sat, May 2, 2015 at 8:45 PM, Philipp Jahoda notifications@github.com
|
Yes, I aggree that double would be better:) https://github.com/turkenh/ios-chart-crash Thanks... |
For the next version we will be ready with Doubles instead of Floats, so that will be relatively soon... |
@PhilJay are you going to move MPAndroidCharts to Double? Do you want my help? |
Yes I am definitely planning on doing so, I just don't have the time right now. If you want to start this just let me know so that we don't start simultaneously :-) |
I am drawing line chart with one yVal = 657711616 and xVal="SomeText"
But app crashes at following line:
Previously, just before I updated to recent commits, app was crashing for same chart but with an error:
Assertion failed: (CGFloatIsValid(x) && CGFloatIsValid(y)), function void CGPathMoveToPoint(CGMutablePathRef, const CGAffineTransform *, CGFloat, CGFloat), file Paths/CGPath.cc, line 254.
The text was updated successfully, but these errors were encountered: