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