Sign in to follow this  
Guest Rajroop

'FusionCharts' is undefined

Recommended Posts

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
Guest Rajroop

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
Guest Rajroop

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

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