Sign in to follow this  
Jamie 1

Drill Down To A Table.

Recommended Posts

Hello. I'd like to use a chart to open a data table instead of another chart.

This would be on the same page as the chart and would update when a chart element is clicked just as a child chart would normaly update.

Can this be done? Can anyone get me started please.

 

Jamie.

Share this post


Link to post
Share on other sites

Thanks Angie.

 

That is excellent but not quite what I'm looking for.

 

I just need to display a table which updates when a column on a chart is clicked. Not a constantly updating chart.

 

Does anyone know how I can do this please.

 

Jamie

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

You would need to use FC_Rendered event which is raised when the chart has finished rendering. This call is made only once per loaded chart SWF (even if new data is supplied to it). It can be used to invoke any further JavaScript methods on chart, or to change the data of chart.

 

For more details, please refer to the link:http://www.fusioncha...API/Events.html

 

Hope this helps.smile.gif

Edited by Angie

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