Sign in to follow this  
wbdvlpr

Pyramid animation .. not working

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this