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