-
-
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
The touch has no response for version 0.5.0 #126
Comments
Hi, may I ask you to provide me a straight forward sample? |
Add the dependencies in your yaml
Copy the follow code into a dart file in you flutter app, and pay attention on line 106 to 119. The barChart and lineChart has the same problem, this is just a pieChart simple.
|
Hi man. |
Tks for the good project , it's usefull and beautiful. |
You're welcome ;) |
With version 0.5.0, after debug, I found that all type of chart with the function ‘_getChartSize()’ will return a Size(infinity,infinity) in some case, this will trigger the touchCallback return a response with touchedSection null and touchedSectionIndex null. This situation looks like the touch has no response.
The custom widget:
Using the widget:
The text was updated successfully, but these errors were encountered: