Sign in to follow this  
Guest Basundhara Ghosal

Fusion Charts not working on IE 6,7,8

Recommended Posts

Guest Basundhara Ghosal

Hi,

Welcome to FusionCharts forum. :)

Generaly IE does not load graphs on using '%' in chart width and height attributes.

This can be overcome by using the latest version of FusionCharts JS.

However if it still does not solve the problem then could you please send us the codes along with XML that you are using as an attachment so that we might look to it?

Hope this helps.

Share this post


Link to post
Share on other sites

 

Data Not Loaded.

 

 

var myChart = new FusionCharts("Column3D.swf", "myChartId", "220", "220", "0", "0");

 

myChart.setDataXML("

 

 

 

");

 

myChart.render("chartdiv");

 

 

 

 

 

It says cannot find FusionCharts. Although, properly defined the folder paths.

 

 

 

Here is the alternatively that I tried, this does not work either

 

 

 

 

FlashVars="chartWidth=220&chartHeight=220&debugMode=1&DOMId=productSales&registerWithJS=0&scaleMode=noScale〈=EN

 

&dataXML=

 

formatNumberScale='0' decimalPrecision='0' enableLink='1' rotateNames='1'

 

numberSuffix=' ' xAxisName='' yAxisName='' yAxisMinValue='0' yAxisMaxValue='10' >

 

 

 

 

 

 

 

 

"

 

quality='high' bgcolor='#FFFFFF' WIDTH="225" HEIGHT="225" NAME="FC_2_3_Column3D" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer">

 

 

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please confirm the following :-

1)FusionCharts.js file is included.

2)The path for the JS file is correct.

3)You are using the latest FusionCharts.dll file

Hope this helps. :)

Please revert to us if it does not work.

Awaiting your reply. 

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