fcnb Report post Posted April 23, 2012 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 Report post Posted April 23, 2012 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
fcnb Report post Posted April 24, 2012 Thanks a lot Sumedh.. It helps Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 24, 2012 Thanks a lot Sumedh.. It helps Share this post Link to post Share on other sites