Space out the bars 

chart-10.png
@@ -32,6 +32,8 @@
     tick_length        => -4,
     x_ticks            => 0,
     axis_space         => 6,
+    bar_spacing        => 1,
+    bargroup_spacing   => 20,
 ) or die $graph->error;
 
 $graph->set_legend(@products);