@sapui5/sap.suite.ui.microchart 1.149.1 → 1.150.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 (32) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/microchart/.library +1 -1
  3. package/src/sap/suite/ui/microchart/AreaMicroChart.js +1 -1
  4. package/src/sap/suite/ui/microchart/AreaMicroChartItem.js +1 -1
  5. package/src/sap/suite/ui/microchart/AreaMicroChartLabel.js +1 -1
  6. package/src/sap/suite/ui/microchart/AreaMicroChartPoint.js +1 -1
  7. package/src/sap/suite/ui/microchart/BulletMicroChart.js +1 -1
  8. package/src/sap/suite/ui/microchart/BulletMicroChartData.js +1 -1
  9. package/src/sap/suite/ui/microchart/ColumnMicroChart.js +1 -1
  10. package/src/sap/suite/ui/microchart/ColumnMicroChartData.js +1 -1
  11. package/src/sap/suite/ui/microchart/ColumnMicroChartLabel.js +1 -1
  12. package/src/sap/suite/ui/microchart/ComparisonMicroChart.js +1 -1
  13. package/src/sap/suite/ui/microchart/ComparisonMicroChartData.js +1 -1
  14. package/src/sap/suite/ui/microchart/DeltaMicroChart.js +1 -1
  15. package/src/sap/suite/ui/microchart/HarveyBallMicroChart.js +1 -1
  16. package/src/sap/suite/ui/microchart/HarveyBallMicroChartItem.js +1 -1
  17. package/src/sap/suite/ui/microchart/InteractiveBarChart.js +1 -1
  18. package/src/sap/suite/ui/microchart/InteractiveBarChartBar.js +1 -1
  19. package/src/sap/suite/ui/microchart/InteractiveDonutChart.js +1 -1
  20. package/src/sap/suite/ui/microchart/InteractiveDonutChartSegment.js +1 -1
  21. package/src/sap/suite/ui/microchart/InteractiveLineChart.js +1 -1
  22. package/src/sap/suite/ui/microchart/InteractiveLineChartPoint.js +1 -1
  23. package/src/sap/suite/ui/microchart/LineMicroChart.js +1 -1
  24. package/src/sap/suite/ui/microchart/LineMicroChartEmphasizedPoint.js +1 -1
  25. package/src/sap/suite/ui/microchart/LineMicroChartLine.js +1 -1
  26. package/src/sap/suite/ui/microchart/LineMicroChartPoint.js +1 -1
  27. package/src/sap/suite/ui/microchart/RadialMicroChart.js +1 -1
  28. package/src/sap/suite/ui/microchart/StackedBarMicroChart.js +1 -1
  29. package/src/sap/suite/ui/microchart/StackedBarMicroChartBar.js +1 -1
  30. package/src/sap/suite/ui/microchart/StackedBarMicroChartRenderer.js +0 -6
  31. package/src/sap/suite/ui/microchart/library.js +2 -2
  32. package/src/sap/suite/ui/microchart/messagebundle_en_US_sappsd.properties +26 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.microchart",
3
- "version": "1.149.1",
3
+ "version": "1.150.0",
4
4
  "description": "SAPUI5 Library sap.suite.ui.microchart",
5
5
  "homepage": "https://ui5.github.io/cli/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  * (c) Copyright 2026 SAP SE. All rights reserved.</copyright>
8
- <version>1.149.1</version>
8
+ <version>1.150.0</version>
9
9
 
10
10
  <documentation>UI5 library: sap.suite.ui.microchart</documentation>
11
11
 
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Control
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.149.1
40
+ * @version 1.150.0
41
41
  * @since 1.34
42
42
  *
43
43
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.149.1
25
+ * @version 1.150.0
26
26
  * @since 1.34
27
27
  *
28
28
  * @public
@@ -17,7 +17,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', "sap/suite/ui/microchart/Micr
17
17
  * Displays or hides the labels for start and end dates, start and end values, and minimum and maximum values.
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
- * @version 1.149.1
20
+ * @version 1.150.0
21
21
  * @since 1.34
