Sign in to follow this  
renuka

How To Get The Link Id Clicked In Drillable Charts

Recommended Posts

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

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

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