@@ 87-91 (lines=5) @@ | ||
84 | case 'layout': |
|
85 | $plotAreaLayout = self::chartLayoutDetails($chartDetail, $namespacesChartMeta, 'plotArea'); |
|
86 | break; |
|
87 | case 'catAx': |
|
88 | if (isset($chartDetail->title)) { |
|
89 | $XaxisLabel = self::chartTitle($chartDetail->title->children($namespacesChartMeta['c']), $namespacesChartMeta, 'cat'); |
|
90 | } |
|
91 | break; |
|
92 | case 'dateAx': |
|
93 | if (isset($chartDetail->title)) { |
|
94 | $XaxisLabel = self::chartTitle($chartDetail->title->children($namespacesChartMeta['c']), $namespacesChartMeta, 'cat'); |
|
@@ 92-96 (lines=5) @@ | ||
89 | $XaxisLabel = self::chartTitle($chartDetail->title->children($namespacesChartMeta['c']), $namespacesChartMeta, 'cat'); |
|
90 | } |
|
91 | break; |
|
92 | case 'dateAx': |
|
93 | if (isset($chartDetail->title)) { |
|
94 | $XaxisLabel = self::chartTitle($chartDetail->title->children($namespacesChartMeta['c']), $namespacesChartMeta, 'cat'); |
|
95 | } |
|
96 | break; |
|
97 | case 'valAx': |
|
98 | if (isset($chartDetail->title)) { |
|
99 | $YaxisLabel = self::chartTitle($chartDetail->title->children($namespacesChartMeta['c']), $namespacesChartMeta, 'cat'); |
|
@@ 97-101 (lines=5) @@ | ||
94 | $XaxisLabel = self::chartTitle($chartDetail->title->children($namespacesChartMeta['c']), $namespacesChartMeta, 'cat'); |
|
95 | } |
|
96 | break; |
|
97 | case 'valAx': |
|
98 | if (isset($chartDetail->title)) { |
|
99 | $YaxisLabel = self::chartTitle($chartDetail->title->children($namespacesChartMeta['c']), $namespacesChartMeta, 'cat'); |
|
100 | } |
|
101 | break; |
|
102 | case 'barChart': |
|
103 | case 'bar3DChart': |
|
104 | $barDirection = self::getAttribute($chartDetail->barDir, 'val', 'string'); |