Sign in to follow this  
fusion_freak_

Load More Then One Linked On Click

Recommended Posts

How can load multiple charts on clicking a chart.

I have a bar chart, below it i have to load 4 pie chart. When i click on a bar i need to load 4 pie charts with respect to the clicked bar chart value.

I tried linked chart, but i guess linked charts allow only one linked chart.

Is there a workaround for this?

Share this post


Link to post
Share on other sites

Hi,

 

Yes, you are correct about LinkedCharts allowing only one chart to render for each click.

 

However, you may try using a JavaScript function as link to drill-down on the data-plot. This JavaScript function can be made render multiple charts simultaneously.

Ref.- http://docs.fusioncharts.com/charts/contents/?DrillDown/JavaScript.html

 

This needs to be done at your end, as per your requirement.

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

Thanks this works :)

 

Hi,

 

Yes, you are correct about LinkedCharts allowing only one chart to render for each click.

 

However, you may try using a JavaScript function as link to drill-down on the data-plot. This JavaScript function can be made render multiple charts simultaneously.

Ref.- http://docs.fusionch...JavaScript.html

 

This needs to be done at your end, as per your requirement.

 

Hope this helps. :)

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