FusionCharts Forum: menu with dynamicdrive is under Graph - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

menu with dynamicdrive is under Graph

#1 User is offline   danou9 

  • Forum Newbie
  • Group: Members
  • Posts: 3
  • Joined: 24-March 09

Posted 24 March 2009 - 03:32 AM

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
0

Other Replies To This Topic

#2 User is offline   Rahul Kumar 

  • Supreme Being
  • Group: Moderators
  • Posts: 1034
  • Joined: 18-March 08

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

A byte of magic.

 
0

Other Replies To This Topic

#3 User is offline   danou9 

  • Forum Newbie
  • Group: Members
  • Posts: 3
  • Joined: 24-March 09

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); ?
0

Other Replies To This Topic

#4 User is offline   Rahul Kumar 

  • Supreme Being
  • Group: Moderators
  • Posts: 1034
  • Joined: 18-March 08

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

A byte of magic.

 
0

Other Replies To This Topic

#5 User is offline   danou9 

  • Forum Newbie
  • Group: Members
  • Posts: 3
  • Joined: 24-March 09

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
0

Other Replies To This Topic

#6 User is offline   nicholas7320 

  • Forum Newbie
  • Group: Members
  • Posts: 1
  • Joined: 31-May 09

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

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic