theSwiss Report post Posted April 8, 2013 Hi! I'm have created multilevel linkedchart. Something quite similar to this. I've got that working but now I want to display more information as I am drilling down. Using the provided example, say I drill down on Year 2004, it will show me the quartley breakdown of 2004 in my child chart but now I want to show another grid/table that shows more relevant information related with year 2004. Maybe something like a table of top 10 sales people and their deparment information. And if you go back and drill down on 2005, the grid will change to 2005's information. I thought a way of doing this while keeping everything on one page and have the chart displaying in one frame was to have hidden variable or manually set the child chart ids that I can use to fetch the other relevant information inside the chart property for each child chart. I was wondering if there is away of putting hidden variables in the chart that I can access or setting the id of the child chart? Thank you Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 10, 2013 Hi, Welcome to FusionCharts Forum. Please note that using linkedChart, the feature you are looking for, is not possible as of now. However, for your work around, you can provide a unique chartID for the child chart by using "configureLink()" method. For more information on "FusionCharts JavaScript API - Functions > configureLink", please follow the link below: http://docs.fusioncharts.com/charts/contents/?JavaScript/API/Methods.html Also, FusionCharts will raise certain event while drilling down to child chart, out of which you can use "BeforeLinkedItemOpen" event to show some more information along with the child chart. For more information on "FusionCharts JavaScript API - Events", please follow the link below: http://docs.fusioncharts.com/charts/contents/?JavaScript/API/Events.html Hope this helps! Share this post Link to post Share on other sites
theSwiss Report post Posted April 11, 2013 Thank you for the help! Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 13, 2013 Share this post Link to post Share on other sites