renuka Report post Posted June 12, 2012 Hi Team, How can i get the clicked link id in drillable charts.. we have seen add event listener and listening for linkitemopened. FusionCharts("myChartId").addEventListener( "LinkedItemOpened", function (eo, ao) { //is there any way to get clicked item id, i mean link name. alert( 'Successfully drilled-down to a detailed chart.'); } ); Is there any way to get the opened link id or name? suppose if i click on label named "L1" whose link is "newchart-jsonURL-L1.json", how i will get L1 or L1.json in that function. Thanks Renuka Share this post Link to post Share on other sites
Guest Bindhu Report post Posted June 13, 2012 Hi Renuka, I am afraid, this functionality is not supported by FusionCharts, as of now. Share this post Link to post Share on other sites