qasimraza1979 Report post Posted July 21, 2014 Hi I have a chart where I am facing problem in having to much space for the category. Please see the attached image. Best Regards, Qasim Share this post Link to post Share on other sites
Sanjukta Report post Posted July 22, 2014 Hi I have a chart where I am facing problem in having to much space for the category. Please see the attached image. Best Regards, Qasim Hi, Please note that you can not explicitly specify the width of the columns in the Column chart. However, 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" attribute to '0'. Similarly, if you want very thin columns, you can set "plotSpacePercent" to its max value of '80'. Hope this helps. Share this post Link to post Share on other sites