airpearlc Report post Posted August 11, 2010 (edited) I have the following code to try and set the chart height to 33%. When I change the size of the browser window, all it does is cutoff the chart, not actually resize it to be 33%. What am I missing/doing wrong? I've attached the code as well. fusion.txt Edited August 11, 2010 by Guest Share this post Link to post Share on other sites
Sanjukta Report post Posted August 11, 2010 Hi, Welcome to FusionCharts Forum! FusionCharts v3.1.1 does not support "Dynamic Resizing" functionality. n:( We are glad to announce the release of the Beta version of FusionCharts v3.2, which supports "Dynamic Resizing". :w00t: Please refer to the following link to get a look of the above feature: Ref.- http://www.fusioncharts.com/labs/peek/linked-charts/dialog.html In case you wish to avail this feature, please drop us a mail at [email protected] and we would get back to you at our earliest. Looking forward to your mail and feedback on the same. Share this post Link to post Share on other sites
airpearlc Report post Posted August 11, 2010 ok. how about height/width in percentage? is this supported? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 11, 2010 Hi, Please try specifying the width and the height of the chart in '%' for the same. Ref.- http://www.fusioncharts.com/docs?/PercentResize.html Hope this helps. Share this post Link to post Share on other sites
airpearlc Report post Posted August 13, 2010 unfortunately, that's not how I create my charts. How do I set it using the current code that i have attached? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 13, 2010 Hi, Could you please resend us the code as an attachment? Share this post Link to post Share on other sites
airpearlc Report post Posted August 13, 2010 It's on the first post of this thread =) But here it is again fusion.txt Share this post Link to post Share on other sites
airpearlc Report post Posted August 16, 2010 any solution to my problem? Share this post Link to post Share on other sites
Sanjukta Report post Posted August 17, 2010 Hi, Apologies for the delay. Could you please refer to the text file where we have modified your code a bit? Please try giving same width and height value all throughout the code and encode "%" sign as "%25". Hope this helps. Data.txt Share this post Link to post Share on other sites
airpearlc Report post Posted August 25, 2010 (edited) Is this chart sizing in percentage only available in fusioncharts v3? If so, how do I find out what version of fusion charts I am using? Edit: We have licensing for v3 Edited August 25, 2010 by Guest Share this post Link to post Share on other sites
Sanjukta Report post Posted August 26, 2010 Hi, FusionCharts v3.1.1 supports resizing in percentage (the link provided in the earlier post) keeping the parent HTML container size fixed. In acse we wish to resize the chart as the container size changes, then you need to take a look at our new release FusionCharts v3.2 Beta. For further details on the latest features please refer to the following link: Ref.- http://www.fusioncharts.com/labs/peek/ Hope this helps. Share this post Link to post Share on other sites
airpearlc Report post Posted September 7, 2010 Hi, Just looking at the code provided, "chartHeight=33%25&" ..how come it's 33%25? Share this post Link to post Share on other sites