Sign in to follow this  
Bionz

Drilldown to a table ?

Recommended Posts

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 by Bionz

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this