diogobernardino / williamchart

Android Library to rapidly develop attractive and insightful charts in android applications.
5.1k stars 800 forks source link

OnEntryClickListener not working properly #187

Closed sidthakrey007 closed 7 years ago

sidthakrey007 commented 7 years ago

i have used OnEntryClickListener in my fragment and on click i am supposed to show toast but it is showing one toast on 10 -11 clicks. do i need to do something additional like to run on background thread, or is there any additional condition for doing that ?? Please let me know for that !!

diogobernardino commented 7 years ago

Not sure I can understand, but it should work without any background thread. Try to do a printout in the onClick method and see if it triggers every time the point is clicked. Or maybe your clickable area is too small and you are not hitting it all the time, try to increase it with setClickablePointRadius.

sidthakrey007 commented 7 years ago

ya clickable area was small sorry ,!! iam closing this issue.!! thanx for BIG help