mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-26 07:55:31 +00:00
Minor charting fixes
This commit is contained in:
@@ -347,6 +347,10 @@ class PHPExcel_Reader_Excel2007_Chart
|
||||
}
|
||||
}
|
||||
|
||||
if (empty($seriesVal)) {
|
||||
$seriesVal = NULL;
|
||||
}
|
||||
|
||||
return array( 'formatCode' => $formatCode,
|
||||
'pointCount' => $pointCount,
|
||||
'dataValues' => $seriesVal
|
||||
|
||||
Reference in New Issue
Block a user