mfinch Report post Posted November 9, 2011 (edited) Hey. I have a dashboard page with multiple charts in it, and I'm wondering what the best way would be for me to know when all charts are done rendering so that I can export them all at once (via selenium). Is it be possible to add a callback function that runs after a chart is fully loaded or something like that? Thanks! Michael Edited November 9, 2011 by mfinch Share this post Link to post Share on other sites
Sanjukta Report post Posted November 9, 2011 Hi, Please try capturing the "FC_Rendered()" event when the chart loads. Please note this event is raised when the chart has finished loading data. It can be used to further process data in any other components in your page. Ref.- http://www.fusioncharts.com/docs/?JavaScript/API/Events.html#rendered Hope this helps. Share this post Link to post Share on other sites