magic Report post Posted July 10, 2007 Hi All. First thing i want to say is 'I like your charts'. Currently trying to make it autoresizeable. I found documentation about it here http://fusioncharts.com/Docs/Contents/PercentResize.html so i added new param 'scaleMode=exactFit' and it worked. But it is wrong. It resizing all: lines, fonts, anything on chart. It should just redraw chart data depend on new chart size. i can show example here http://teethgrinder.co.uk/open-flash-chart/gallery-bg-image.php. here resizing works properly. don't think it is spam. i realy like fusion charts and using it in my project. but i am wondering it cant normaly autoresized. may be i am making something wrong? i realy not need resize all visible chart data like fonts, line width, margin, etc. Look how makes it at open-flash-charts. Thank You Share this post Link to post Share on other sites
Pallav Report post Posted July 16, 2007 Hi, We recommend using the pixel based resizing instead of percent based resizing. When you set the width/height in percentage, the control for resizing moves out from the chart to browser. Share this post Link to post Share on other sites
magic Report post Posted July 17, 2007 Hi but pixel based size will not give me autoresize ability. i need autoresize chart if browser was resized. can you show me example what you mean please? Thank you Share this post Link to post Share on other sites
Pallav Report post Posted July 18, 2007 That's not possible using FusionCharts, as we do not recommend percent based sizing. Share this post Link to post Share on other sites
sroussey Report post Posted August 17, 2007 (edited) Pallav (7/16/2007)Hi, We recommend using the pixel based resizing instead of percent based resizing. When you set the width/height in percentage, the control for resizing moves out from the chart to browser. How do you resize a chart already displayed in pixels then? (From a webpage using JS) Edited August 17, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted August 22, 2007 Once the chart is rendered, the only way to resize it again would be re-draw it. Share this post Link to post Share on other sites
sroussey Report post Posted August 22, 2007 Pallav (8/22/2007)Once the chart is rendered, the only way to resize it again would be re-draw it. you mean that i should remove the object/embed tag from the html dom and recreate it with different parameters? Share this post Link to post Share on other sites
Pallav Report post Posted August 23, 2007 Yes - something like http://www.fusioncharts.com/free/docs/Contents/JS_changeChart.html - here we're changing the entire chart - but you can keep the same chart, but just resize it. Share this post Link to post Share on other sites
sroussey Report post Posted August 23, 2007 That will also cause the animation to restart. There isn't a JS call to resize? This site for example, resizes well, without funky zooming... http://gskinner.com/site2_5/ found via: http://www.tutorio.com/tutorial/liquid-flash-layout Maybe real resizing can be a future feature. Share this post Link to post Share on other sites
Pallav Report post Posted August 24, 2007 Thanks - we're planning to implement this in our next major version. Share this post Link to post Share on other sites
magic Report post Posted September 3, 2007 cool. any idea whan will be next major version? thanks Share this post Link to post Share on other sites
Pallav Report post Posted September 5, 2007 It's atleast 12 months away. Share this post Link to post Share on other sites
jaideep Report post Posted November 6, 2008 Hi pallav, Has this feature been implemented yet? We would certainly like to be able to use it too. thanks, Jaideep. Share this post Link to post Share on other sites
Pallav Report post Posted November 7, 2008 Jaideep, I'm afraid things are a bit delayed on our part (technical reasons purely). We were waiting for Flash 10 to come. As such the new ETA is May. Share this post Link to post Share on other sites
Chubber Report post Posted October 28, 2009 I guess it still isn't implemented because I don't see any javascript methods for resizing the chart without reloading the entire object and all of the associated data and restarting the animation. Am I missing something? Share this post Link to post Share on other sites