mrdougb Report post Posted June 27, 2008 Is there a way (setting) to speed up the animation on a chart (FusionCharts Free version)? I know you can turn on/off the animation, but I'm looking for a way to speed up the animation so it displays faster, but still has the nice animation to it? Share this post Link to post Share on other sites
mrdougb Report post Posted July 1, 2008 ttt. I guess there isn't a way... Share this post Link to post Share on other sites
Pallav Report post Posted July 2, 2008 In FusionCharts Free, you cannot do it. In v3, you can do so. Share this post Link to post Share on other sites
MT_MANC Report post Posted February 24, 2009 How exactly is animation speed adjusted in v3 ? Any code examples ? I tried adding in <chart defaultAnimation='0' ...> and then the code below at bottom of my XML file to no avail ! <styles> <definition> <style name='myAnim' type='animation' start='0' duration='10' /> </definition> <application> <apply toObject='DATAVALUES' styles='myAnim' /> </application> </styles> Share this post Link to post Share on other sites