Zoltan

"addparam" Is Not A Function

Recommended Posts

After upgrading to FusionChart 3.2 the "addParam is not a function" error message shown in Firebug at the following code:

 

chart.addParam("WMode", "Transparent");

 

 

Please let us know how can we reach the same functionality as in the earlier versions.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Referring to your issue, the "addParam" private method has been removed. You can easily set the wMode of the chart by passing the wMode: "window" parameter during creating new FusionCharts() while using the object-style parameters.

Please refer to "Object as Constructor parameter" at: http://www.fusioncha...normal_objparam

Hope this helps.smile.gif

Edited by Angie

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