Roy Tomare
posted this on April 16, 2010 13:45
Customizing animation sequence is done through the Advanced Configurations tab in the visualization configuration window. The Advanced Configuration tab will allow you to define your own style attributes in the XML data document and associate them with defined Objects of the chart. You can create or paste FusionChart style xml into the Advanced Supplemental XML text box. Try copying the following xml fragment into your Vantage Charts under Advanced Configuration.
<styles>
<definition>
<style name='MyX' type='Animation' duration='3' param="_x" start="0" easing="bounce" />
<style name='MyY' type='Animation' duration='3' param="_y" start="0" easing="bounce" />
</definition>
<application>
<apply toObject='DataPlot' styles='MyX,MyY' />
</application>
</styles>
Save this configuration and run the report, you should see the animation bounce when Vantage Charts is loading.
For more information on Fusion Charts styles please consult the Styles section of this document http://www.fusioncharts.com/docs/.