ramadevimandala Report post Posted August 14, 2009 Hi , I am getting the script error while using the FusionCharts in update chart method, please provide the required info, it is very urgent. I have FusionCharts V3.1 licence Message: 'FusionCharts' is undefined Line: 101 Char: 12 Code: 0 my source code is: function updateChart(divId,chartId1,swf,fpath){ //Get reference to chart object using Dom ID var chartObj = new FusionCharts(swf, chartId1, "450", "300", "0", "1"); chartObj.setDataURL(fpath); chartObj.addVariable('showShadow', '1'); chartObj.render(divId); } getting the error at line new FusionCharts(swf, chartId1, "450", "300", "0", "1"); Thanks, rama Share this post Link to post Share on other sites
ramadevimandala Report post Posted August 17, 2009 anybody from FusionCharts team pls help, it is bit urgent Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 17, 2009 Hello, Could you please set the fusionchart.js file on the page where the chart is rendering? I hope this helps. Share this post Link to post Share on other sites
ramadevimandala Report post Posted August 17, 2009 Yup I have already included that file. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 17, 2009 Hey, Could you please send us your code, so we may have a look? Looking forward to your reply. Share this post Link to post Share on other sites