android - MPAndroidChart click listener on chart -


i using mpandroidchart , know how perform click event on following graphs , related callback: pie chart: click on particular reason open detail. bar chart: click on bar open detail. stacked bar chart: click on bar open detail.

i need get notified when chart clicked.

use onchartvalueselectedlistener. can find documentation on how implement here.

this listener allows react on click gestures performed on charts.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -