Munmun

Uncaught (in promise) Error: TypeError: Cannot read property 'call' of undefined at a (fusioncharts.js:13)

Recommended Posts

Dear FusionCharts Team,

 

I am trying to create a msline chart in fusion using javascript fetching data from database. 
But a blank screen with the error defined "uncaught exception, cannot read property call" is populated.

 

Please have a look with fusioncharts sample attachment.

 

 

 

FusionCharts_Sample_.zip

Share this post


Link to post
Share on other sites

Hi,

 

In your JSP file, the ID provided to the div as : <div id="chartContainer"> is not matching the ID mentioned in the "renderAt" parameter of the FusionCharts constructor.

Please provide same string as the div ID and renderAt parameter to get the chart rendered on the defined div.

 

Thanks,

Akash.

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