wbdvlpr Report post Posted November 26, 2008 Hi all, I was just trying to animate pyramid using following code .. but it didnt animate .. < chart animation='1' defaultAnimation='0' caption='my caption' subCaption='activity' numberPrefix='aaa ' > < set label='Callahan' value='49000' /> < set label='Davolio' value='63000' /> < set label='Dodsworth' value='41000' /> < set label='Fuller' value='74000' /> < set label='King' value='49000' /> < set label='Leverling' value='77000' /> < set label='Peacock' value='54000' /> < set label='Suyama' value='14000' /> < styles > < definition> < style type='font' name='captionFont' size='18' /> < style name='MyXScaleAnim' type='animation' duration='1' start='0' param='_xscale' /> < style name='MyYScaleAnim' type='animation' duration='1' start='0' param='_yscale' /> definition> < application> < apply toObject='caption' styles='captionFont' /> < apply toObject='Canvas' styles='MyXScaleAnim,MyYScaleAnim' /> application> chart> How do I debug this? thanks for your help. Share this post Link to post Share on other sites
Arindam Report post Posted November 27, 2008 Hi, Canvas animation is not supported in pyramid Chart. Share this post Link to post Share on other sites
wbdvlpr Report post Posted November 27, 2008 http://www.fusioncharts.com/widgets/docs/ - Pyramid Chart > XML Sheet CANVAS The entire area inside which the chart is plotted. * Animation * Shadow * Glow * Bevel * Blur * _alpha * _x * _y * _xScale * _yScale But the documentation does mention about animation.. doesnt it? Thanks for your reply. Share this post Link to post Share on other sites
wbdvlpr Report post Posted December 11, 2008 No reply!! Share this post Link to post Share on other sites
FusionCharts Support Report post Posted December 11, 2008 Hi, We apologize for the typo in the Documentation. Pyramid, Funnel and other charts which has 3D look does not has canvas object and hence, does not support canas animation. Share this post Link to post Share on other sites
wbdvlpr Report post Posted December 11, 2008 Thanks for your reply. CJ Share this post Link to post Share on other sites