-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
error while clicking on pie chart #146
Comments
Hi there, |
════════ Exception caught by gesture ═══════════════════════════════════════════════════════════════ When the exception was thrown, this was the stack: i'm getting this error when long press the chart with given sample code. |
Provide me a reproducer code. |
It will be closed by tomorrow if you don't provide it. |
Thank you, I found the problem. |
Waiting for the next version brother. |
Thanks for waiting, |
Fixed in 0.7.0 |
Unhandled Exception: NoSuchMethodError: The method '[]' was called on null.
when i am tapping or long tapping some times. getting this error and after that i am not able to get touch event.
i solved it by changing in one file named "PieChartPainter".
sectionsAngle was null and we are getting value of it by index.
to temporary solve it. i made following changes.
I dont know my way is right or not as i ddnt go through whole library code. but i am not getting this error now. kindly guide.
The text was updated successfully, but these errors were encountered: