Bionz Report post Posted November 7, 2014 (edited) Hi there First of all thanks for the beautiful library and all your work for documentation , it's very helpful for me ! My chart showing the numbers of student's who get A+,A..etc grades, is it possible to select an area or point and drilldown to show the student info's ( id,name .. ) on the selected area ? or workaround it ? it's retrieved from database via php by the way regards Edited November 7, 2014 by Bionz Share this post Link to post Share on other sites
Nabajeet Report post Posted November 10, 2014 Hi,Yes, it is possible to drilldown to show the student info. Just add the path of your PHP file where the processing needs to be done in the link attribute. { "label": "A+", "value": "19", "link": "process.php?grade=A+" } the grade will be passed to the PHP file where you can retrieve the data and drilldown to show the student's data. Share this post Link to post Share on other sites