1
What I might have found in the documentation was the xAxes option.
options: {
scales: {
xAxes: [{
categoryPercentage: 0.9,
barPercentage: 0.7
}],
...
}
as can be seen in this example https://jsfiddle.net/smw9949v/1/ changing the values between 0 - 1.
I hope it helps what you need.
gives a look here at the documentation of the configuration itself http://www.chartjs.org/docs/#bar-Chart-Chart-options, if you do not have a look at the general configuration http://www.chartjs.org/docs/#Getting-Started-global-Chart-Configuration
– Marcelo Diniz
I couldn’t find anything similar in the documentation.. But thanks for now. If anyone has any more ideas, I’m grateful
– Rodrigo Segatto