Sign in to follow this  
davidtso

Chart always on the top and block drop down menu

Recommended Posts

Hi,

 

 

 

Does anyone know why the chart always on the top layer and block the drop down menu if drop down menu is overlap with the chart?

 

 

 

Thanks,

 

David

Share this post


Link to post
Share on other sites

Hi,

are you using FusionCharts.php file as include??? then do this

 

Function Specifications in FusionCharts.php file

renderChart($chartSWF, $strURL, $strXML, $chartId, $chartWidth, $chartHeight, $debugMode=false, $registerWithJS=false, $setTransparent="")

renderChartHTML($chartSWF, $strURL, $strXML, $chartId, $chartWidth, $chartHeight, $debugMode=false,$registerWithJS=false, $setTransparent="")

 

use:

<?php

//Create the chart - Column 3D Chart with data from Data/Data.xml

echo renderChart("../../FusionCharts/Column3D.swf", "Data/Data.xml", "", "myFirst", 600, 300, false, false, true);

?>

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