Sign in to follow this  
Arindam

Chart Will Not Display in IE7 With Styles

Recommended Posts

The following XML will not display as a MSLine chart in IE7.  It displays fine in Mozilla.  If I take out the <Style Name...> and the <Apply toObject...> it will display fine. 

<chart labelDisplay='Rotate' Caption=

Share this post


Link to post
Share on other sites

Hi,

 

 

 

Could you please send us the code (other than the XML) that you are using, the HTML, JavaScript etc.

 

 

 

It seems that you are using same DIV id and chart ID. Could you please check those and try with separate DIV Ids and Chart IDs.

 

 

 

Let's take this example :

 

 

 

[div id="chartDIVId"][/div]

 

[script type=text/java script]

 

var myChart = new FusionCharts("/flash/AngularGauge.swf", "UNIQUE_CHART_ID", "350", "200", "0", "1");

 

myChart.setDataURL(dataURL);

 

myChart.render("chartDIVId");

 

[/script]

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