code format

This commit is contained in:
csk83 2020-08-26 12:50:08 +08:00
parent 9945240ea8
commit 6f1b18937c
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class Chart extends AbstractPart
//Chart legend
if ($showLegend) {
$xmlWriter->writeRaw('<c:legend><c:legendPos val="'.$legendPosition.'"/></c:legend>');
$xmlWriter->writeRaw('<c:legend><c:legendPos val="' . $legendPosition . '"/></c:legend>');
}
$xmlWriter->startElement('c:plotArea');