Hello there! I've encountered an issue where the bar chart overlaps when the screen width is too low. It seems to be related to the maintainAspectRatio property, which I set to false because I wanted the charts to shrink only in width, not in both axes. To control the gap between each bar, I had to use a white border as a workaround since I couldn't find another solution.
Here's a screenshot illustrating the problem:
https://i.stack.imgur.com/B7dTd.png
And here's how it looks with a larger screen size:
https://i.stack.imgur.com/UslrO.png
My question is, is there a way to prevent this issue from happening altogether?
I can share some code if needed. Thank you in advance!