Skip to content

Commit

Permalink
ODPresentation Writer : Support for Area Chart - @Progi1984 GH-82
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jun 12, 2015
1 parent 398b1e1 commit 8f5d6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Added option for explosion in Pie3D Chart (ODPresentation & PowerPoint2007) - @Progi1984 GH-76
- ODPresentation Writer : Support for fill in RichText - @Progi1984 GH-79
- ODPresentation Writer : Support for border style in RichText - @Progi1984 GH-79
- ODPresentation Writer : Support for Area Chart - @Progi1984 GH-79
- ODPresentation Writer : Support for Area Chart - @Progi1984 GH-82

### Bugfix
- PSR-0 via composer broken - @Progi1984 GH-51
Expand Down
2 changes: 1 addition & 1 deletion src/PhpPowerpoint/Shape/Chart/Series.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function getFill()
*/
public function setFill(Fill $fill = null)
{
$this->fill = $fill;
$this->fill = $fill;
return $this;
}

Expand Down

0 comments on commit 8f5d6ba

Please sign in to comment.