22
22
  *
23
23
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.149.1
21
+ * @version 1.150.0
22
22
  * @since 1.34
23
23
  *
24
24
  * @public
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * <br>Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression binding. When no custom tooltip is defined, the tooltip is generated automatically based on the logic described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a custom tooltip, use <code>((AltText))</code> inside of the tooltip string. The aggregated data of the microchart can also be customized.
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
- * @version 1.149.1
49
+ * @version 1.150.0
50
50
  * @since 1.34
51
51
  *
52
52
  * @public
@@ -17,7 +17,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
17
17
  * Contains the thresholds data.
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
- * @version 1.149.1
20
+ * @version 1.150.0
21
21
  * @since 1.34
22
22
  *
23
23
  * @constructor
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Control
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.149.1
41
+ * @version 1.150.0
42
42
  * @since 1.34
43
43
  *
44
44
  * @public
@@ -17,7 +17,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', "sap/suite/ui/microchart/Micr
17
17
  * Defines the column chart data.
18
18
  * @extends sap.ui.core.Element
19
19
  *
20
- * @version 1.149.1
20
+ * @version 1.150.0
21
21
  * @since 1.34
22
22
  *
23
23
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', "sap/suite/ui/microchart/Micr
18
18
  * Displays or hides the labels of a column micro chart.
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
- * @version 1.149.1
21
+ * @version 1.150.0
22
22
  * @since 1.34
23
23
  *
24
24
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * <br>Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression binding. When no custom tooltip is defined, the tooltip is generated automatically based on the logic described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a custom tooltip, use <code>((AltText))</code> inside of the tooltip string. The aggregated data of the microchart can also be customized.
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
- * @version 1.149.1
43
+ * @version 1.150.0
44
44
  * @since 1.34
45
45
  *
46
46
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', 'sap/ui/core/Control','sap/m/
18
18
  * Contains the values of the comparison chart.
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
- * @version 1.149.1
21
+ * @version 1.150.0
22
22
  * @since 1.34
23
23
  *
24
24
  * @constructor
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.149.1
43
+ * @version 1.150.0
44
44
  * @since 1.34
45
45
  *
46
46
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.149.1
38
+ * @version 1.150.0
39
39
  * @since 1.34
40
40
  *
41
41
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.core.Element
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.149.1
24
+ * @version 1.150.0
25
25
  * @since 1.34
26
26
  *
27
27
  * @public
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.149.1
35
+ * @version 1.150.0
36
36
  *
37
37
  * @public
38
38
  * @since 1.42.0
@@ -16,7 +16,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', 'sap/ui/core/Lib'],
16
16
  * @extends sap.ui.core.Element
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.149.1
19
+ * @version 1.150.0
20
20
  *
21
21
  * @public
22
22
  * @since 1.42.0
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.ui.core.Control
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.149.1
36
+ * @version 1.150.0
37
37
  *
38
38
  * @public
39
39
  * @since 1.42.0
