-
-
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
The delegate method is not getting called #695
Comments
Well, ChartsDemo's pie chart is able to trigger the delegate, you can start from there. From your screenshot I can say nothing but debug more / add more break points.
item 3 is the key to call delegate (tapGestureRecognized -> highlightValue -> chartValueSelected) |
I have the same issue.
cannot be called really need some help here |
Also, what do you mean by adding bp |
I am integrating the pie chart. I want to find the selected index of the Piechart. But the control doesn't go inside the delegate method.
I checked all the possible location for anything missed. But could not find. It took my 2 days. Anybody out there have any suggestions.
Please check the screenshots attached. Following is description for the screen shots.
The text was updated successfully, but these errors were encountered: