Sign in to follow this  
sachinshetty

notification on animation event

Recommended Posts

Hi

 

 

 

I use Fusion charts v3 , I have an application where I render the charts one after the other on persistent clicks. I would like to know is there any event registered on animation , so that once the chart is loaded and after the animation is completed I would like to get an event , so that I can handle that event and load the next chart. By doing this most of the IE issues like "null is null or not an object" can be resolved .

 

 

 

 

 

 

 

Thanks and Regards

 

Sachin

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Sachin,

In this case you need to call a function for the second or subsequent charts in the FCrender function of the first chart where it would be using its own logic checking the state(whether rendered or not) of the second or the subsequent charts using a global variable.

I hope this helps.

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