@@ -15,7 +15,7 @@ sap.ui.define(["./library", "sap/ui/core/Element", "sap/ui/core/Lib"], function(
15
15
  * @extends sap.ui.core.Element
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.149.1
18
+ * @version 1.150.0
19
19
  *
20
20
  * @public
21
21
  * @since 1.42.0
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * The InteractiveLineChart control belongs to a chart control group in the MicroChart library having a number of interactive features.
43
43
  * @extends sap.ui.core.Control
44
44
  * @author SAP SE
45
- * @version 1.149.1
45
+ * @version 1.150.0
46
46
  *
47
47
  * @public
48
48
  * @since 1.42.0
@@ -16,7 +16,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', 'sap/ui/core/Lib'],
16
16
  * @extends sap.ui.core.Element
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.149.1
19
+ * @version 1.150.0
20
20
  *
21
21
  * @public
22
22
  * @since 1.42.0
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * <br>Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression binding. When no custom tooltip is defined, the tooltip is generated automatically based on the logic described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a custom tooltip, use <code>((AltText))</code> inside of the tooltip string.
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
- * @version 1.149.1
34
+ * @version 1.150.0
35
35
  * @since 1.48.0
36
36
  *
37
37
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(["sap/suite/ui/microchart/MicroChartUtils", "./library", "sap/suit
18
18
  * Contains the emphasized point of the line micro chart.
19
19
  * @extends sap.suite.ui.microchart.LineMicroChartPoint
20
20
  *
21
- * @version 1.149.1
21
+ * @version 1.150.0
22
22
  * @since 1.48.0
23
23
  *
24
24
  * @constructor
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Element
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.149.1
29
+ * @version 1.150.0
30
30
  * @since 1.60
31
31
  *
32
32
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['sap/ui/core/Element'],
18
18
  * Contains the point of the line micro chart.
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
- * @version 1.149.1
21
+ * @version 1.150.0
22
22
  * @since 1.48.0
23
23
  *
24
24
  * @constructor
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.149.1
35
+ * @version 1.150.0
36
36
  * @since 1.36.0
37
37
  *
38
38
  * @constructor
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * <br>Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression binding. When no custom tooltip is defined, the tooltip is generated automatically based on the logic described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a custom tooltip, use <code>((AltText))</code> inside of the tooltip string. The aggregated data of the microchart can also be customized.
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
- * @version 1.149.1
37
+ * @version 1.150.0
38
38
  * @since 1.44.0
39
39
  *
40
40
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", './library', 'sap/ui/core/Element', "
20
20
  * Contains the values of the stacked bar chart.
21
21
  * @extends sap.ui.core.Element
22
22
  *
23
- * @version 1.149.1
23
+ * @version 1.150.0
24
24
  * @since 1.44.0
25
25
  *
26
26
  * @constructor
@@ -81,12 +81,6 @@ sap.ui.define([
81
81
  oRm.openStart("div", oControl);
82
82
  this._writeMainProperties(oRm, oControl);
83
83
 
84
- // tooltip and aria label
85
- var sTooltip = oControl.getTooltip_AsString();
86
- if (sTooltip && typeof sTooltip === "string") {
87
- oRm.attr("title", sTooltip);
88
- }
89
-
90
84
  oRm.openEnd();
91
85
  this._renderInnerContent(oRm, oControl, aChartData);
92
86
  oRm.close("div");
@@ -21,13 +21,13 @@ sap.ui.define([
21
21
  * @namespace
22
22
  * @alias sap.suite.ui.microchart
23
23
  * @author SAP SE
24
- * @version 1.149.1
24
+ * @version 1.150.0
25
25
  * @public
26
26
  */
27
27
  var thisLib = CoreLib.init({
28
28
  name: "sap.suite.ui.microchart",
29
29
  apiVersion: 2,
30
- version: "1.149.1",
30
+ version: "1.150.0",
31
31
  // library dependencies
32
32
  dependencies: ["sap.ui.core", "sap.m"],
33
33
  types: [
@@ -75,6 +75,30 @@ SEMANTIC_COLOR_GOOD=[[[\u0122\u014F\u014F\u018C]]]
75
75
  SEMANTIC_COLOR_NEUTRAL=[[[\u0143\u0113\u0171\u0163\u0157\u0105\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
76
76
  #XTXT: text for error color
77
77
  SEMANTIC_COLOR_ERROR=[[[\u0108\u0157\u012F\u0163\u012F\u010B\u0105\u013A\u2219\u2219\u2219\u2219\u2219\u2219]]]
78
+ #XTXT: text for SEQUENCE1 color
79
+ SEMANTIC_COLOR_SEQUENCE1=[[[\u015C\u0113\u01A3\u0171\u0113\u014B\u010B\u01131\u2219\u2219\u2219\u2219\u2219]]]
80
+ #XTXT: text for SEQUENCE2 color
81
+ SEMANTIC_COLOR_SEQUENCE2=[[[\u015C\u0113\u01A3\u0171\u0113\u014B\u010B\u01132\u2219\u2219\u2219\u2219\u2219]]]
82
+ #XTXT: text for SEQUENCE3 color
83
+ SEMANTIC_COLOR_SEQUENCE3=[[[\u015C\u0113\u01A3\u0171\u0113\u014B\u010B\u01133\u2219\u2219\u2219\u2219\u2219]]]
84
+ #XTXT: text for SEQUENCE4 color
85
+ SEMANTIC_COLOR_SEQUENCE4=[[[\u015C\u0113\u01A3\u0171\u0113\u014B\u010B\u01134\u2219\u2219\u2219\u2219\u2219]]]
86
+ #XTXT: text for SEQUENCE5 color
87
+ SEMANTIC_COLOR_SEQUENCE5=[[[\u015C\u0113\u01A3\u0171\u0113\u014B\u010B\u01135\u2219\u2219\u2219\u2219\u2219]]]
88
+ #XTXT: text for SEQUENCE6 color
89
+ SEMANTIC_COLOR_SEQUENCE6=[[[\u015C\u0113\u01A3\u0171\u0113\u014B\u010B\u01136\u2219\u2219\u2219\u2219\u2219]]]
90
+ #XTXT: text for SEQUENCE7 color
91
+ SEMANTIC_COLOR_SEQUENCE7=[[[\u015C\u0113\u01A3\u0171\u0113\u014B\u010B\u01137\u2219\u2219\u2219\u2219\u2219]]]
92
+ #XTXT: text for SEQUENCE8 color
93
+ SEMANTIC_COLOR_SEQUENCE8=[[[\u015C\u0113\u01A3\u0171\u0113\u014B\u010B\u01138\u2219\u2219\u2219\u2219\u2219]]]
94
+ #XTXT: text for SEQUENCE9 color
95
+ SEMANTIC_COLOR_SEQUENCE9=[[[\u015C\u0113\u01A3\u0171\u0113\u014B\u010B\u01139\u2219\u2219\u2219\u2219\u2219]]]
96
+ #XTXT: text for SEQUENCE10 color
97
+ SEMANTIC_COLOR_SEQUENCE10=[[[\u015C\u0113\u01A3\u0171\u0113\u014B\u010B\u011310\u2219\u2219\u2219\u2219]]]
98
+ #XTXT: text for SEQUENCE11 color
99
+ SEMANTIC_COLOR_SEQUENCE11=[[[\u015C\u0113\u01A3\u0171\u0113\u014B\u010B\u011311\u2219\u2219\u2219\u2219]]]
100
+ #XTXT: text for SEQUENCE12 color
101
+ SEMANTIC_COLOR_SEQUENCE12=[[[\u015C\u0113\u01A3\u0171\u0113\u014B\u010B\u011312\u2219\u2219\u2219\u2219]]]
78
102
 
79
103
  #XTXT: text rendered instead of control when there are no data
80
104
  NO_DATA=[[[\u0143\u014F \u018C\u0105\u0163\u0105\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
@@ -92,36 +116,11 @@ RADIALMICROCHART_ARIA_LABEL=[[[{0}%, \u015F\u0163\u0105\u0163\u0171\u015F {1}]]]
92
116
  RADIALMICROCHART_PERCENTAGE_TEXT=[[[{0}%]]]
93
117
  #XFLD: Percentage symbol for RadialMicroChart
94
118
  RADIALMICROCHART_PERCENTAGE_SYMBOL=[[[{0}]]]
95
-
96
119
  #XTOL: name of stacked bar micro chart used in aria label
97
120
  STACKEDBARMICROCHART=[[[\u015C\u0163\u0105\u010B\u0137\u0113\u018C \u0181\u0105\u0157 \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
98
121
 
99
- #XACT: type of a UI control is an AreaMicroChart
100
- ACC_CTR_TYPE_AREAMICROCHART=[[[\u0100\u0157\u0113\u0105 \u0108\u0125\u0105\u0157\u0163 \u01B2\u012F\u015F\u0171\u0105\u013A\u012F\u017E\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219]]]
101
-
102
- #XACT: type of a UI control is a BulletMicroChart
103
- ACC_CTR_TYPE_BULLETMICROCHART=[[[\u0181\u0171\u013A\u013A\u0113\u0163 \u0108\u0125\u0105\u0157\u0163 \u01B2\u012F\u015F\u0171\u0105\u013A\u012F\u017E\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
104
-
105
- #XACT: type of a UI control is a ColumnMicroChart
106
- ACC_CTR_TYPE_COLUMNMICROCHART=[[[\u0108\u014F\u013A\u0171\u0271\u014B \u0108\u0125\u0105\u0157\u0163 \u01B2\u012F\u015F\u0171\u0105\u013A\u012F\u017E\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
107
-
108
- #XACT: type of a UI control is a ComparisonMicroChart
109
- ACC_CTR_TYPE_COMPARISONMICROCHART=[[[\u0108\u014F\u0271\u03C1\u0105\u0157\u012F\u015F\u014F\u014B \u0108\u0125\u0105\u0157\u0163 \u01B2\u012F\u015F\u0171\u0105\u013A\u012F\u017E\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
110
-
111
- #XACT: type of a UI control is a DeltaMicroChart
112
- ACC_CTR_TYPE_DELTAMICROCHART=[[[\u010E\u0113\u013A\u0163\u0105 \u0108\u0125\u0105\u0157\u0163 \u01B2\u012F\u015F\u0171\u0105\u013A\u012F\u017E\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
113
-
114
- #XACT: type of a UI control is a HarveyBallMicroChart
115
- ACC_CTR_TYPE_HARVEYBALLMICROCHART=[[[\u0124\u0105\u0157\u028B\u0113\u0177 \u0181\u0105\u013A\u013A \u0108\u0125\u0105\u0157\u0163 \u01B2\u012F\u015F\u0171\u0105\u013A\u012F\u017E\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
116
-
117
- #XACT: type of a UI control is a LineMicroChart
118
- ACC_CTR_TYPE_LINEMICROCHART=[[[\u013B\u012F\u014B\u0113 \u0108\u0125\u0105\u0157\u0163 \u01B2\u012F\u015F\u0171\u0105\u013A\u012F\u017E\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219]]]
119
-
120
- #XACT: type of a UI control is a RadialMicroChart
121
- ACC_CTR_TYPE_RADIALMICROCHART=[[[\u0108\u0125\u0105\u0157\u0163 \u01B2\u012F\u015F\u0171\u0105\u013A\u012F\u017E\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219]]]
122
-
123
- #XACT: type of a UI control is a StackedBarMicroChart
124
- ACC_CTR_TYPE_STACKEDBARMICROCHART=[[[\u015C\u0163\u0105\u010B\u0137\u0113\u018C \u0181\u0105\u0157 \u0108\u0125\u0105\u0157\u0163 \u01B2\u012F\u015F\u0171\u0105\u013A\u012F\u017E\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
122
+ #XACT: type of a UI control is an MicroChart
123
+ ACC_CTR_TYPE_MICROCHART=[[[\u0108\u0125\u0105\u0157\u0163 \u01B2\u012F\u015F\u0171\u0105\u013A\u012F\u017E\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219]]]
125
124
 
126
125
  #XACT: type of a UI control is a InteractiveBarChart
127
126
  INTERACTIVEBARCHART=[[[\u012C\u014B\u0163\u0113\u0157\u0105\u010B\u0163\u012F\u028B\u0113 \u0181\u0105\u0157 \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219]]]