steveddei Report post Posted April 19, 2010 I am using the exportChart() function to save a copy of the chart to the server and was having the problem of it exporting before the chart finished animating. I have seen the work arounds using a timerdelay to call export at a delayed time, but that is not going to work and is a bit sloppy. Is there such thing as a FC_Animated or something so i can tell when the chart IS finished being animated? thx. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted April 19, 2010 Hi, I am afraid, there is no such event exposed as of now. You might try hasRendered() which would return true, along with a timer. Share this post Link to post Share on other sites