chart js small bars too thin code example
Example: chart js small bars too thin
var options = {
scales: {
xAxes: [{
barPercentage: 0.9
}]
}
}
var options = {
scales: {
xAxes: [{
barPercentage: 0.9
}]
}
}