I have Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com) installed on my site
The menus are under the flash graph. It is hidden by the graph.
What is the solution?
Thank you
Page 1 of 1
menu with dynamicdrive is under Graph
Other Replies To This Topic
#2
Posted 24 March 2009 - 05:37 AM
Hi,
Could you please set chart transparency to true and try again?
<script .....>
var chart1 = new FusionCharts(............);
chart1.setDataXML(......);
chart1.setTransparent (true);
...........
............
</script>
Regards,
Rahul Kumar
Software Engineer
Rahul Kumar
Software Engineer
A byte of magic.
Other Replies To This Topic
#3
Posted 24 March 2009 - 09:17 AM
hi,
I use :
and php :
$strXML = "";
$strXML .= "
decimalPrecision='0' formatNumberScale='0'>";
$strXML .= " ";
$strXML .= " ";
$strXML .= " ";
$strXML .= " ";
$strXML .= " ";
$strXML .= " ";
$strXML .= " ";
$strXML .= " ";
$strXML .= " ";
$strXML .= " ";
$strXML .= " ";
$strXML .= " ";
$strXML .= "";
// création du graphique
echo renderChartHTML(DIR_WS_INCLUDES . "/FusionCharts/Charts/FCF_Column3D.swf", "", $strXML, "myNext", 450, 250);
?>
where I must put setTransparent (true); ?
I use :
and php :
$strXML = "";
$strXML .= "
decimalPrecision='0' formatNumberScale='0'>";
$strXML .= "
$strXML .= "
$strXML .= "
$strXML .= "
$strXML .= "
$strXML .= "
$strXML .= "
$strXML .= "
$strXML .= "
$strXML .= "
$strXML .= "
$strXML .= "
$strXML .= "";
// création du graphique
echo renderChartHTML(DIR_WS_INCLUDES . "/FusionCharts/Charts/FCF_Column3D.swf", "", $strXML, "myNext", 450, 250);
?>
where I must put setTransparent (true); ?
Other Replies To This Topic
#4
Posted 24 March 2009 - 09:41 AM
Hi,
Please use it like this:
echo renderChartHTML(DIR_WS_INCLUDES . "/FusionCharts/Charts/FCF_Column3D.swf", "", $strXML, "myNext", 450, 250,false,false,true);
Regards,
Rahul Kumar
Software Engineer
Rahul Kumar
Software Engineer
A byte of magic.
Other Replies To This Topic
#5
Posted 24 March 2009 - 03:20 PM
hello,
it works
it is wonderfull
thank you very much
soon, I will read the documentation much better
it works
it is wonderfull
thank you very much
soon, I will read the documentation much better
Other Replies To This Topic
#6
Posted 31 May 2009 - 03:29 AM
hi, i'm using it in c#/.net,
FCLiteral.Text = FusionCharts.RenderChartHTML("img/FusionCharts/FCF_Line.swf", "", strChartXML, "chart3", "640", "320", false);
how can i solve the same problem?
thanks a lot!
FCLiteral.Text = FusionCharts.RenderChartHTML("img/FusionCharts/FCF_Line.swf", "", strChartXML, "chart3", "640", "320", false);
how can i solve the same problem?
thanks a lot!
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote
