We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5b8bc commit bf6fa59Copy full SHA for bf6fa59
src/PhpWord/Writer/Word2007/Part/Chart.php
@@ -107,8 +107,6 @@ private function writeChart(XMLWriter $xmlWriter)
107
108
$this->writePlotArea($xmlWriter);
109
110
- $xmlWriter->writeElementBlock('c:plotVisOnly', 'val', 1);
111
-
112
$xmlWriter->endElement(); // c:chart
113
}
114
@@ -161,6 +159,8 @@ private function writePlotArea(XMLWriter $xmlWriter)
161
159
// Series
162
160
$this->writeSeries($xmlWriter, isset($this->options['scatter']));
163
+ $xmlWriter->writeElementBlock('c:overlap', 'val', '100');
+
164
// Axes
165
if (isset($this->options['axes'])) {
166
$xmlWriter->writeElementBlock('c:axId', 'val', 1);
0 commit comments