FusionCharts Forum: window appears under the map instead of over it. - FusionCharts Forum

Jump to content

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

window appears under the map instead of over it.

#1 User is offline   Clive 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 10
  • Joined: 29-September 08

Posted 29 June 2010 - 12:46 PM

I have a world map on an asp.net page, and a window that opens on clicking one of the regions.
To make this a slick-looking window I am using Telerik RadWindow control to display
content pulled from a database.

All is perfect... except that where the window overlaps the map, it is in the layer behind the map.

How can I set the z-index of the map so that this does not happen?

Thanks

Clive

0

Other Replies To This Topic

#2 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 30 June 2010 - 01:06 AM

Hi  Clive,

Please try setting the Transparency of the chart to 'true'.

Ref.- <div id="chartdiv" align="center">The chart will appear within this DIV. This text will be replaced by the chart.</div>
  <script type="text/javascript">
var myChart = new FusionCharts("../FusionCharts/Column3D.swf", "myChartId", "900", "300", "0", "0");
 myChart.setDataURL("Data.xml");
 myChart.setTransparent(true);
  myChart.render("chartdiv");
  </script>

 </div>

I hope this helps. :(

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

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