Hi,
I'm using the example you provided, bar_chart_sample1. When putting the chart in a SizedBox(width: 300, height: 300) and making the chart's background color red, there is spacing at the left and right side (see the yellow markers):

I have not found anything to get of that, so the chart just occupies the space it requires.
Is there any property I've overlooked?
Using alignment: BarChartAlignment.spaceBetween, is not an option, because I want to define the groupSpacing.
Thanks!
Hi,
I'm using the example you provided, bar_chart_sample1. When putting the chart in a
SizedBox(width: 300, height: 300)and making the chart's background color red, there is spacing at the left and right side (see the yellow markers):I have not found anything to get of that, so the chart just occupies the space it requires.
Is there any property I've overlooked?
Using
alignment: BarChartAlignment.spaceBetween,is not an option, because I want to define thegroupSpacing.Thanks!