Sign in to follow this  
Anshuman

Error After I Upgraded Fusioncharts Xt(V3.3.0)

Recommended Posts

Hi,

 

I am getting javascript error after I upgraded FusionCharts XT(v3.3.0) (30th January, 2013).

Error is

=============================================

Message: #25081843:IECompatibility() Chart Id is same as a JavaScript variable name. Variable naming error. Please use unique name for chart JS variable, chart-id and container id.

Line: 33

Char: 481

Code: 0

File: FusionCharts.js

==============================================

 

Please suggest

 

Thanks

Anshuman

Share this post


Link to post
Share on other sites

Hi Anshumaan,

 

Welcome to FusionCharts Forum.

 

IE compatibility variable naming error occurs when you have a JavaScript variable in the global window scope with the same name as that of the chart's ID.

 

For example:

var myChart = new FusionCharts('Coulmn3D.swf', 'myChart');

 

Note that the chart ID "myChart" is same as the JS variable name "myChart"

 

Hope this helps.

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