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