Sign in to follow this  
Krato

z-Index

Recommended Posts

Hi, I'm here again :hehe:

 

 

 

Is there any possibility to put other web elements like divs, spans, etc over the chart?

 

 

 

I have a dropdown menu, but when go down, de menu is behind the chart.

 

 

 

Do you understand me? How can put the menu or other elements over the chart?

 

 

 

I found it, sorry:

 

 

 

Return FusionCharts.RenderChart("../graficas/Line.swf", "", xmlData.ToString(), "Prueba", "900", "500", False, False, True)
The last "true" puts the chart behind the other elements.

 

 

 

Thanks!

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello Krato,

 

 

 

Could you please set the wmode to 'transparent' and see if it helps?

 

 

 

You would need to use :

 

 

 

chart.setTransparent(true); -----------in JavaScript to set the chart to transparent mode.

 

 

 

I hope this helps.

Share this post


Link to post
Share on other sites

Thanks but I use your dll.

 

 

 

Then I solved by transparent parameter, like this:

 

 

 

Return FusionCharts.RenderChart("../graficas/3Column3D.swf", "", xmlData.ToString(), "Prueba", "900", "500", False, False, True)

 

 

 

The last "true" puts the chart behind the other elements.

 

 

 

Thanks again :(

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

You are welcome.

Thanks for sharing your ideas.

Happy FusionCharting. :(

Share this post


Link to post
Share on other sites
Krato (11/27/2009)
Thanks but I use your dll.

 

 

 

Then I solved by transparent parameter, like this:

 

 

 

Return FusionCharts.RenderChart("../graficas/3Column3D.swf", "", xmlData.ToString(), "Prueba", "900", "500", False, False, True)

 

 

 

The last "true" puts the chart behind the other elements.

 

 

 

Thanks again :(

 

 

 

 

 

 

 

This really do work.

 

Thanks a ton for the solution.

Edited by Guest

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