Hi, I created a dashboard with fusion charts. Charts is working absolutely fine in IE and firefox in development and test environments where there is non SSL. But when we move to production, in IE they are just showing blank page. Charts are not coming up. FF they are working perfectly fine. I am using setDataURL to call the chart. Each page has three or 4 charts and we are using JSP to render these charts.
<div id="ch
art4div" style="width:440px; height:300px;"></div>
<script language="javascript" type="text/javascript">
var pieChart4 = new FusionCharts("fusionchart/FCF_Pie2D.swf", "sampleChart", "440", "300");
pieChart4.setDataURL("<%= chart_BOTTOMRIGHT %>");
setTimeout("pieChart4.render('chart4div')",600);
</script>
Urgent help required.
Thanks,