1👍
✅
Try setting barPercentage
& categoryPercentage
values to 1
inside options
like below. Here is updated Code sandbox https://codesandbox.io/s/winter-wind-xdcuxu?file=/src/App.js
const options = {
barPercentage: 1,
categoryPercentage: 1
// Your existing properties
Source:stackexchange.com