Zoltan Report post Posted December 23, 2010 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 Report post Posted December 23, 2010 (edited) Hi, Welcome to FusionCharts Forum! 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. Edited December 23, 2010 by Angie Share this post Link to post Share on other sites