Sign in to follow this  
newtofusion

charts not loading in IE

Recommended Posts

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,

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please try removing the "Cache-Control: cache, must-revalidate Pragma: public" settings from your server settings and try re-rendering the chart?

For further details please refer to the link below:-

Ref.- http://www.fusioncharts.com/docs?/SSL.html

I hope this helps. :P

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