Skip to content

bar charts are not honouring the setLabelPosition #268

@pgee70

Description

@pgee70

Hi, this one is easy!
the PhpOffice\PhpPresentation\Writer\PowerPoint2007\PptCharts.php::writeTypeBar does not honour series:setLabelPosition.

in line 982 adding:

$this->writeElementWithValAttribute($objWriter, 'c:dLblPos', $series->getLabelPosition());

seems to fix the issue (i just looked at the code for writeTypePie to see this.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions