checkstyle fixes
This commit is contained in:
parent
afed126ab1
commit
0692a55fa4
|
|
@ -188,7 +188,8 @@ class Chart extends AbstractPart
|
||||||
// Series
|
// Series
|
||||||
$this->writeSeries($xmlWriter, isset($this->options['scatter']));
|
$this->writeSeries($xmlWriter, isset($this->options['scatter']));
|
||||||
|
|
||||||
if(!isset($this->options['grouping']) OR $this->options['grouping'] != 'clustered'){
|
// don't overlap if grouping is 'clustered'
|
||||||
|
if (!isset($this->options['grouping']) || $this->options['grouping'] != 'clustered') {
|
||||||
$xmlWriter->writeElementBlock('c:overlap', 'val', '100');
|
$xmlWriter->writeElementBlock('c:overlap', 'val', '100');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue