@@ 113-116 (lines=4) @@ | ||
110 | $plotAttributes = self::readChartAttributes($chartDetail); |
|
111 | break; |
|
112 | case 'lineChart': |
|
113 | case 'line3DChart': |
|
114 | $plotSeries[] = self::chartDataSeries($chartDetail, $namespacesChartMeta, $chartDetailKey); |
|
115 | $plotAttributes = self::readChartAttributes($chartDetail); |
|
116 | break; |
|
117 | case 'areaChart': |
|
118 | case 'area3DChart': |
|
119 | $plotSeries[] = self::chartDataSeries($chartDetail, $namespacesChartMeta, $chartDetailKey); |
|
@@ 118-121 (lines=4) @@ | ||
115 | $plotAttributes = self::readChartAttributes($chartDetail); |
|
116 | break; |
|
117 | case 'areaChart': |
|
118 | case 'area3DChart': |
|
119 | $plotSeries[] = self::chartDataSeries($chartDetail, $namespacesChartMeta, $chartDetailKey); |
|
120 | $plotAttributes = self::readChartAttributes($chartDetail); |
|
121 | break; |
|
122 | case 'doughnutChart': |
|
123 | case 'pieChart': |
|
124 | case 'pie3DChart': |
|
@@ 160-163 (lines=4) @@ | ||
157 | $plotSeries[] = $plotSer; |
|
158 | $plotAttributes = self::readChartAttributes($chartDetail); |
|
159 | break; |
|
160 | case 'stockChart': |
|
161 | $plotSeries[] = self::chartDataSeries($chartDetail, $namespacesChartMeta, $chartDetailKey); |
|
162 | $plotAttributes = self::readChartAttributes($plotAreaLayout); |
|
163 | break; |
|
164 | } |
|
165 | } |
|
166 | if ($plotAreaLayout == null) { |