Krato Report post Posted November 27, 2009 (edited) 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 November 27, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted November 27, 2009 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
Krato Report post Posted November 27, 2009 (edited) 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 November 27, 2009 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted November 27, 2009 Hi, You are welcome. Thanks for sharing your ideas. Happy FusionCharting. Share this post Link to post Share on other sites
Mansi Shah Report post Posted April 16, 2010 (edited) 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 April 16, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted April 16, 2010 Hi Mansi, Glad that your issue is resolved. Share this post Link to post Share on other sites
Mustafa Yolcu Report post Posted May 14, 2010 thank you very much. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted May 17, 2010 Cheers! Share this post Link to post Share on other sites