steve Report post Posted June 1, 2007 Hi, I how can I tell fusioncharts to limit the width of a column bar, in stead of it stretching to the maximum available rendering space ? When I have limited results (say only 1 column), it is stretched across the chart and does not look very nice. I encountered this problem specifically on the scrollcolumn2D, but I imagine it happens with other column-based charts too ? Share this post Link to post Share on other sites
Pallav Report post Posted June 1, 2007 You cannot actually restrict width in a scroll column chart - it's possible only in the standard charts. Share this post Link to post Share on other sites
steve Report post Posted June 4, 2007 How would you restrict column size on standard charts ? Is there a suggested workaround for the scroll charts ? Share this post Link to post Share on other sites
Pallav Report post Posted June 6, 2007 In the standard charts, you can set <chart plotSpacePercent='80' ..> or in some charts, you've attributes to directly restrict maximum column width. Share this post Link to post Share on other sites