thoth Report post Posted May 31, 2008 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 Share this post Link to post Share on other sites
FusionCharts Support Report post Posted June 2, 2008 Hi, Could you please use style attribute of DIV to provide z-index css, in case you are using FusionChartsWMode.js? Share this post Link to post Share on other sites