_sv Report post Posted December 19, 2019 I have four stacked columns in a chart with too much white space. Is there a way to increase the column width? I can't find any examples or clear explanation in the docs. Thanks in advance. Share this post Link to post Share on other sites
_sv Report post Posted December 19, 2019 Nevermind. A clear set of eyes helped. Chart Padding and Marginshttps://www.fusioncharts.com/dev/chart-attributes/stackedcolumn2d "On a column chart, there is spacing defined between two columns. By default, the spacing is set to 20% of canvas width. If you intend to increase or decrease the spacing between columns, you can do so using this attribute. For example, if you wanted all columns to stick to each other without any space in between, you can set plotSpacePercent to 0. Similarly, if you want very thin columns, you can set plotSpacePercent to its max value of 80. Range: 0-80 (In Percent)" Share this post Link to post Share on other sites