Justin Akehurst Report post Posted November 13, 2007 Is there any way to add a pixel padding between the top of my bar chart, and the canvas top ? None of the existing padding values seem to work and I would like to avoid adjusting my Y-axis max value to add whitespace to the top of the data. This is so that people don't think that the data has been 'truncated' because the top of the chart sits right at the top edge of the canvas. Share this post Link to post Share on other sites
Pallav Report post Posted November 14, 2007 Hi, If you need padding between the chart caption/subcaption and start of canvas, you can set [chart captionPadding='xx' ..] where xx represents a pixel value. Share this post Link to post Share on other sites
Justin Akehurst Report post Posted November 14, 2007 I need the padding within the chart itself, not outside of the canvas. Share this post Link to post Share on other sites
Simon Protheroe Report post Posted January 2, 2008 I have the same problem. In the Column3D chart my bars go right to the top of the canvas. Ideally I'd like a y-axis equivalent of the effect that the canvasPadding attribute has on the space between the side of the chart and the first and last bars. Share this post Link to post Share on other sites
Pallav Report post Posted January 7, 2008 Hi, The only option would be to set such a yAxisMaxValue that allows for some space between the max data value and the upper limit. Share this post Link to post Share on other sites