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