Running v3 of Fusion Charts.
My CSS Drop-down menu hides underneath the flash graphs on Chrome and IE. Working on FF.
I have tried adding:
myChart.setTransparent(true);
before the myChart.render();
I have messed with z-index on the CSS, to no avail. Any idea whats going wrong?
<div id="chart1">
<script type="text/javascript">
var myChart = new FusionCharts("../charts/Column3D.swf", "myChartId", "320", "90", "0", "0");
myChart.setDataXML("<chart caption='' subcaption='' bgAlpha='0' chartTopMargin='3' chartBottomMargin='3' chartLeftMargin='3' chartRightMargin='3' showShadow='1' showDivLineValues='0' showLimits='0' overlapColumns='1' showBorder='0' divLineColor='EEEEEE' formatNumberScale='0' baseFontSize='13' showCanvasBase='1' canvasBaseDepth='5' placeValuesInside='1' outCnvBaseFontSize='13' outCnvBaseFont='Lucida Grande' baseFontColor='000' canvasBgColor='FFFFFF' canvasBgAlpha='0' xAxisName='' yAxisName='' numberSuffix=''><set bgColor='EEEEEE' label='' /><set label='' value='' /><set label='' value='] ?>' /><set label='' value='' /></chart>");
myChart.render("chart1");
</script>
</div>