pitommasi Report post Posted May 3, 2011 HI! I have a page with a chart and a map. I want to do "something" when each of them has finished rendering. Problem is, FC_Rendered is fired for both too quickly, so I do not have time to do anything... for charts, i read that is possible to use something like FusionCharts.addEventListener ( FusionChartsEvents.DrawComplete, function () { alert("FusionCharts Draw Complete."); }); can I do something similar for maps? Share this post Link to post Share on other sites
FusionCharts Support Report post Posted May 3, 2011 Hi, I am afraid, as of now, addEventListener API and drawComplete event are not available in FusionMaps. You would need to use FC_Render. Could you please provide us a scaled down sample where you are facing this? Share this post Link to post Share on other sites
pitommasi Report post Posted May 3, 2011 For now, I solved the problem: it looks like I was using a version of fusioncharts.js older than the swf's... Share this post Link to post Share on other sites
FusionCharts Support Report post Posted May 3, 2011 Hi, To load maps it would be better to use FusionMaps.js to avails all the features of FusionMaps. Share this post Link to post Share on other sites