I am trying to format the labels on the y axis
$axis->setFormatCode('#.0\%');
I have tested and this will work as expected if you change Writer\PowerPoint2007\PptCharts.php on line 2279 to
$objWriter->writeAttribute('sourceLinked', '0');
Can anyone tell me why that is?