Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop
Conflicts: Examples/33chartcreate-pie.php
This commit is contained in:
commit
2e1571c35b
|
@ -161,7 +161,7 @@ $dataSeriesValues2 = array(
|
||||||
// Build the dataseries
|
// Build the dataseries
|
||||||
$series2 = new PHPExcel_Chart_DataSeries(
|
$series2 = new PHPExcel_Chart_DataSeries(
|
||||||
PHPExcel_Chart_DataSeries::TYPE_DONUTCHART, // plotType
|
PHPExcel_Chart_DataSeries::TYPE_DONUTCHART, // plotType
|
||||||
NULL, // plotGrouping
|
NULL, // plotGrouping
|
||||||
range(0, count($dataSeriesValues2)-1), // plotOrder
|
range(0, count($dataSeriesValues2)-1), // plotOrder
|
||||||
$dataSeriesLabels2, // plotLabel
|
$dataSeriesLabels2, // plotLabel
|
||||||
$xAxisTickValues2, // plotCategory
|
$xAxisTickValues2, // plotCategory
|
||||||
|
|
Loading…
Reference in New Issue