stefanl Report post Posted February 23, 2016 Hi, is there any possibility to change programmatically link chart attribute value, something like we can with parent (main) chart like this: chartObject.setChartAttribute("showValues","1").At this moment I go to chartConfig and set for linked chart attribute value, but I need to go back at parent chart and go again to child chart to see changes. Share this post Link to post Share on other sites
Gagan Sikri Report post Posted February 29, 2016 Hi It is not possible to do this natively using FusionCharts. Though you can specify linked data chart config in a separate array and update that array using "beforeLinkedItemOpen" event. Please refer to this link to know more about "beforeLinkedItemOpen" event: http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-events.html#event-beforeLinkedItemOpen Share this post Link to post Share on other sites