Emilio

Cannot read property 'chartContainer' of undefined

Recommended Posts

Hello,

I'm attempting to upgrade from 3.10.1 to 3.13.3 and am encountering this error with the new charts.

Uncaught TypeError: Cannot read property 'chartContainer' of undefined
    at FusionCharts._addChartDependency (fusioncharts.js:4954)
    at trackVisibility (fusioncharts.js:3050)

How would you advise I go about trying to figure out where the error is?  I wouldn't be able to send you my ASP.NET app.  It was working without error in version 3.10.1.  One thing that occurred to me is that we drop the active collection and then get new charts when the user traverses a date range.  Could that be the issue?  Are the new charts sensitive to being removed?

Thanks,

Emilio

Share this post


Link to post
Share on other sites

Hi Emilio,

 

This error would appear when you are not using all the JS files from the new version of the library. You need to use the JS files all from the same version to render any chart.

You can check this documentation link for reference : https://www.fusioncharts.com/dev/getting-started/aspnet/your-first-chart-using-aspnet

 

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