Sign in to follow this  
thoth

Charts and Z index

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this