renuka

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by renuka

  1. 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
  2. Grouping Multiple Charts

    HI, we have a requirement , where we need to display 2 drillable charts. clicking on a label of one chart should update second chart also. Both the charts having same labels with different link json. Is it possible in Fusion charts. We tries using javascript function as part of link and redered the charts. But back button is not coming. Is there anyway to track the link id clicked on first chart. So that we can reder second chart also with same link. Thanks Renuka M