Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into …
Browse files Browse the repository at this point in the history
…develop

Conflicts:
	Examples/33chartcreate-pie.php
  • Loading branch information
MarkBaker committed Sep 10, 2014
2 parents c32dbfc + 981eaab commit 2e1571c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/33chartcreate-pie.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
// Build the dataseries
$series2 = new PHPExcel_Chart_DataSeries(
PHPExcel_Chart_DataSeries::TYPE_DONUTCHART, // plotType
NULL, // plotGrouping
NULL, // plotGrouping
range(0, count($dataSeriesValues2)-1), // plotOrder
$dataSeriesLabels2, // plotLabel
$xAxisTickValues2, // plotCategory
Expand Down

0 comments on commit 2e1571c

Please sign in to comment.