stulincoln Report post Posted March 10, 2010 I have a dashboard below and which has different ranges of values and y axis titles. I would like to get all the bars as close to the same thickness as possible. Are there settings that I can use to achieve this? Doesn't need to be perfect but at least a little closer to even width than it is now. Thanks Stu Share this post Link to post Share on other sites
Guest Madhumita Report post Posted March 10, 2010 Hello, The bars are of different width because the chart tries to accommodate Y-axis values within the chart area. Now, the length of Y-axis Values for each chart is different. So the bars are not evenly sized. What you can do is set the canvasLeftMargin attribute in the <chart> element of each chart. Each chart should have the same canvasLeftMargin. However, for the thinnest column the canvasLeftMargin should be decided first. As, this value is overridden if the y-axis values can not be accommodated within this region. Once, you have fixed the correct Margin for the thinnest bar chart, you can use the same value in all the other charts. Share this post Link to post Share on other sites
stulincoln Report post Posted March 29, 2010 This worked, thank you. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted March 29, 2010 Hi, Glad to help you. Keep smiling and keep FusionCharting. Share this post Link to post Share on other sites