Sign in to follow this  
stefanl

Change attribute value for linked chart

Recommended Posts

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

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

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