@@ 160-163 (lines=4) @@ | ||
157 | $plotAttributes = self::readChartAttributes($chartDetail); |
|
158 | ||
159 | break; |
|
160 | case 'stockChart': |
|
161 | $plotSeries[] = self::chartDataSeries($chartDetail, $namespacesChartMeta, $chartDetailKey); |
|
162 | $plotAttributes = self::readChartAttributes($plotAreaLayout); |
|
163 | ||
164 | break; |
|
165 | } |
|
166 | } |
|
@@ 106-109 (lines=4) @@ | ||
103 | ||
104 | break; |
|
105 | case 'lineChart': |
|
106 | case 'line3DChart': |
|
107 | $plotSeries[] = self::chartDataSeries($chartDetail, $namespacesChartMeta, $chartDetailKey); |
|
108 | $plotAttributes = self::readChartAttributes($chartDetail); |
|
109 | ||
110 | break; |
|
111 | case 'areaChart': |
|
112 | case 'area3DChart': |
|
@@ 112-115 (lines=4) @@ | ||
109 | ||
110 | break; |
|
111 | case 'areaChart': |
|
112 | case 'area3DChart': |
|
113 | $plotSeries[] = self::chartDataSeries($chartDetail, $namespacesChartMeta, $chartDetailKey); |
|
114 | $plotAttributes = self::readChartAttributes($chartDetail); |
|
115 | ||
116 | break; |
|
117 | case 'doughnutChart': |
|
118 | case 'pieChart': |