Anshuman Report post Posted March 18, 2013 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
Swarnam Report post Posted March 18, 2013 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