FusionCharts Forum: Deroulant menu under the graph - FusionCharts Forum

Jump to content

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

Deroulant menu under the graph

#1 User is offline   gerald 

  • Forum Member
  • PipPipPipPip
  • Group: Members
  • Posts: 25
  • Joined: 20-July 09

Posted 20 July 2009 - 04:55 AM

Hello,

I wish to use graphs for my site but I have a problem. I have a deroulant menu which allows me to reach information but the graph which is created is above my deroulant menu. I do not know how is that it stays in bottom and how is that my menu passes very above.



Thank you for your assistant



You can see what happen with this image :



Posted Image
0

Other Replies To This Topic

#2 User is offline   Rajroop 

  • FusionCharts Team
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1803
  • Joined: 19-May 09

Posted 20 July 2009 - 06:49 AM

Hello,



If you have not tried this already, could you set wmode(window mode) to transparent/opaque and try again?



Also, you could try setting the background alpha(bgAlpha attribute) to zero.



Looking forward to your feedback.
Regards,

Rajroop Bhaduri

FusionCharts Team

Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Follow us @Twitter
0

Other Replies To This Topic

#3 User is offline   gerald 

  • Forum Member
  • PipPipPipPip
  • Group: Members
  • Posts: 25
  • Joined: 20-July 09

Posted 20 July 2009 - 08:02 AM

Thx for your reply :)



I do not know where i can use the wmode? This is my code :



Quote

< div id="chartdiv" align="center">

< script type="text/javascript">

var chart = new FusionCharts("FusionCharts/Charts/FCF_StackedColumn3D.swf", "ChartId", "600", "350");

chart.setDataURL("FusionCharts/Data/Data.xml");

chart.render("chartdiv");

< /script>

< /div>




Foremore, i try to add the bgAlpha attribute on my XML files but it do nothing. My graph is always above my deroulant menu. I try to add a z-index parametre on my css but always the same result.
0

Other Replies To This Topic

#4 User is offline   Rajroop 

  • FusionCharts Team
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1803
  • Joined: 19-May 09

Posted 20 July 2009 - 08:21 AM

Hello,



Could you try the following code format for setting the wmode and see whether it helps?



Quote

< div id="chartdiv" align="center">

< script type="text/javascript">

var chart = new FusionCharts("FusionCharts/Charts/FCF_StackedColumn3D.swf", "ChartId", "600", "350");

chart.setDataURL("FusionCharts/Data/Data.xml");

chart.setTransparent(true);

chart.render("chartdiv");

< /script>

< /div>




I hope this helps. :)
Regards,

Rajroop Bhaduri

FusionCharts Team

Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Follow us @Twitter
0

Other Replies To This Topic

#5 User is offline   gerald 

  • Forum Member
  • PipPipPipPip
  • Group: Members
  • Posts: 25
  • Joined: 20-July 09

Posted 20 July 2009 - 08:34 AM

Fantastic !!

Thx a lot ! All is ok now. My deroulant menu is over the graph.



My boss will be happy :)



Gérald
0

Other Replies To This Topic

#6 User is offline   Rajroop 

  • FusionCharts Team
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1803
  • Joined: 19-May 09

Posted 20 July 2009 - 09:38 AM

Hello Gérald,



We're glad to be of help.



Happy FusionCharting. :)
Regards,

Rajroop Bhaduri

FusionCharts Team

Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Follow us @Twitter
0

Other Replies To This Topic

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