I want to add space between two bars in vertical bar graph using react-chart-js
in below image I want to center align all the bars in Bar graph at center by adding some extra space to left and right of all the bars.
I tried using:
scales: {
xAxes: [{
categoryPercentage: 1.0,
barPercentage: 1.0
}]
But this only changes width of bars I want to give spacing on both sides of bars without changing the width of the bars like this: