|
|
|
Junior Member
      
Group: Forum Members
Last Login: 8/4/2008 10:02:58 AM
Posts: 19,
Visits: 44
|
|
| I need to apply z-index layering to some charts, I download the FusionChartsWMode.js file but I have no idea how this is to be used. I embed by charts using java as follows... <div id="chartdiv" align="center"></div> <script type="text/javascript"> var myChart = new FusionCharts("Charts/Column3D.swf", "myChartId", "800", "550", "0", "0"); myChart.setDataURL("Data/Flower.xml"); myChart.render("chartdiv"); </script>How is FusionChartsWMode supposed to be use? Any help would be appreciated
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 2 days ago @ 4:15:20 AM
Posts: 772,
Visits: 1,228
|
|
| Hi, Could you please use style attribute of DIV to provide z-index css, in case you are using FusionChartsWMode.js?
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|