Chartjs-Is there any way to remove extra space and Horizontal line from Bar chart of Chart.js?

0👍

Managed to remove the bottom line, but somehow could not remove the padding, – commented an area, which removes a little bit, but then you lose the ticks (which is obviously bad)

Just adding a fiddle, hope it helps at least somehow!

https://jsfiddle.net/aokzss3c/1/

..xAxes..
ticks: {
    display: true, // removing this
    fontColor: '#0071bc',
},

Leave a comment