jrf Report post Posted January 6, 2015 See the following JSFiddle : http://jsfiddle.net/bdt5dngw/1/ How can I make the chart caption expand the entire width of the chart? It seems to only take up the width of the bars, however I would like it to take up the entire width of the canvas. Also how do I remove the gray line on the right hand side of the bars? Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted January 7, 2015 Hi, Below is the updated fiddle link. http://jsfiddle.net/moonmi/bdt5dngw/2/ In the fiddle we have "maxLabelWidthPercent" attribute used. With this attribute we can specify the maximum % of available width for data labels. This attribute takes a value between 5 and 80. Hope this helps. Share this post Link to post Share on other sites
jrf Report post Posted January 7, 2015 Thanks, that resolved the issue. I was also able to remove the gray line on the right by setting divLineAlpha = 0. Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted January 8, 2015 Glad that your issue is resolved. Share this post Link to post Share on other sites