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.
Hi, this one is easy!
the PhpOffice\PhpPresentation\Writer\PowerPoint2007\PptCharts.php::writeTypeBar does not honour series:setLabelPosition.
in line 982 adding:
seems to fix the issue (i just looked at the code for writeTypePie to see this.