TheWitness

Receiving Warnings When Hovering with Version 3.15.2

Recommended Posts

After refreshing a chart by using a dispose() method followed by redefining and recreating the fusionchart I'm getting the following warning when hovering or moving the cursor over the 'updated' chart.:

Uncaught TypeError: this._env is undefined

This is on line 13 of fusioncharts.js

This is for version  3.15.2.

Seems that the function is falsely assuming that the value exists.  So, there are no bounds checking going on.

 

Share this post


Link to post
Share on other sites

dispose method removes the chart object from the dom tree, please use the latest version of fusioncharts 3.17.0 and share your observations.

If you are still getting the problem please share your usecase scenario that you are using so that we could check accordingly.

 

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