@sapui5/sap.viz 1.97.0 → 1.99.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/package.json +1 -1
  2. package/src/sap/viz/.library +2 -2
  3. package/src/sap/viz/designtime/FlattenedDataset.designtime.js +1 -1
  4. package/src/sap/viz/library.js +95 -98
  5. package/src/sap/viz/ui5/Area.js +1 -1
  6. package/src/sap/viz/ui5/Area100.js +1 -1
  7. package/src/sap/viz/ui5/Area100Renderer.js +1 -1
  8. package/src/sap/viz/ui5/AreaRenderer.js +1 -1
  9. package/src/sap/viz/ui5/Bar.js +1 -1
  10. package/src/sap/viz/ui5/BarRenderer.js +1 -1
  11. package/src/sap/viz/ui5/Bubble.js +1 -1
  12. package/src/sap/viz/ui5/BubbleRenderer.js +1 -1
  13. package/src/sap/viz/ui5/Bullet.js +1 -1
  14. package/src/sap/viz/ui5/BulletRenderer.js +1 -1
  15. package/src/sap/viz/ui5/Column.js +1 -1
  16. package/src/sap/viz/ui5/ColumnRenderer.js +1 -1
  17. package/src/sap/viz/ui5/Combination.js +1 -1
  18. package/src/sap/viz/ui5/CombinationRenderer.js +1 -1
  19. package/src/sap/viz/ui5/Donut.js +1 -1
  20. package/src/sap/viz/ui5/DonutRenderer.js +1 -1
  21. package/src/sap/viz/ui5/DualBar.js +1 -1
  22. package/src/sap/viz/ui5/DualBarRenderer.js +1 -1
  23. package/src/sap/viz/ui5/DualColumn.js +1 -1
  24. package/src/sap/viz/ui5/DualColumnRenderer.js +1 -1
  25. package/src/sap/viz/ui5/DualCombination.js +1 -1
  26. package/src/sap/viz/ui5/DualCombinationRenderer.js +1 -1
  27. package/src/sap/viz/ui5/DualLine.js +1 -1
  28. package/src/sap/viz/ui5/DualLineRenderer.js +1 -1
  29. package/src/sap/viz/ui5/DualStackedColumn.js +1 -1
  30. package/src/sap/viz/ui5/DualStackedColumn100.js +1 -1
  31. package/src/sap/viz/ui5/DualStackedColumn100Renderer.js +1 -1
  32. package/src/sap/viz/ui5/DualStackedColumnRenderer.js +1 -1
  33. package/src/sap/viz/ui5/Heatmap.js +1 -1
  34. package/src/sap/viz/ui5/HeatmapRenderer.js +1 -1
  35. package/src/sap/viz/ui5/HorizontalArea.js +1 -1
  36. package/src/sap/viz/ui5/HorizontalArea100.js +1 -1
  37. package/src/sap/viz/ui5/HorizontalArea100Renderer.js +1 -1
  38. package/src/sap/viz/ui5/HorizontalAreaRenderer.js +1 -1
  39. package/src/sap/viz/ui5/Line.js +1 -1
  40. package/src/sap/viz/ui5/LineRenderer.js +1 -1
  41. package/src/sap/viz/ui5/Pie.js +1 -1
  42. package/src/sap/viz/ui5/PieRenderer.js +1 -1
  43. package/src/sap/viz/ui5/Scatter.js +1 -1
  44. package/src/sap/viz/ui5/ScatterRenderer.js +1 -1
  45. package/src/sap/viz/ui5/StackedColumn.js +1 -1
  46. package/src/sap/viz/ui5/StackedColumn100.js +1 -1
  47. package/src/sap/viz/ui5/StackedColumn100Renderer.js +1 -1
  48. package/src/sap/viz/ui5/StackedColumnRenderer.js +1 -1
  49. package/src/sap/viz/ui5/TimeBubble.js +1 -1
  50. package/src/sap/viz/ui5/TimeBubbleRenderer.js +1 -1
  51. package/src/sap/viz/ui5/Treemap.js +1 -1
  52. package/src/sap/viz/ui5/TreemapRenderer.js +1 -1
  53. package/src/sap/viz/ui5/VizContainer.js +1 -1
  54. package/src/sap/viz/ui5/VizContainerRenderer.js +1 -1
  55. package/src/sap/viz/ui5/api/env/Format.js +1 -1
  56. package/src/sap/viz/ui5/container/VizControlsHelper.js +1 -1
  57. package/src/sap/viz/ui5/controls/Popover.js +1 -1
  58. package/src/sap/viz/ui5/controls/PopoverRenderer.js +1 -1
  59. package/src/sap/viz/ui5/controls/ResponsiveLegend.js +1 -1
  60. package/src/sap/viz/ui5/controls/VizFrame.js +1 -1
  61. package/src/sap/viz/ui5/controls/VizFrameRenderer.js +1 -1
  62. package/src/sap/viz/ui5/controls/VizRangeSlider.js +1 -1
  63. package/src/sap/viz/ui5/controls/VizRangeSliderRenderer.js +1 -1
  64. package/src/sap/viz/ui5/controls/VizSlider.js +1 -1
  65. package/src/sap/viz/ui5/controls/VizSliderBasic.js +1 -1
  66. package/src/sap/viz/ui5/controls/VizSliderBasicRenderer.js +1 -1
  67. package/src/sap/viz/ui5/controls/VizSliderRenderer.js +1 -1
  68. package/src/sap/viz/ui5/controls/VizTooltip.js +1 -1
  69. package/src/sap/viz/ui5/controls/WorkerCode.js +1 -1
  70. package/src/sap/viz/ui5/controls/chartpopover/ChartPopover.js +1 -1
  71. package/src/sap/viz/ui5/controls/chartpopover/ContentPanel.js +1 -1
  72. package/src/sap/viz/ui5/controls/chartpopover/HeaderBar.js +1 -1
  73. package/src/sap/viz/ui5/controls/chartpopover/ShapeMarker.js +1 -1
  74. package/src/sap/viz/ui5/controls/chartpopover/SubActionItemsPage.js +1 -1
  75. package/src/sap/viz/ui5/controls/charttooltip/ContentPanel.js +1 -1
  76. package/src/sap/viz/ui5/controls/charttooltip/TooltipContainer.js +1 -1
  77. package/src/sap/viz/ui5/controls/common/BaseControl.js +13 -7
  78. package/src/sap/viz/ui5/controls/common/BaseControlRenderer.js +1 -1
  79. package/src/sap/viz/ui5/controls/common/feeds/AnalysisObject.js +1 -1
  80. package/src/sap/viz/ui5/controls/common/feeds/FeedHelper.js +1 -1
  81. package/src/sap/viz/ui5/controls/common/feeds/FeedItem.js +1 -1
  82. package/src/sap/viz/ui5/controls/common/helpers/DefaultPropertiesHelper.js +1 -1
  83. package/src/sap/viz/ui5/controls/common/helpers/RuntimeOptionsHelper.js +1 -1
  84. package/src/sap/viz/ui5/controls/common/utils/Constants.js +1 -1
  85. package/src/sap/viz/ui5/controls/common/utils/ContentUtil.js +1 -1
  86. package/src/sap/viz/ui5/controls/common/utils/FormatDataUtil.js +1 -1
  87. package/src/sap/viz/ui5/controls/common/utils/SelectionDetailUtil.js +1 -1
  88. package/src/sap/viz/ui5/core/BaseChart.js +1 -1
  89. package/src/sap/viz/ui5/core/BaseChartMetadata.js +2 -2
  90. package/src/sap/viz/ui5/core/BaseChartRenderer.js +1 -1
  91. package/src/sap/viz/ui5/core/BaseStructuredType.js +1 -1
  92. package/src/sap/viz/ui5/data/CVOMDatasetAdaptor.js +1 -1
  93. package/src/sap/viz/ui5/data/CustomDataset.js +1 -1
  94. package/src/sap/viz/ui5/data/Dataset.js +1 -1
  95. package/src/sap/viz/ui5/data/DimensionDefinition.js +1 -1
  96. package/src/sap/viz/ui5/data/FlattenedDataset.js +1 -1
  97. package/src/sap/viz/ui5/data/MeasureDefinition.js +1 -1
  98. package/src/sap/viz/ui5/format/ChartFormatter.js +1 -1
  99. package/src/sap/viz/ui5/theming/Util.js +2 -2
  100. package/src/sap/viz/ui5/types/Area.js +1 -1
  101. package/src/sap/viz/ui5/types/Area_animation.js +1 -1
  102. package/src/sap/viz/ui5/types/Area_hoverline.js +1 -1
  103. package/src/sap/viz/ui5/types/Area_marker.js +1 -1
  104. package/src/sap/viz/ui5/types/Area_tooltip.js +1 -1
  105. package/src/sap/viz/ui5/types/Axis.js +1 -1
  106. package/src/sap/viz/ui5/types/Axis_axisTick.js +1 -1
  107. package/src/sap/viz/ui5/types/Axis_axisline.js +1 -1
  108. package/src/sap/viz/ui5/types/Axis_gridline.js +1 -1
  109. package/src/sap/viz/ui5/types/Axis_indicator.js +1 -1
  110. package/src/sap/viz/ui5/types/Axis_label.js +1 -1
  111. package/src/sap/viz/ui5/types/Axis_layoutInfo.js +1 -1
  112. package/src/sap/viz/ui5/types/Axis_scale.js +1 -1
  113. package/src/sap/viz/ui5/types/Axis_title.js +1 -1
  114. package/src/sap/viz/ui5/types/Background.js +1 -1
  115. package/src/sap/viz/ui5/types/Background_border.js +1 -1
  116. package/src/sap/viz/ui5/types/Background_border_bottom.js +1 -1
  117. package/src/sap/viz/ui5/types/Background_border_left.js +1 -1
  118. package/src/sap/viz/ui5/types/Background_border_right.js +1 -1
  119. package/src/sap/viz/ui5/types/Background_border_top.js +1 -1
  120. package/src/sap/viz/ui5/types/Bar.js +1 -1
  121. package/src/sap/viz/ui5/types/Bar_animation.js +1 -1
  122. package/src/sap/viz/ui5/types/Bar_tooltip.js +1 -1
  123. package/src/sap/viz/ui5/types/Bubble.js +1 -1
  124. package/src/sap/viz/ui5/types/Bubble_animation.js +1 -1
  125. package/src/sap/viz/ui5/types/Bubble_axisTooltip.js +1 -1
  126. package/src/sap/viz/ui5/types/Bubble_hoverline.js +1 -1
  127. package/src/sap/viz/ui5/types/Bullet.js +1 -1
  128. package/src/sap/viz/ui5/types/Bullet_tooltip.js +1 -1
  129. package/src/sap/viz/ui5/types/Combination.js +1 -1
  130. package/src/sap/viz/ui5/types/Combination_animation.js +1 -1
  131. package/src/sap/viz/ui5/types/Combination_bar.js +1 -1
  132. package/src/sap/viz/ui5/types/Combination_dataShape.js +1 -1
  133. package/src/sap/viz/ui5/types/Combination_line.js +1 -1
  134. package/src/sap/viz/ui5/types/Combination_line_marker.js +1 -1
  135. package/src/sap/viz/ui5/types/Combination_tooltip.js +1 -1
  136. package/src/sap/viz/ui5/types/Datalabel.js +1 -1
  137. package/src/sap/viz/ui5/types/Datatransform.js +1 -1
  138. package/src/sap/viz/ui5/types/Datatransform_autoBinning.js +1 -1
  139. package/src/sap/viz/ui5/types/Datatransform_dataSampling.js +1 -1
  140. package/src/sap/viz/ui5/types/Datatransform_dataSampling_grid.js +1 -1
  141. package/src/sap/viz/ui5/types/Heatmap.js +1 -1
  142. package/src/sap/viz/ui5/types/Heatmap_animation.js +1 -1
  143. package/src/sap/viz/ui5/types/Heatmap_border.js +1 -1
  144. package/src/sap/viz/ui5/types/Heatmap_tooltip.js +1 -1
  145. package/src/sap/viz/ui5/types/Legend.js +1 -1
  146. package/src/sap/viz/ui5/types/Legend_layout.js +1 -1
  147. package/src/sap/viz/ui5/types/Line.js +1 -1
  148. package/src/sap/viz/ui5/types/Line_animation.js +1 -1
  149. package/src/sap/viz/ui5/types/Line_hoverline.js +1 -1
  150. package/src/sap/viz/ui5/types/Line_marker.js +1 -1
  151. package/src/sap/viz/ui5/types/Line_tooltip.js +1 -1
  152. package/src/sap/viz/ui5/types/Pie.js +1 -1
  153. package/src/sap/viz/ui5/types/Pie_animation.js +1 -1
  154. package/src/sap/viz/ui5/types/Pie_tooltip.js +1 -1
  155. package/src/sap/viz/ui5/types/RootContainer.js +1 -1
  156. package/src/sap/viz/ui5/types/RootContainer_layout.js +1 -1
  157. package/src/sap/viz/ui5/types/Scatter.js +1 -1
  158. package/src/sap/viz/ui5/types/Scatter_animation.js +1 -1
  159. package/src/sap/viz/ui5/types/Scatter_axisTooltip.js +1 -1
  160. package/src/sap/viz/ui5/types/Scatter_hoverline.js +1 -1
  161. package/src/sap/viz/ui5/types/StackedVerticalBar.js +1 -1
  162. package/src/sap/viz/ui5/types/StackedVerticalBar_animation.js +1 -1
  163. package/src/sap/viz/ui5/types/StackedVerticalBar_tooltip.js +1 -1
  164. package/src/sap/viz/ui5/types/Title.js +1 -1
  165. package/src/sap/viz/ui5/types/Title_layout.js +1 -1
  166. package/src/sap/viz/ui5/types/Tooltip.js +1 -1
  167. package/src/sap/viz/ui5/types/Tooltip_background.js +1 -1
  168. package/src/sap/viz/ui5/types/Tooltip_bodyDimensionLabel.js +1 -1
  169. package/src/sap/viz/ui5/types/Tooltip_bodyDimensionValue.js +1 -1
  170. package/src/sap/viz/ui5/types/Tooltip_bodyMeasureLabel.js +1 -1
  171. package/src/sap/viz/ui5/types/Tooltip_bodyMeasureValue.js +1 -1
  172. package/src/sap/viz/ui5/types/Tooltip_closeButton.js +1 -1
  173. package/src/sap/viz/ui5/types/Tooltip_footerLabel.js +1 -1
  174. package/src/sap/viz/ui5/types/Tooltip_separationLine.js +1 -1
  175. package/src/sap/viz/ui5/types/Treemap.js +1 -1
  176. package/src/sap/viz/ui5/types/Treemap_animation.js +1 -1
  177. package/src/sap/viz/ui5/types/Treemap_border.js +1 -1
  178. package/src/sap/viz/ui5/types/Treemap_tooltip.js +1 -1
  179. package/src/sap/viz/ui5/types/VerticalBar.js +1 -1
  180. package/src/sap/viz/ui5/types/VerticalBar_animation.js +1 -1
  181. package/src/sap/viz/ui5/types/VerticalBar_tooltip.js +1 -1
  182. package/src/sap/viz/ui5/types/XYContainer.js +1 -1
  183. package/src/sap/viz/ui5/types/controller/Interaction.js +1 -1
  184. package/src/sap/viz/ui5/types/controller/Interaction_pan.js +1 -1
  185. package/src/sap/viz/ui5/types/controller/Interaction_selectability.js +1 -1
  186. package/src/sap/viz/ui5/types/layout/Dock.js +1 -1
  187. package/src/sap/viz/ui5/types/layout/Stack.js +1 -1
  188. package/src/sap/viz/ui5/types/legend/Common.js +1 -1
  189. package/src/sap/viz/ui5/types/legend/Common_title.js +1 -1
  190. package/src/sap/viz/ui5/utils/CommonUtil.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.viz",
