@@ -151,7 +151,7 @@ discard block |
||
151 | 151 | true, // plotVisibleOnly |
152 | 152 | DataSeries::EMPTY_AS_GAP, // displayBlanksAs |
153 | 153 | null, // xAxisLabel |
154 | - $yAxisLabel, // yAxisLabel |
|
154 | + $yAxisLabel, // yAxisLabel |
|
155 | 155 | null, // xAxis |
156 | 156 | $yAxis // yAxis |
157 | 157 | ); |
@@ -344,7 +344,7 @@ discard block |
||
344 | 344 | true, // plotVisibleOnly |
345 | 345 | DataSeries::EMPTY_AS_GAP, // displayBlanksAs |
346 | 346 | null, // xAxisLabel |
347 | - $yAxisLabel, // yAxisLabel |
|
347 | + $yAxisLabel, // yAxisLabel |
|
348 | 348 | null, // xAxis |
349 | 349 | null, // yAxis |
350 | 350 | $majorGridlines, |
@@ -137,7 +137,7 @@ |
||
137 | 137 | true, // plotVisibleOnly |
138 | 138 | DataSeries::EMPTY_AS_GAP, // displayBlanksAs |
139 | 139 | null, // xAxisLabel |
140 | - $yAxisLabel, // yAxisLabel |
|
140 | + $yAxisLabel, // yAxisLabel |
|
141 | 141 | $xAxis, // xAxis |
142 | 142 | $yAxis, // yAxis |
143 | 143 | null, //majorGridlines, |
@@ -148,7 +148,7 @@ |
||
148 | 148 | true, // plotVisibleOnly |
149 | 149 | DataSeries::EMPTY_AS_GAP, // displayBlanksAs |
150 | 150 | null, // xAxisLabel |
151 | - $yAxisLabel, // yAxisLabel |
|
151 | + $yAxisLabel, // yAxisLabel |
|
152 | 152 | null, // xAxis |
153 | 153 | $yAxis // yAxis |
154 | 154 | ); |
@@ -127,7 +127,7 @@ |
||
127 | 127 | true, // plotVisibleOnly |
128 | 128 | DataSeries::EMPTY_AS_GAP, // displayBlanksAs |
129 | 129 | null, // xAxisLabel |
130 | - $yAxisLabel, // yAxisLabel |
|
130 | + $yAxisLabel, // yAxisLabel |
|
131 | 131 | // added xAxis for correct date display |
132 | 132 | $xAxis, // xAxis |
133 | 133 | ); |
@@ -1176,8 +1176,8 @@ |
||
1176 | 1176 | $objWriter->startElement('c:numFmt'); |
1177 | 1177 | $objWriter->writeAttribute('formatCode', 'General'); |
1178 | 1178 | $objWriter->writeAttribute('sourceLinked', '0'); |
1179 | - $objWriter->endElement(); // numFmt |
|
1180 | - $objWriter->endElement(); // trendlineLbl |
|
1179 | + $objWriter->endElement(); // numFmt |
|
1180 | + $objWriter->endElement(); // trendlineLbl |
|
1181 | 1181 | } |
1182 | 1182 | |
1183 | 1183 | $objWriter->endElement(); // trendline |
@@ -155,7 +155,7 @@ discard block |
||
155 | 155 | true, // plotVisibleOnly |
156 | 156 | DataSeries::EMPTY_AS_GAP, // displayBlanksAs |
157 | 157 | null, // xAxisLabel |
158 | - $yAxisLabel, // yAxisLabel |
|
158 | + $yAxisLabel, // yAxisLabel |
|
159 | 159 | // added xAxis for correct date display |
160 | 160 | $xAxis, // xAxis |
161 | 161 | // $yAxis, // yAxis |
@@ -251,7 +251,7 @@ discard block |
||
251 | 251 | true, // plotVisibleOnly |
252 | 252 | DataSeries::EMPTY_AS_GAP, // displayBlanksAs |
253 | 253 | null, // xAxisLabel |
254 | - $yAxisLabel, // yAxisLabel |
|
254 | + $yAxisLabel, // yAxisLabel |
|
255 | 255 | // added xAxis for correct date display |
256 | 256 | $xAxis, // xAxis |
257 | 257 | // $yAxis, // yAxis |
@@ -129,7 +129,7 @@ |
||
129 | 129 | |
130 | 130 | $yAxis = new ChartAxis(); |
131 | 131 | $yAxis->setLineStyleProperties( |
132 | - 2.5, // width in points |
|
132 | + 2.5, // width in points |
|
133 | 133 | Properties::LINE_STYLE_COMPOUND_SIMPLE, |
134 | 134 | Properties::LINE_STYLE_DASH_DASH_DOT, |
135 | 135 | Properties::LINE_STYLE_CAP_FLAT, |
@@ -128,7 +128,7 @@ discard block |
||
128 | 128 | |
129 | 129 | $yAxis = new ChartAxis(); |
130 | 130 | $yAxis->setLineStyleProperties( |
131 | - 2.5, // width in points |
|
131 | + 2.5, // width in points |
|
132 | 132 | Properties::LINE_STYLE_COMPOUND_SIMPLE, |
133 | 133 | Properties::LINE_STYLE_DASH_DASH_DOT, |
134 | 134 | Properties::LINE_STYLE_CAP_FLAT, |
@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | true, // plotVisibleOnly |
167 | 167 | DataSeries::EMPTY_AS_GAP, // displayBlanksAs |
168 | 168 | null, // xAxisLabel |
169 | - $yAxisLabel, // yAxisLabel |
|
169 | + $yAxisLabel, // yAxisLabel |
|
170 | 170 | // added xAxis for correct date display |
171 | 171 | $xAxis, // xAxis |
172 | 172 | $yAxis, // yAxis |
@@ -181,7 +181,7 @@ discard block |
||
181 | 181 | true, // plotVisibleOnly |
182 | 182 | DataSeries::EMPTY_AS_GAP, // displayBlanksAs |
183 | 183 | null, // xAxisLabel |
184 | - $yAxisLabel, // yAxisLabel |
|
184 | + $yAxisLabel, // yAxisLabel |
|
185 | 185 | // added xAxis for correct date display |
186 | 186 | $xAxis, // xAxis |
187 | 187 | $yAxis, // yAxis |
@@ -291,13 +291,13 @@ discard block |
||
291 | 291 | null, // minor_tick_mark |
292 | 292 | $dateMinMax['min'], // minimum calculate this from the earliest data: 'Data!$A$2' |
293 | 293 | $dateMinMax['max'], // maximum calculate this from the last data: 'Data!$A$'.($nrows+1) |
294 | - $tickMarkInterval, // majorUnit determines tickmarks & Gridlines ? |
|
294 | + $tickMarkInterval, // majorUnit determines tickmarks & Gridlines ? |
|
295 | 295 | null, // minorUnit |
296 | 296 | null, // textRotation |
297 | 297 | null, // hidden |
298 | 298 | 'days', // baseTimeUnit |
299 | 299 | 'months', // majorTimeUnit, |
300 | - 'months', // minorTimeUnit |
|
300 | + 'months', // minorTimeUnit |
|
301 | 301 | ); |
302 | 302 | |
303 | 303 | $yAxisLabel = new Title('Value ($k)'); |
@@ -317,7 +317,7 @@ discard block |
||
317 | 317 | true, // plotVisibleOnly |
318 | 318 | DataSeries::EMPTY_AS_GAP, // displayBlanksAs |
319 | 319 | null, // xAxisLabel |
320 | - $yAxisLabel, // yAxisLabel |
|
320 | + $yAxisLabel, // yAxisLabel |
|
321 | 321 | // added xAxis for correct date display |
322 | 322 | $xAxis, // xAxis |
323 | 323 | $yAxis, // yAxis |