or download this
#Create embedded chart objects
my $production_chart = $sheet->ChartObjects->Add(25,250,300,160);
...
#Color the background of the charts
$performance_chart->Chart->PlotArea->Interior->{ColorIndex} = 0;
$production_chart->Chart->PlotArea->Interior->{ColorIndex} = 0;