sachinshetty Report post Posted July 17, 2010 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 Report post Posted July 19, 2010 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