Sign in to follow this  
FusionCharts Support

help!!Animated not from Zero

Recommended Posts

I use fushion chart to display chart, but i want to display the animation to show the next data based on the current data not from the zero value. Is it possible?How can I do that?

Share this post


Link to post
Share on other sites

Hi, i've got another problem;

i use left frame for navigation menu built with javascript and my graphic in in main frame,

but the graphic is alwyas on the top, i try tu use the paramater:

<param name="WMode" value="Transparent"> as direction but somehow i just doesn't work.

can you help me?

Share this post


Link to post
Share on other sites

Hi,

<param name="WMode" value="Transparent"> ...<embed wmode="transparent"../>

or

<param name="WMode" value="opaque"> ...<embed wmode="opaque"../>

Would help you make the chart element ready to be placed below any HTML element like DIV.

But you would need to specify the z-index an dposition CSS of the chart as well as the elemetn which is to be placed top.

say for chart,

position:absolute; z-index:0;

and for another element:

position:absolute; z-index:1;

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