You need to explicitly tell PHPExcel to read and to write charts
$objReader->setIncludeCharts(TRUE);
and$objWriter->setIncludeCharts(TRUE);
as shown in the examples