Adjust the inflatAmount
value to play with the gap between the bars.
options: {
inflateAmount: 8, // Adjust this value
responsive: true,
plugins: {
legend: {
display: false
},
},
You may also need to change barPercentage
according to the change of inflatAmount
to make it look better.