jmcommand Report post Posted June 3, 2008 working with 'swfobject' component is possible to resize dynamically a flash, with the following code: var flash = swfobject.getObjectById( "myFlashId" ); flash.style.width = w; flash.style.height = h; does fusionWidgets have a similar way to do it ? Share this post Link to post Share on other sites
FusionCharts Support Report post Posted June 4, 2008 Hi, I am afraid, as of now inorder to resize, you would need to redraw the chart. Share this post Link to post Share on other sites
erezharari Report post Posted September 13, 2008 How should the chart be redrawn? using which javascript method? Share this post Link to post Share on other sites
Pallav Report post Posted September 16, 2008 Pls use render() method. Share this post Link to post Share on other sites
erezharari Report post Posted September 16, 2008 render() makes the object to be re-created and the chart to download the XML again. i only want to resize without re-downloading the data. Share this post Link to post Share on other sites
drfusion Report post Posted October 22, 2008 (edited) Isn't the javascript library for adding the FusionChart based on SWFObject? I've seen comments that this is using it, just that's its modified. If its not hidden somewhere in the library, take a look at SWFObject for the resize code, and dump(edit) it into your FusionCharts js * Morphed from SWFObject (http://blog.deconcept.com/swfobject/) under MIT License: * http://www.opensource.org/licenses/mit-license.php Edited October 22, 2008 by Guest Share this post Link to post Share on other sites