saisurajvanka Report post Posted July 13, 2013 Hi, I am using Linked charts in my project. I have a chart something similar to this: http://docs.fusioncharts.com/charts/Code/JavaScript/Basics/UsingLinkedCharts/linked-charts-config-renderat-xml.html Now on loading of parent chart, the child chart also should be loaded automatically with latest data in parent chart. For instance, In the above link when the parent chart is loaded, Quarterly sales of 2007 should also be loaded autmatically. When the user clicks on other links, they should be over-rided on child chart. Can anyone help me with this? Thanks, Suraj Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted July 15, 2013 Hi Suraj, Welcome to FusionCharts Forum. The feature that you are looking for Linked charts of FusionCharts, is not being supported automatically, as of now. However, if feasible, on loading parent chart, you could render the child chart in "linkedchart-container", with the same XML data as provided in "Quarterly sales of 2007" and onClick of parent chart data plot, render the corresponding child chart in the same "linkedchart-container" DIV by using FusionCharts JavaScript function "configureLink ()". For more information on "Creating LinkedCharts", please follow the link below: http://docs.fusioncharts.com/charts/contents/?DrillDown/LinkedCharts.html Hope this helps! Share this post Link to post Share on other sites