Sign in to follow this  
uberalles

The Charts Hide my Alert Box

Recommended Posts

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

0e2284f6-cd21-4347-9bfb-789a.jpg

a2444c39-9c8c-40c7-b9b5-1404.jpg

Share this post


Link to post
Share on other sites

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 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