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
Please reply on the closed issues, don't open a new one for a follow up. I just close it because it's easy to track unsure issues. I will update closed issues as well as long as there is update.
First of all, you should know or learn how to debug and read the code. Code tells you everything. We can't teach a debug lesson here, there are many on google.
Now you have break at the gesture handler, which means the pie chart detect your touch. You can add more break points at self.highlightValue(highlight: nil, callDelegate: true) // call delegate, or step by step debug to see why self.highlightValue(highlight: nil, callDelegate: true) not being called. You can also directly add break pint inside highlightValue to see if it's getting called.
@liuxuan30 Thank you very much for the quick reply.
I checked all the above scenarios. They are at its place ok. Also I checked ChartsDemo project. There delegate method is called perfectly.
I tried these steps.
It shows the graph perfectly. But still not go in the delegate method.
I tried 3rd hint from you. That control goes in that method. as shown in screen shot.
I really need this to be done. I am really not getting what is the exact issue.
Any suggestion are highly appreciated.
The text was updated successfully, but these errors were encountered: