Minor charting fixes

This commit is contained in:
Mark Baker
2012-10-27 00:02:38 +01:00
parent a3303cd05e
commit 9be433af58
4 changed files with 20 additions and 8 deletions
@@ -347,6 +347,10 @@ class PHPExcel_Reader_Excel2007_Chart
}
}
if (empty($seriesVal)) {
$seriesVal = NULL;
}
return array( 'formatCode' => $formatCode,
'pointCount' => $pointCount,
'dataValues' => $seriesVal