-
-
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
"chartValueSelected" is not getting called in customView #2878
Comments
I've copied all of necessary codes to sample project. Everything works there. There is only one difference between them: My project: In my project delegate doesn't work. How should I solve this problem? |
If you uncomment this, does it work? |
No, I don't why delegate doesn't work on custom view |
we don't think it's the library problem. You have made some tweaks in your so called "custom views", so you should start from testing your views hit test and gestures if they get delivered to the real chart view. prerequisite knowledge: responder chain |
I saw a lot issues here, however non of them solve my problem.
chartValueSelected didn't get call. I click on lineChart and it doesn't do any thing. Where is the issue?
The text was updated successfully, but these errors were encountered: