pitommasi

[Urgent!] Map Events

Recommended Posts

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

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