@@ 78-82 (lines=5) @@ | ||
75 | $plotAreaLayout = self::chartLayoutDetails($chartDetail, $namespacesChartMeta); |
|
76 | ||
77 | break; |
|
78 | case 'catAx': |
|
79 | if (isset($chartDetail->title)) { |
|
80 | $XaxisLabel = self::chartTitle($chartDetail->title->children($namespacesChartMeta['c']), $namespacesChartMeta); |
|
81 | } |
|
82 | ||
83 | break; |
|
84 | case 'dateAx': |
|
85 | if (isset($chartDetail->title)) { |
|
@@ 84-88 (lines=5) @@ | ||
81 | } |
|
82 | ||
83 | break; |
|
84 | case 'dateAx': |
|
85 | if (isset($chartDetail->title)) { |
|
86 | $XaxisLabel = self::chartTitle($chartDetail->title->children($namespacesChartMeta['c']), $namespacesChartMeta); |
|
87 | } |
|
88 | ||
89 | break; |
|
90 | case 'valAx': |
|
91 | if (isset($chartDetail->title)) { |
|
@@ 90-94 (lines=5) @@ | ||
87 | } |
|
88 | ||
89 | break; |
|
90 | case 'valAx': |
|
91 | if (isset($chartDetail->title)) { |
|
92 | $YaxisLabel = self::chartTitle($chartDetail->title->children($namespacesChartMeta['c']), $namespacesChartMeta); |
|
93 | } |
|
94 | ||
95 | break; |
|
96 | case 'barChart': |
|
97 | case 'bar3DChart': |