I want to know how to display a new chart after clicking on data of another chart.
For example:
If I have a barchart display the amount of food Jose - Maria - Adam ate, I want to be able to click on Jose's name and have a new chart displaying the types of food that he ate. Same thing for Maria and Adam.
------------------------------------------------------
Demo:
------------------------------------------------------
Bar Chart - Who ate the most?
0
0 0
0 0 0
0 0 0
Jose Maria Adam
------------------------------------------------------
>>>>> Click on Jose
------------------------------------------------------
Bar Chart - What did he eat?
0 0
0 0 0
0 0 0
Slices of Pizza HotDogs Wings
------------------------------------------------------
Anyone has an idea on how to do this?
Thanks for your help.