matthiasmax Report post Posted April 8, 2013 Hi, is this implemented? I want to go on with other code AFTER these events have finished. Thanks! Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 9, 2013 Hi, Can you please elaborate more on your requirement? Share this post Link to post Share on other sites
matthiasmax Report post Posted May 8, 2013 Basically I want to catch the event that is being thrown when the chart is finished loading / drawing. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 9, 2013 Hi, You can use "fusionChartsDrawComplete" event for your requirement. Also, the event handler needs to be attached to the the container element of the FusionCharts object. To avoid conflict with other jQuery events having same names, "fusioncharts" has been appended to all the FusionCharts event names or types. For more information, please refer the following links: http://docs.fusioncharts.com/charts/contents/jQuery/Events.html http://docs.fusioncharts.com/charts/contents/JavaScript/API/Events.html Hope this helps! Share this post Link to post Share on other sites