Malay Report post Posted June 24, 2007 Hi Pallav I have a small issue with all the charts where I want to make all the chart width to be 100%. The reason being we use these charts inside a portal container and all are being rendered as different portlets within the DIV tag of the portlet. Now if the layout is changed by the user dynamically then the chart width that we set initially are same, so we need to set each time the width and height, the other issue is with resolution change, cases where the same chart page is accessed in a 19" monitor/bigger resolution then the chart does not scale to the area. I saw in SWFObject.js there is way by which this is possible. For example new SWFObject("XMLGen_1.swf","XMLGen_1",[b]"100%", "100%"[/b],"8","#EDEDED"); Is it also possible using FusionCharts.js ? Any positive response in this regard is highly appreciated. Thanks & Regards Malay. Share this post Link to post Share on other sites
Pallav Report post Posted June 25, 2007 Hi, FusionCharts uses "noScale" as the scaling parameter, and as such we do not recommend specifying width and height in percent. However, you can do so as explained at http://www.fusioncharts.com/docs/Contents/PercentResize.html Share this post Link to post Share on other sites
Malay Report post Posted June 26, 2007 Hi Pallab Thanks for the quick reply. I would give a try and get back if having any issues. Hope it supports all type of graph .swfs. Thanks & Regards Malay. Share this post Link to post Share on other sites
knguyen Report post Posted April 9, 2008 I followed the steps suggested on http://www.fusioncharts.com/docs/Contents/PercentResize.html but the labels for the pie chart (Pie3D.swf) got cut off at the bottom half. I turned on debug mode, and it always indicates "noScale" even though I specified "exactFit". Please help. Share this post Link to post Share on other sites
Pallav Report post Posted April 15, 2008 We do not recommend using % mode. Share this post Link to post Share on other sites