3
- "version": "1.97.0",
3
+ "version": "1.99.0",
4
4
  "description": "SAPUI5 Library sap.viz",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -4,8 +4,8 @@
4
4
  <name>sap.viz</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.</copyright>
8
- <version>1.97.0</version>
7
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.</copyright>
8
+ <version>1.99.0</version>
9
9
 
10
10
  <documentation>Chart controls based on the SAP BI CVOM charting library</documentation>
11
11
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides the Design Time Metadata for the sap.viz.ui5.data.FlattenedDataset control
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  /**
@@ -240,7 +240,7 @@ sap.ui.define([
240
240
 
241
241
  //@@end generated-elements-list
242
242
  ],
243
- version: "1.97.0"
243
+ version: "1.99.0"
244
244
  });
245
245
 
246
246
  //@@begin generated-enums
@@ -1952,105 +1952,102 @@ sap.ui.define([
1952
1952
  sap.viz._applyTheme = function() {
1953
1953
  // Set template to viz
1954
1954
  sap.viz._changeTemplate('standard_fiori');
1955
- // Reset color mapping
1956
- var mapping = {};
1957
- var write = function(key) {
1958
- var color = sap.ui.core.theming.Parameters.get(key);
1959
- if (color) {
1960
- mapping[key] = color;
1961
- }
1962
- };
1955
+ var colorArray = [
1963
1956
  // Qualitative color
1964
- write('sapUiChartPaletteQualitativeHue1');
1965
- write('sapUiChartPaletteQualitativeHue2');
1966
- write('sapUiChartPaletteQualitativeHue3');
1967
- write('sapUiChartPaletteQualitativeHue4');
1968
- write('sapUiChartPaletteQualitativeHue5');
1969
- write('sapUiChartPaletteQualitativeHue6');
1970
- write('sapUiChartPaletteQualitativeHue7');
1971
- write('sapUiChartPaletteQualitativeHue8');
1972
- write('sapUiChartPaletteQualitativeHue9');
1973
- write('sapUiChartPaletteQualitativeHue10');
1974
- write('sapUiChartPaletteQualitativeHue11');
1975
- write('sapUiChartPaletteQualitativeHue12');
1976
- write('sapUiChartPaletteQualitativeHue13');
1977
- write('sapUiChartPaletteQualitativeHue14');
1978
- write('sapUiChartPaletteQualitativeHue15');
1979
- write('sapUiChartPaletteQualitativeHue16');
1980
- write('sapUiChartPaletteQualitativeHue17');
1981
- write('sapUiChartPaletteQualitativeHue18');
1982
- write('sapUiChartPaletteQualitativeHue19');
1983
- write('sapUiChartPaletteQualitativeHue20');
1984
- write('sapUiChartPaletteQualitativeHue21');
1985
- write('sapUiChartPaletteQualitativeHue22');
1957
+ 'sapUiChartPaletteQualitativeHue1',
1958
+ 'sapUiChartPaletteQualitativeHue2',
1959
+ 'sapUiChartPaletteQualitativeHue3',
1960
+ 'sapUiChartPaletteQualitativeHue4',
1961
+ 'sapUiChartPaletteQualitativeHue5',
1962
+ 'sapUiChartPaletteQualitativeHue6',
1963
+ 'sapUiChartPaletteQualitativeHue7',
1964
+ 'sapUiChartPaletteQualitativeHue8',
1965
+ 'sapUiChartPaletteQualitativeHue9',
1966
+ 'sapUiChartPaletteQualitativeHue10',
1967
+ 'sapUiChartPaletteQualitativeHue11',
1968
+ 'sapUiChartPaletteQualitativeHue12',
1969
+ 'sapUiChartPaletteQualitativeHue13',
1970
+ 'sapUiChartPaletteQualitativeHue14',
1971
+ 'sapUiChartPaletteQualitativeHue15',
1972
+ 'sapUiChartPaletteQualitativeHue16',
1973
+ 'sapUiChartPaletteQualitativeHue17',
1974
+ 'sapUiChartPaletteQualitativeHue18',
1975
+ 'sapUiChartPaletteQualitativeHue19',
1976
+ 'sapUiChartPaletteQualitativeHue20',
1977
+ 'sapUiChartPaletteQualitativeHue21',
1978
+ 'sapUiChartPaletteQualitativeHue22',
1986
1979
  // Semantic color
1987
- write('sapUiChartPaletteSemanticBadLight3');
1988
- write('sapUiChartPaletteSemanticBadLight2');
1989
- write('sapUiChartPaletteSemanticBadLight1');
1990
- write('sapUiChartPaletteSemanticBad');
1991
- write('sapUiChartPaletteSemanticBadDark1');
1992
- write('sapUiChartPaletteSemanticBadDark2');
1993
- write('sapUiChartPaletteSemanticCriticalLight3');
1994
- write('sapUiChartPaletteSemanticCriticalLight2');
1995
- write('sapUiChartPaletteSemanticCriticalLight1');
1996
- write('sapUiChartPaletteSemanticCritical');
1997
- write('sapUiChartPaletteSemanticCriticalDark1');
1998
- write('sapUiChartPaletteSemanticCriticalDark2');
1999
- write('sapUiChartPaletteSemanticGoodLight3');
2000
- write('sapUiChartPaletteSemanticGoodLight2');
2001
- write('sapUiChartPaletteSemanticGoodLight1');
2002
- write('sapUiChartPaletteSemanticGood');
2003
- write('sapUiChartPaletteSemanticGoodDark1');
2004
- write('sapUiChartPaletteSemanticGoodDark2');
2005
- write('sapUiChartPaletteSemanticNeutralLight3');
2006
- write('sapUiChartPaletteSemanticNeutralLight2');
2007
- write('sapUiChartPaletteSemanticNeutralLight1');
2008
- write('sapUiChartPaletteSemanticNeutral');
2009
- write('sapUiChartPaletteSemanticNeutralDark1');
2010
- write('sapUiChartPaletteSemanticNeutralDark2');
2011
- write('sapUiChartPaletteNoSemDiv1Dark2');
2012
- write('sapUiChartPaletteNoSemDiv1Dark1');
2013
- write('sapUiChartPaletteNoSemDiv1');
2014
- write('sapUiChartPaletteNoSemDiv1Light1');
2015
- write('sapUiChartPaletteNoSemDiv1Light2');
2016
- write('sapUiChartPaletteNoSemDiv1Light3');
1980
+ 'sapUiChartPaletteSemanticBadLight3',
1981
+ 'sapUiChartPaletteSemanticBadLight2',
1982
+ 'sapUiChartPaletteSemanticBadLight1',
1983
+ 'sapUiChartPaletteSemanticBad',
1984
+ 'sapUiChartPaletteSemanticBadDark1',
1985
+ 'sapUiChartPaletteSemanticBadDark2',
1986
+ 'sapUiChartPaletteSemanticCriticalLight3',
1987
+ 'sapUiChartPaletteSemanticCriticalLight2',
1988
+ 'sapUiChartPaletteSemanticCriticalLight1',
1989
+ 'sapUiChartPaletteSemanticCritical',
1990
+ 'sapUiChartPaletteSemanticCriticalDark1',
1991
+ 'sapUiChartPaletteSemanticCriticalDark2',
1992
+ 'sapUiChartPaletteSemanticGoodLight3',
1993
+ 'sapUiChartPaletteSemanticGoodLight2',
1994
+ 'sapUiChartPaletteSemanticGoodLight1',
1995
+ 'sapUiChartPaletteSemanticGood',
1996
+ 'sapUiChartPaletteSemanticGoodDark1',
1997
+ 'sapUiChartPaletteSemanticGoodDark2',
1998
+ 'sapUiChartPaletteSemanticNeutralLight3',
1999
+ 'sapUiChartPaletteSemanticNeutralLight2',
2000
+ 'sapUiChartPaletteSemanticNeutralLight1',
2001
+ 'sapUiChartPaletteSemanticNeutral',
2002
+ 'sapUiChartPaletteSemanticNeutralDark1',
2003
+ 'sapUiChartPaletteSemanticNeutralDark2',
2004
+ 'sapUiChartPaletteNoSemDiv1Dark2',
2005
+ 'sapUiChartPaletteNoSemDiv1Dark1',
2006
+ 'sapUiChartPaletteNoSemDiv1',
2007
+ 'sapUiChartPaletteNoSemDiv1Light1',
2008
+ 'sapUiChartPaletteNoSemDiv1Light2',
2009
+ 'sapUiChartPaletteNoSemDiv1Light3',
2017
2010
  // Sequential color
2018
- write('sapUiChartPaletteSequentialHue1Light3');
2019
- write('sapUiChartPaletteSequentialHue1Light2');
2020
- write('sapUiChartPaletteSequentialHue1Light1');
2021
- write('sapUiChartPaletteSequentialHue1');
2022
- write('sapUiChartPaletteSequentialHue1Dark1');
2023
- write('sapUiChartPaletteSequentialHue1Dark2');
2024
- write('sapUiChartPaletteSequentialHue2Light3');
2025
- write('sapUiChartPaletteSequentialHue2Light2');
2026
- write('sapUiChartPaletteSequentialHue2Light1');
2027
- write('sapUiChartPaletteSequentialHue2');
2028
- write('sapUiChartPaletteSequentialHue2Dark1');
2029
- write('sapUiChartPaletteSequentialHue2Dark2');
2030
- write('sapUiChartPaletteSequentialHue3Light3');
2031
- write('sapUiChartPaletteSequentialHue3Light2');
2032
- write('sapUiChartPaletteSequentialHue3Light1');
2033
- write('sapUiChartPaletteSequentialHue3');
2034
- write('sapUiChartPaletteSequentialHue3Dark1');
2035
- write('sapUiChartPaletteSequentialHue3Dark2');
2036
- write('sapUiChartPaletteSequentialHue6Light3');
2037
- write('sapUiChartPaletteSequentialHue6Light2');
2038
- write('sapUiChartPaletteSequentialHue6Light1');
2039
- write('sapUiChartPaletteSequentialHue6');
2040
- write('sapUiChartPaletteSequentialHue6Dark1');
2041
- write('sapUiChartPaletteSequentialHue6Dark2');
2042
- write('sapUiChartPaletteSequentialNeutralLight3');
2043
- write('sapUiChartPaletteSequentialNeutralLight2');
2044
- write('sapUiChartPaletteSequentialNeutralLight1');
2045
- write('sapUiChartPaletteSequentialNeutral');
2046
- write('sapUiChartPaletteSequentialNeutralDark1');
2047
- write('sapUiChartPaletteSequentialNeutralDark2');
2048
- write('sapUiChoroplethRegionBG');
2049
- write('sapUiChartZeroAxisColor');
2050
- write('sapUiNegativeElement');
2051
- write('sapUiCriticalElement');
2052
- write('sapUiPositiveElement');
2053
- write('sapUiNeutralElement');
2011
+ 'sapUiChartPaletteSequentialHue1Light3',
2012
+ 'sapUiChartPaletteSequentialHue1Light2',
2013
+ 'sapUiChartPaletteSequentialHue1Light1',
2014
+ 'sapUiChartPaletteSequentialHue1',
2015
+ 'sapUiChartPaletteSequentialHue1Dark1',
2016
+ 'sapUiChartPaletteSequentialHue1Dark2',
2017
+ 'sapUiChartPaletteSequentialHue2Light3',
2018
+ 'sapUiChartPaletteSequentialHue2Light2',
2019
+ 'sapUiChartPaletteSequentialHue2Light1',
2020
+ 'sapUiChartPaletteSequentialHue2',
2021
+ 'sapUiChartPaletteSequentialHue2Dark1',
2022
+ 'sapUiChartPaletteSequentialHue2Dark2',
2023
+ 'sapUiChartPaletteSequentialHue3Light3',
2024
+ 'sapUiChartPaletteSequentialHue3Light2',
2025
+ 'sapUiChartPaletteSequentialHue3Light1',
2026
+ 'sapUiChartPaletteSequentialHue3',
2027
+ 'sapUiChartPaletteSequentialHue3Dark1',
2028
+ 'sapUiChartPaletteSequentialHue3Dark2',
2029
+ 'sapUiChartPaletteSequentialHue6Light3',
2030
+ 'sapUiChartPaletteSequentialHue6Light2',
2031
+ 'sapUiChartPaletteSequentialHue6Light1',
2032
+ 'sapUiChartPaletteSequentialHue6',
2033
+ 'sapUiChartPaletteSequentialHue6Dark1',
2034
+ 'sapUiChartPaletteSequentialHue6Dark2',
2035
+ 'sapUiChartPaletteSequentialNeutralLight3',
2036
+ 'sapUiChartPaletteSequentialNeutralLight2',
2037
+ 'sapUiChartPaletteSequentialNeutralLight1',
2038
+ 'sapUiChartPaletteSequentialNeutral',
2039
+ 'sapUiChartPaletteSequentialNeutralDark1',
2040
+ 'sapUiChartPaletteSequentialNeutralDark2',
2041
+ 'sapUiChoroplethRegionBG',
2042
+ 'sapUiChartZeroAxisColor',
2043
+ 'sapUiNegativeElement',
2044
+ 'sapUiCriticalElement',
2045
+ 'sapUiPositiveElement',
2046
+ 'sapUiNeutralElement'];
2047
+ var mapping = sap.ui.core.theming.Parameters.get({
2048
+ name: colorArray,
2049
+ callback: function() {}
2050
+ });
2054
2051
  sap.viz.api.env.globalSettings({
2055
2052
  'colorMapping': mapping
2056
2053
  });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.Area.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.Area100.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.Bar.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.Bubble.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.Bullet.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.Column.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.Combination.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.Donut.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.DualBar.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.DualColumn.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.DualCombination.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.DualLine.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.DualStackedColumn.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.DualStackedColumn100.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.Heatmap.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.HorizontalArea.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.HorizontalArea100.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.Line.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.Pie.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.Scatter.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  * @deprecated Since 1.30.1. Do not require this private module. All chart wrappers share the BaseChartRenderer.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.StackedColumn.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  // Provides control sap.viz.ui5.StackedColumn100.