code format
This commit is contained in:
parent
9945240ea8
commit
6f1b18937c
|
|
@ -155,7 +155,7 @@ class Chart extends AbstractPart
|
||||||
|
|
||||||
//Chart legend
|
//Chart legend
|
||||||
if ($showLegend) {
|
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');
|
$xmlWriter->startElement('c:plotArea');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue