Sign in to follow this  
fcnb

Linked Charts

Recommended Posts

Hi,

 

I have chart1 which is to be linked to chart2 and chart3.

 

My requirement is like,

 

If i click on chart1, it should ask for an option from which i can select chart2 or chart3.

 

Is there any option to do this?

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

I have chart1 which is to be linked to chart2 and chart3.

 

My requirement is like,

 

If i click on chart1, it should ask for an option from which i can select chart2 or chart3.

 

Is there any option to do this?

 

Hi,

 

Yes, you can achieve this by using JavaScript events. You would need to specify the link attribute in the set element to have a event call on particular data-plot.

 

You can call a JavaScript function to customize the clicking event. But, you would need to write your own logic for this.

 

For more information, please read more here: http://docs.fusioncharts.com/charts/contents/?JavaScript/API/Events.html

 

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