uberalles Report post Posted December 29, 2008 I am using an alert box (sexy alert box if you know) with the charts. But when the alert box appeared the charts hide this.. Can i do something for this? I send 2 photos to understand better my problem when i scroll the page Share this post Link to post Share on other sites
Arindam Report post Posted December 29, 2008 Hi, Could you please try using swf wmode transparent ? Share this post Link to post Share on other sites
uberalles Report post Posted December 29, 2008 How can i do that? Share this post Link to post Share on other sites
Arindam Report post Posted December 29, 2008 (edited) Hi, Please follow this. using FusionCharts.php renderChart($chartSWF, $strURL, $strXML, $chartId, $chartWidth, $chartHeight, $debugMode=false, $registerWithJS=false, $setTransparent="") example: renderChart("column3d", "", $strXML, "abcd", "400", "300", false, false, true); Javascript example var chart_column2d1 = new FusionCharts("FusionCharts/Column2D.swf", "column2d1", "500", "300", "0", "0"); // set Transparent chart_column2d1.setTransparent("true"); //Provide entire XML data using dataXML method chart_column2d1.setDataXML(""); chart_column2d1.render("column2d1Div"); Edited December 29, 2008 by Guest Share this post Link to post Share on other sites
uberalles Report post Posted December 30, 2008 Thx for your reply. I try this and will tell you Thx Share this post Link to post Share on other sites