@sapui5/sap.suite.ui.microchart 1.96.46 → 1.96.48
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.
- package/package.json +1 -1
- package/src/sap/suite/ui/microchart/.library +1 -1
- package/src/sap/suite/ui/microchart/AreaMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/AreaMicroChartItem.js +1 -1
- package/src/sap/suite/ui/microchart/AreaMicroChartLabel.js +1 -1
- package/src/sap/suite/ui/microchart/AreaMicroChartPoint.js +1 -1
- package/src/sap/suite/ui/microchart/BulletMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/BulletMicroChartData.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChartData.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChartLabel.js +1 -1
- package/src/sap/suite/ui/microchart/ComparisonMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/ComparisonMicroChartData.js +1 -1
- package/src/sap/suite/ui/microchart/DeltaMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/HarveyBallMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/HarveyBallMicroChartItem.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveBarChart.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveBarChartBar.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChart.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveDonutChartSegment.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveLineChart.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveLineChartPoint.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChartEmphasizedPoint.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChartLine.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChartPoint.js +1 -1
- package/src/sap/suite/ui/microchart/RadialMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/StackedBarMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/StackedBarMicroChartBar.js +1 -1
- package/src/sap/suite/ui/microchart/library.js +2 -2
- package/src/sap/suite/ui/microchart/messagebundle_en_US_sappsd.properties +53 -1
- package/src/sap/suite/ui/microchart/messagebundle_en_US_saptrc.properties +50 -50
- package/src/sap/suite/ui/microchart/themes/base/InteractiveBarChart.less +12 -4
- package/src/sap/suite/ui/microchart/themes/base/InteractiveLineChart.less +21 -5
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
|
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.96.
|
|
20
|
+
* @version 1.96.48
|
|
21
21
|
* @since 1.34
|
|
22
22
|
*
|
|
23
23
|
* @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.96.
|
|
43
|
+
* @version 1.96.48
|
|
44
44
|
* @since 1.34
|
|
45
45
|
*
|
|
46
46
|
* @public
|
|
@@ -33,7 +33,7 @@ sap.ui.define([
|
|
|
33
33
|
* <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.
|
|
34
34
|
* @extends sap.ui.core.Control
|
|
35
35
|
*
|
|
36
|
-
* @version 1.96.
|
|
36
|
+
* @version 1.96.48
|
|
37
37
|
* @since 1.34
|
|
38
38
|
*
|
|
39
39
|
* @public
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @extends sap.ui.core.Control
|
|
31
31
|
*
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.96.
|
|
33
|
+
* @version 1.96.48
|
|
34
34
|
*
|
|
35
35
|
* @public
|
|
36
36
|
* @since 1.42.0
|
|
@@ -134,7 +134,7 @@ sap.ui.define([
|
|
|
134
134
|
InteractiveBarChart.LABEL_WIDTH_MINVALUE = 80; // label width threshold for a switch to move labels above bars (px)
|
|
135
135
|
InteractiveBarChart.CHART_WIDTH_MINVALUE = 130; // chart width threshold for a switch to an invisible chart (px)
|
|
136
136
|
// Responsiveness cozy vs compact mode
|
|
137
|
-
InteractiveBarChart.AREA_HEIGHT_INTERACTIVE_MINVALUE =
|
|
137
|
+
InteractiveBarChart.AREA_HEIGHT_INTERACTIVE_MINVALUE = 44; // the minimum area height for an interactive mode (px)
|
|
138
138
|
InteractiveBarChart.AREA_HEIGHT_INTERACTIVE_MINVALUE_COMPACT = 32;
|
|
139
139
|
InteractiveBarChart.AREA_HEIGHT_PADDING_STAGE1 = 34; // the area height threshold for a smaller padding between bar and area - stage1 (px)
|
|
140
140
|
InteractiveBarChart.AREA_HEIGHT_PADDING_STAGE1_COMPACT = 32;
|
|
@@ -31,7 +31,7 @@ sap.ui.define([
|
|
|
31
31
|
* @extends sap.ui.core.Control
|
|
32
32
|
*
|
|
33
33
|
* @author SAP SE
|
|
34
|
-
* @version 1.96.
|
|
34
|
+
* @version 1.96.48
|
|
35
35
|
*
|
|
36
36
|
* @public
|
|
37
37
|
* @since 1.42.0
|
|
@@ -131,7 +131,7 @@ sap.ui.define([
|
|
|
131
131
|
CSSCLASS_SELECTED: "sapSuiteIDCChartSegmentGhostSelected"
|
|
132
132
|
};
|
|
133
133
|
// Responsiveness (cozy vs compact)
|
|
134
|
-
InteractiveDonutChart.AREA_HEIGHT_INTERACTIVE_MINVALUE =
|
|
134
|
+
InteractiveDonutChart.AREA_HEIGHT_INTERACTIVE_MINVALUE = 44;
|
|
135
135
|
InteractiveDonutChart.AREA_HEIGHT_INTERACTIVE_MINVALUE_COMPACT = 32;
|
|
136
136
|
InteractiveDonutChart.AREA_HEIGHT_SMALLFONT = 36;
|
|
137
137
|
InteractiveDonutChart.AREA_HEIGHT_SMALLFONT_COMPACT = 32;
|
|
@@ -41,7 +41,7 @@ sap.ui.define([
|
|
|
41
41
|
* The InteractiveLineChart control belongs to a chart control group in the MicroChart library having a number of interactive features.
|
|
42
42
|
* @extends sap.ui.core.Control
|
|
43
43
|
* @author SAP SE
|
|
44
|
-
* @version 1.96.
|
|
44
|
+
* @version 1.96.48
|
|
45
45
|
*
|
|
46
46
|
* @public
|
|
47
47
|
* @since 1.42.0
|
|
@@ -146,7 +146,7 @@ sap.ui.define([
|
|
|
146
146
|
InteractiveLineChart.MAX_SCALED_CANVAS_VALUE = 99;
|
|
147
147
|
InteractiveLineChart.MIN_SCALED_CANVAS_VALUE = 1;
|
|
148
148
|
// Responsiveness (cozy vs compact)
|
|
149
|
-
InteractiveLineChart.AREA_WIDTH_INTERACTIVE_MINVALUE =
|
|
149
|
+
InteractiveLineChart.AREA_WIDTH_INTERACTIVE_MINVALUE = 44;
|
|
150
150
|
InteractiveLineChart.AREA_WIDTH_INTERACTIVE_MINVALUE_COMPACT = 32;
|
|
151
151
|
// Responsiveness (cozy and compact)
|
|
152
152
|
InteractiveLineChart.CHART_HEIGHT_MINVALUE = 106;
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* <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.
|
|
31
31
|
* @extends sap.ui.core.Control
|
|
32
32
|
*
|
|
33
|
-
* @version 1.96.
|
|
33
|
+
* @version 1.96.48
|
|
34
34
|
* @since 1.48.0
|
|
35
35
|
*
|
|
36
36
|
* @public
|
|
@@ -21,7 +21,7 @@ sap.ui.define(["sap/m/library", "sap/suite/ui/microchart/LineMicroChartPoint"],
|
|
|
21
21
|
* Contains the emphasized point of the line micro chart.
|
|
22
22
|
* @extends sap.suite.ui.microchart.LineMicroChartPoint
|
|
23
23
|
*
|
|
24
|
-
* @version 1.96.
|
|
24
|
+
* @version 1.96.48
|
|
25
25
|
* @since 1.48.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* <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.
|
|
31
31
|
* @extends sap.ui.core.Control
|
|
32
32
|
*
|
|
33
|
-
* @version 1.96.
|
|
33
|
+
* @version 1.96.48
|
|
34
34
|
* @since 1.44.0
|
|
35
35
|
*
|
|
36
36
|
* @public
|
|
@@ -19,14 +19,14 @@ sap.ui.define([
|
|
|
19
19
|
* @namespace sap.suite.ui.microchart
|
|
20
20
|
* @name sap.suite.ui.microchart
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.96.
|
|
22
|
+
* @version 1.96.48
|
|
23
23
|
* @public
|
|
24
24
|
*/
|
|
25
25
|
|
|
26
26
|
// delegate further initialization of this library to the Core
|
|
27
27
|
sap.ui.getCore().initLibrary({
|
|
28
28
|
name: "sap.suite.ui.microchart",
|
|
29
|
-
version: "1.96.
|
|
29
|
+
version: "1.96.48",
|
|
30
30
|
// library dependencies
|
|
31
31
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
32
32
|
types: [
|
|
@@ -1,75 +1,127 @@
|
|
|
1
|
+
#This is the resource bundle for the sap.suite.ui.microchart library
|
|
2
|
+
#
|
|
1
3
|
|
|
4
|
+
#XTOL: name of line micro chart used in aria label
|
|
2
5
|
LINEMICROCHART=[[[\u013B\u012F\u014B\u0113 \u039C\u012F\u010B\u0157\u014F \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
6
|
+
#XTOL: tooltip for start
|
|
3
7
|
LINEMICROCHART_START=[[[\u015C\u0163\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
8
|
+
#XTOL: tooltip for end
|
|
4
9
|
LINEMICROCHART_END=[[[\u0114\u014B\u018C\u2219]]]
|
|
5
10
|
|
|
11
|
+
#XTOL: name of area micro chart used in aria label
|
|
6
12
|
AREAMICROCHART=[[[\u0100\u0157\u0113\u0105 \u039C\u012F\u010B\u0157\u014F \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
13
|
+
#XTOL: tooltip for start
|
|
7
14
|
AREAMICROCHART_START=[[[\u015C\u0163\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
15
|
+
#XTOL: tooltip for end
|
|
8
16
|
AREAMICROCHART_END=[[[\u0114\u014B\u018C\u2219]]]
|
|
17
|
+
#XTOL: tooltip for minimal value
|
|
9
18
|
AREAMICROCHART_MINIMAL_VALUE=[[[\u039C\u012F\u014B\u012F\u0271\u0105\u013A \u028B\u0105\u013A\u0171\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
19
|
+
#XTOL: tooltip for maximal value
|
|
10
20
|
AREAMICROCHART_MAXIMAL_VALUE=[[[\u039C\u0105\u03C7\u012F\u0271\u0105\u013A \u028B\u0105\u013A\u0171\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
21
|
+
#XTOL: tooltip for actual value
|
|
11
22
|
AREAMICROCHART_ACTUAL_VALUES=[[[\u0100\u010B\u0163\u0171\u0105\u013A \u028B\u0105\u013A\u0171\u0113\u015F\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
23
|
+
#XTOL: tooltip for target values
|
|
12
24
|
AREAMICROCHART_TARGET_VALUES=[[[\u0162\u0105\u0157\u011F\u0113\u0163 \u028B\u0105\u013A\u0171\u0113\u015F\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
25
|
+
#XTOL: tooltip for line and its number
|
|
13
26
|
AREAMICROCHART_LINE=[[[\u013B\u012F\u014B\u0113 {0}]]]
|
|
14
27
|
|
|
28
|
+
#XTOL: name of bullet micro chart used in aria label
|
|
15
29
|
BULLETMICROCHART=[[[\u0181\u0171\u013A\u013A\u0113\u0163 \u039C\u012F\u010B\u0157\u014F \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
30
|
+
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
16
31
|
BULLETMICROCHART_DELTA_TOOLTIP=[[[\u010E\u0113\u013A\u0163\u0105 {0} {1}]]]
|
|
32
|
+
#XTOL: tooltip for actual value. 0 - value, 1 - semantic color
|
|
17
33
|
BULLETMICROCHART_ACTUAL_TOOLTIP=[[[\u0100\u010B\u0163\u0171\u0105\u013A {0} {1}]]]
|
|
34
|
+
#XTOL: tooltip for forecast value. 0 - value, 1 - semantic color
|
|
18
35
|
BULLETMICROCHART_FORECAST_TOOLTIP=[[[\u0191\u014F\u0157\u0113\u010B\u0105\u015F\u0163 {0} {1}]]]
|
|
36
|
+
#XTOL: tooltip for target value. 0 - value
|
|
19
37
|
BULLETMICROCHART_TARGET_TOOLTIP=[[[\u0162\u0105\u0157\u011F\u0113\u0163 {0}]]]
|
|
38
|
+
#XTOL: tooltip for threshold value. 0 - value, 1 - semantic color
|
|
20
39
|
BULLETMICROCHART_THRESHOLD_TOOLTIP=[[[\u0162\u0125\u0157\u0113\u015F\u0125\u014F\u013A\u018C {0} {1}]]]
|
|
21
40
|
|
|
41
|
+
#XTOL: name of column micro chart used in aria label
|
|
22
42
|
COLUMNMICROCHART=[[[\u0108\u014F\u013A\u0171\u0271\u014B \u039C\u012F\u010B\u0157\u014F \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
43
|
+
#XTOL: tooltip for start
|
|
23
44
|
COLUMNMICROCHART_START=[[[\u015C\u0163\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
45
|
+
#XTOL: tooltip for end
|
|
24
46
|
COLUMNMICROCHART_END=[[[\u0114\u014B\u018C\u2219]]]
|
|
25
47
|
|
|
48
|
+
#XTOL: name of comparison micro chart used in aria label
|
|
26
49
|
COMPARISONMICROCHART=[[[\u0108\u014F\u0271\u03C1\u0105\u0157\u012F\u015F\u014F\u014B \u039C\u012F\u010B\u0157\u014F \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219]]]
|
|
27
50
|
|
|
51
|
+
#XTOL: name of delta micro chart used in aria label
|
|
28
52
|
DELTAMICROCHART=[[[\u010E\u0113\u013A\u0163\u0105 \u039C\u012F\u010B\u0157\u014F \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
53
|
+
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
29
54
|
DELTAMICROCHART_DELTA_TOOLTIP=[[[\u010E\u0113\u013A\u0163\u0105 {0} {1}]]]
|
|
30
55
|
|
|
56
|
+
#XTOL: name of harvey ball micro chart used in aria label
|
|
31
57
|
HARVEYBALLMICROCHART=[[[\u0124\u0105\u0157\u028B\u0113\u0177 \u0181\u0105\u013A\u013A \u039C\u012F\u010B\u0157\u014F \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
58
|
+
#XTOL: tooltip for Total value
|
|
32
59
|
HARVEYBALLMICROCHART_TOTAL_TOOLTIP=[[[\u0162\u014F\u0163\u0105\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
33
60
|
|
|
61
|
+
#XFLD: text that will be read when tile cannot be loaded
|
|
34
62
|
INFOTILE_CANNOT_LOAD_TILE=[[[\u0108\u0105\u014B\u014B\u014F\u0163 \u013A\u014F\u0105\u018C \u0163\u012F\u013A\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
63
|
+
#XFLD: text that will be read while tile is loading
|
|
35
64
|
INFOTILE_LOADING=[[[\u013B\u014F\u0105\u018C\u012F\u014B\u011F\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
36
65
|
|
|
66
|
+
#XTXT: text for critical color
|
|
37
67
|
SEMANTIC_COLOR_CRITICAL=[[[\u0174\u0105\u0157\u014B\u012F\u014B\u011F\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
68
|
+
#XTXT: text for good color
|
|
38
69
|
SEMANTIC_COLOR_GOOD=[[[\u0122\u014F\u014F\u018C]]]
|
|
70
|
+
#XTXT: text for neutral color
|
|
39
71
|
SEMANTIC_COLOR_NEUTRAL=[[[\u0143\u0113\u0171\u0163\u0157\u0105\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
72
|
+
#XTXT: text for error color
|
|
40
73
|
SEMANTIC_COLOR_ERROR=[[[\u0108\u0157\u012F\u0163\u012F\u010B\u0105\u013A\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
41
74
|
|
|
75
|
+
#XTXT: text rendered instead of control when there are no data
|
|
42
76
|
NO_DATA=[[[\u0143\u014F \u018C\u0105\u0163\u0105\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
77
|
+
#XTXT: text used in aria-label to describe active (with tabindex 0) chart
|
|
43
78
|
IS_ACTIVE=[[[\u012F\u015F \u0105\u010B\u0163\u012F\u028B\u0113\u2219\u2219\u2219\u2219\u2219]]]
|
|
44
79
|
|
|
80
|
+
#XFLD: Label text for not available values in InteractiveChart - if possible, use an abbreviation or short text in target languages
|
|
45
81
|
INTERACTIVECHART_NA=[[[\u0143/\u0100\u2219]]]
|
|
46
82
|
|
|
83
|
+
#XTOL: name of radial micro chart used in aria label
|
|
47
84
|
RADIALMICROCHART=[[[\u0158\u0105\u018C\u012F\u0105\u013A \u039C\u012F\u010B\u0157\u014F \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
85
|
+
#XFLD: aria label text for RadialMicroChart
|
|
48
86
|
RADIALMICROCHART_ARIA_LABEL=[[[{0}%, \u015F\u0163\u0105\u0163\u0171\u015F {1}]]]
|
|
87
|
+
#XFLD: text with percentage value for RadialMicroChart
|
|
49
88
|
RADIALMICROCHART_PERCENTAGE_TEXT=[[[{0}%]]]
|
|
50
89
|
|
|
51
|
-
|
|
90
|
+
#XTOL: name of stacked bar micro chart used in aria label
|
|
91
|
+
STACKEDBARMICROCHART=[[[\u015C\u0163\u0105\u010B\u0137\u0113\u018C \u0181\u0105\u0157 \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
52
92
|
|
|
93
|
+
#XACT: type of a UI control is an AreaMicroChart
|
|
53
94
|
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]]]
|
|
54
95
|
|
|
96
|
+
#XACT: type of a UI control is a BulletMicroChart
|
|
55
97
|
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]]]
|
|
56
98
|
|
|
99
|
+
#XACT: type of a UI control is a ColumnMicroChart
|
|
57
100
|
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]]]
|
|
58
101
|
|
|
102
|
+
#XACT: type of a UI control is a ComparisonMicroChart
|
|
59
103
|
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]]]
|
|
60
104
|
|
|
105
|
+
#XACT: type of a UI control is a DeltaMicroChart
|
|
61
106
|
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]]]
|
|
62
107
|
|
|
108
|
+
#XACT: type of a UI control is a HarveyBallMicroChart
|
|
63
109
|
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]]]
|
|
64
110
|
|
|
111
|
+
#XACT: type of a UI control is a LineMicroChart
|
|
65
112
|
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]]]
|
|
66
113
|
|
|
114
|
+
#XACT: type of a UI control is a RadialMicroChart
|
|
67
115
|
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]]]
|
|
68
116
|
|
|
117
|
+
#XACT: type of a UI control is a StackedBarMicroChart
|
|
69
118
|
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]]]
|
|
70
119
|
|
|
120
|
+
#XACT: type of a UI control is a InteractiveBarChart
|
|
71
121
|
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]]]
|
|
72
122
|
|
|
123
|
+
#XACT: type of a UI control is a InteractiveDonutChart
|
|
73
124
|
INTERACTIVEDONUTCHART=[[[\u012C\u014B\u0163\u0113\u0157\u0105\u010B\u0163\u012F\u028B\u0113 \u010E\u014F\u014B\u0171\u0163 \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
74
125
|
|
|
126
|
+
#XACT: type of a UI control is a InteractiveLineChart
|
|
75
127
|
INTERACTIVELINECHART=[[[\u012C\u014B\u0163\u0113\u0157\u0105\u010B\u0163\u012F\u028B\u0113 \u013B\u012F\u014B\u0113 \u0108\u0125\u0105\u0157\u0163\u2219\u2219\u2219\u2219\u2219]]]
|
|
@@ -2,126 +2,126 @@
|
|
|
2
2
|
#
|
|
3
3
|
|
|
4
4
|
#XTOL: name of line micro chart used in aria label
|
|
5
|
-
LINEMICROCHART=
|
|
5
|
+
LINEMICROCHART=v0crii1nAW+utqKCTw5QoQ_Line Micro Chart
|
|
6
6
|
#XTOL: tooltip for start
|
|
7
|
-
LINEMICROCHART_START=
|
|
7
|
+
LINEMICROCHART_START=xl0PiPSlsdHqGwywyHP5AQ_Start
|
|
8
8
|
#XTOL: tooltip for end
|
|
9
|
-
LINEMICROCHART_END=
|
|
9
|
+
LINEMICROCHART_END=keE2t8ec4wkNeSaVIJ+H9Q_End
|
|
10
10
|
|
|
11
11
|
#XTOL: name of area micro chart used in aria label
|
|
12
|
-
AREAMICROCHART=
|
|
12
|
+
AREAMICROCHART=wqFMljLZnkElowzbiK15kw_Area Micro Chart
|
|
13
13
|
#XTOL: tooltip for start
|
|
14
|
-
AREAMICROCHART_START=
|
|
14
|
+
AREAMICROCHART_START=VEHbNo+lTIz+xjc5AvB0lw_Start
|
|
15
15
|
#XTOL: tooltip for end
|
|
16
|
-
AREAMICROCHART_END=
|
|
16
|
+
AREAMICROCHART_END=dwQHyVyWkElVMlSFTvzFgw_End
|
|
17
17
|
#XTOL: tooltip for minimal value
|
|
18
|
-
AREAMICROCHART_MINIMAL_VALUE=
|
|
18
|
+
AREAMICROCHART_MINIMAL_VALUE=RpJAVXkV2lrhIr52WkUsow_Minimal value
|
|
19
19
|
#XTOL: tooltip for maximal value
|
|
20
|
-
AREAMICROCHART_MAXIMAL_VALUE=
|
|
20
|
+
AREAMICROCHART_MAXIMAL_VALUE=Pv9XsLIKXQ51Y3UdaEvlXg_Maximal value
|
|
21
21
|
#XTOL: tooltip for actual value
|
|
22
|
-
AREAMICROCHART_ACTUAL_VALUES=
|
|
22
|
+
AREAMICROCHART_ACTUAL_VALUES=fcU5Cdk/QdIVsfuJGAKWOg_Actual values
|
|
23
23
|
#XTOL: tooltip for target values
|
|
24
|
-
AREAMICROCHART_TARGET_VALUES=
|
|
24
|
+
AREAMICROCHART_TARGET_VALUES=2i0wk0FVy7MKjl8g2+VoAQ_Target values
|
|
25
25
|
#XTOL: tooltip for line and its number
|
|
26
|
-
AREAMICROCHART_LINE=
|
|
26
|
+
AREAMICROCHART_LINE=EoYWECM6upD5s3kqG1+tjw_Line {0}
|
|
27
27
|
|
|
28
28
|
#XTOL: name of bullet micro chart used in aria label
|
|
29
|
-
BULLETMICROCHART=
|
|
29
|
+
BULLETMICROCHART=VXHnY5kHjxDwnoc7WuCe9w_Bullet Micro Chart
|
|
30
30
|
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
31
|
-
BULLETMICROCHART_DELTA_TOOLTIP=
|
|
31
|
+
BULLETMICROCHART_DELTA_TOOLTIP=LaIZ4Lp/xc4biGgnG2E0xg_Delta {0} {1}
|
|
32
32
|
#XTOL: tooltip for actual value. 0 - value, 1 - semantic color
|
|
33
|
-
BULLETMICROCHART_ACTUAL_TOOLTIP=
|
|
33
|
+
BULLETMICROCHART_ACTUAL_TOOLTIP=Ck5Ynbu71mPjQL9nIijeZg_Actual {0} {1}
|
|
34
34
|
#XTOL: tooltip for forecast value. 0 - value, 1 - semantic color
|
|
35
|
-
BULLETMICROCHART_FORECAST_TOOLTIP=
|
|
35
|
+
BULLETMICROCHART_FORECAST_TOOLTIP=D9D4Qd51DptxUgsTOwr7qg_Forecast {0} {1}
|
|
36
36
|
#XTOL: tooltip for target value. 0 - value
|
|
37
|
-
BULLETMICROCHART_TARGET_TOOLTIP
|
|
37
|
+
BULLETMICROCHART_TARGET_TOOLTIP=/DNr8K6MEJGpfE9jYgcANw_Target {0}
|
|
38
38
|
#XTOL: tooltip for threshold value. 0 - value, 1 - semantic color
|
|
39
|
-
BULLETMICROCHART_THRESHOLD_TOOLTIP=
|
|
39
|
+
BULLETMICROCHART_THRESHOLD_TOOLTIP=wQQv6u3wWCheD0WG0zm4rQ_Threshold {0} {1}
|
|
40
40
|
|
|
41
41
|
#XTOL: name of column micro chart used in aria label
|
|
42
|
-
COLUMNMICROCHART=
|
|
42
|
+
COLUMNMICROCHART=lNXM9CeknQYjy5HL8NtYgg_Column Micro Chart
|
|
43
43
|
#XTOL: tooltip for start
|
|
44
|
-
COLUMNMICROCHART_START=
|
|
44
|
+
COLUMNMICROCHART_START=YWGTyLZ9TYG1O1jCZ7YEkg_Start
|
|
45
45
|
#XTOL: tooltip for end
|
|
46
|
-
COLUMNMICROCHART_END=
|
|
46
|
+
COLUMNMICROCHART_END=FCVihB2qQ05xKBNwf2hx7A_End
|
|
47
47
|
|
|
48
48
|
#XTOL: name of comparison micro chart used in aria label
|
|
49
|
-
COMPARISONMICROCHART=
|
|
49
|
+
COMPARISONMICROCHART=0zsODSr1gW9kh2lPUNTjdQ_Comparison Micro Chart
|
|
50
50
|
|
|
51
51
|
#XTOL: name of delta micro chart used in aria label
|
|
52
|
-
DELTAMICROCHART=
|
|
52
|
+
DELTAMICROCHART=uAYGQgjds7OEl/i10LPhaw_Delta Micro Chart
|
|
53
53
|
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
54
|
-
DELTAMICROCHART_DELTA_TOOLTIP
|
|
54
|
+
DELTAMICROCHART_DELTA_TOOLTIP=+g8jN4d2Wqw0dV+K0OaCJA_Delta {0} {1}
|
|
55
55
|
|
|
56
56
|
#XTOL: name of harvey ball micro chart used in aria label
|
|
57
|
-
HARVEYBALLMICROCHART=
|
|
57
|
+
HARVEYBALLMICROCHART=E19++RQjx37yvKf7aGZpGg_Harvey Ball Micro Chart
|
|
58
58
|
#XTOL: tooltip for Total value
|
|
59
|
-
HARVEYBALLMICROCHART_TOTAL_TOOLTIP=
|
|
59
|
+
HARVEYBALLMICROCHART_TOTAL_TOOLTIP=G7TedaJBCTCnq1cmv0u8eg_Total
|
|
60
60
|
|
|
61
61
|
#XFLD: text that will be read when tile cannot be loaded
|
|
62
|
-
INFOTILE_CANNOT_LOAD_TILE=
|
|
62
|
+
INFOTILE_CANNOT_LOAD_TILE=gUneCTKB00nWNvsvGIjKFw_Cannot load tile
|
|
63
63
|
#XFLD: text that will be read while tile is loading
|
|
64
|
-
INFOTILE_LOADING=
|
|
64
|
+
INFOTILE_LOADING=O23zJvqeLrwh4Y4gwLIUew_Loading
|
|
65
65
|
|
|
66
66
|
#XTXT: text for critical color
|
|
67
|
-
SEMANTIC_COLOR_CRITICAL=
|
|
67
|
+
SEMANTIC_COLOR_CRITICAL=JtU/BKdFtVDV4a2+0YqkdQ_Warning
|
|
68
68
|
#XTXT: text for good color
|
|
69
|
-
SEMANTIC_COLOR_GOOD=
|
|
69
|
+
SEMANTIC_COLOR_GOOD=LA8+Lisb3CuucJQI67IRQw_Good
|
|
70
70
|
#XTXT: text for neutral color
|
|
71
|
-
SEMANTIC_COLOR_NEUTRAL=
|
|
71
|
+
SEMANTIC_COLOR_NEUTRAL=rw3Kr6Qr8KlUBwACYIccog_Neutral
|
|
72
72
|
#XTXT: text for error color
|
|
73
|
-
SEMANTIC_COLOR_ERROR=
|
|
73
|
+
SEMANTIC_COLOR_ERROR=EvHq/wyCfOQOCnrqD/6Y9w_Critical
|
|
74
74
|
|
|
75
75
|
#XTXT: text rendered instead of control when there are no data
|
|
76
|
-
NO_DATA=
|
|
76
|
+
NO_DATA=M5ljQmn2lUkUVQg2p8SM1w_No data
|
|
77
77
|
#XTXT: text used in aria-label to describe active (with tabindex 0) chart
|
|
78
|
-
IS_ACTIVE=
|
|
78
|
+
IS_ACTIVE=UMmhRDRcygOws+3V09b+jg_is active
|
|
79
79
|
|
|
80
80
|
#XFLD: Label text for not available values in InteractiveChart - if possible, use an abbreviation or short text in target languages
|
|
81
|
-
INTERACTIVECHART_NA=
|
|
81
|
+
INTERACTIVECHART_NA=qGJ81MlAon2fW6qknz9U5w_N/A
|
|
82
82
|
|
|
83
83
|
#XTOL: name of radial micro chart used in aria label
|
|
84
|
-
RADIALMICROCHART=
|
|
84
|
+
RADIALMICROCHART=wEKmYYxBrH6QV9dzdTTnNw_Radial Micro Chart
|
|
85
85
|
#XFLD: aria label text for RadialMicroChart
|
|
86
|
-
RADIALMICROCHART_ARIA_LABEL=
|
|
86
|
+
RADIALMICROCHART_ARIA_LABEL=x/Q/4dH+XaXyQOV0/S+5Ow_{0}%, status {1}
|
|
87
87
|
#XFLD: text with percentage value for RadialMicroChart
|
|
88
|
-
RADIALMICROCHART_PERCENTAGE_TEXT=
|
|
88
|
+
RADIALMICROCHART_PERCENTAGE_TEXT=KsySDQN5tSk7jI/M+u9aNA_{0}%
|
|
89
89
|
|
|
90
90
|
#XTOL: name of stacked bar micro chart used in aria label
|
|
91
|
-
STACKEDBARMICROCHART=
|
|
91
|
+
STACKEDBARMICROCHART=NTZmAs2w5tDayAWujxrvgg_Stacked Bar Chart
|
|
92
92
|
|
|
93
93
|
#XACT: type of a UI control is an AreaMicroChart
|
|
94
|
-
ACC_CTR_TYPE_AREAMICROCHART=
|
|
94
|
+
ACC_CTR_TYPE_AREAMICROCHART=oCRwjDVH/GTsEWHYqYPLtQ_Area Chart Visualization
|
|
95
95
|
|
|
96
96
|
#XACT: type of a UI control is a BulletMicroChart
|
|
97
|
-
ACC_CTR_TYPE_BULLETMICROCHART=
|
|
97
|
+
ACC_CTR_TYPE_BULLETMICROCHART=7Kh5i7vdS4qStO0E26iYtA_Bullet Chart Visualization
|
|
98
98
|
|
|
99
99
|
#XACT: type of a UI control is a ColumnMicroChart
|
|
100
|
-
ACC_CTR_TYPE_COLUMNMICROCHART=
|
|
100
|
+
ACC_CTR_TYPE_COLUMNMICROCHART=Py62i6ltuUywN95784xhxg_Column Chart Visualization
|
|
101
101
|
|
|
102
102
|
#XACT: type of a UI control is a ComparisonMicroChart
|
|
103
|
-
ACC_CTR_TYPE_COMPARISONMICROCHART=
|
|
103
|
+
ACC_CTR_TYPE_COMPARISONMICROCHART=mdzQz9e/Y8v3XrFuh4tW8g_Comparison Chart Visualization
|
|
104
104
|
|
|
105
105
|
#XACT: type of a UI control is a DeltaMicroChart
|
|
106
|
-
ACC_CTR_TYPE_DELTAMICROCHART
|
|
106
|
+
ACC_CTR_TYPE_DELTAMICROCHART=+Wm33Fbq+WroQdH93XSTdA_Delta Chart Visualization
|
|
107
107
|
|
|
108
108
|
#XACT: type of a UI control is a HarveyBallMicroChart
|
|
109
|
-
ACC_CTR_TYPE_HARVEYBALLMICROCHART=
|
|
109
|
+
ACC_CTR_TYPE_HARVEYBALLMICROCHART=8FwbtHmnd42gXxL1Xwny/A_Harvey Ball Chart Visualization
|
|
110
110
|
|
|
111
111
|
#XACT: type of a UI control is a LineMicroChart
|
|
112
|
-
ACC_CTR_TYPE_LINEMICROCHART=
|
|
112
|
+
ACC_CTR_TYPE_LINEMICROCHART=99bhSAw4pFwRHKQ+QUxqBA_Line Chart Visualization
|
|
113
113
|
|
|
114
114
|
#XACT: type of a UI control is a RadialMicroChart
|
|
115
|
-
ACC_CTR_TYPE_RADIALMICROCHART=
|
|
115
|
+
ACC_CTR_TYPE_RADIALMICROCHART=UKHct089kMncjin3w5HnbA_Chart Visualization
|
|
116
116
|
|
|
117
117
|
#XACT: type of a UI control is a StackedBarMicroChart
|
|
118
|
-
ACC_CTR_TYPE_STACKEDBARMICROCHART=
|
|
118
|
+
ACC_CTR_TYPE_STACKEDBARMICROCHART=vtq9LdgudWkCgyKB+5eSFQ_Stacked Bar Chart Visualization
|
|
119
119
|
|
|
120
120
|
#XACT: type of a UI control is a InteractiveBarChart
|
|
121
|
-
INTERACTIVEBARCHART=
|
|
121
|
+
INTERACTIVEBARCHART=el+PRGrQESWO6WLrQPaZZA_Interactive Bar Chart
|
|
122
122
|
|
|
123
123
|
#XACT: type of a UI control is a InteractiveDonutChart
|
|
124
|
-
INTERACTIVEDONUTCHART
|
|
124
|
+
INTERACTIVEDONUTCHART=5+229acor5EtmeKlQi0LQw_Interactive Donut Chart
|
|
125
125
|
|
|
126
126
|
#XACT: type of a UI control is a InteractiveLineChart
|
|
127
|
-
INTERACTIVELINECHART=
|
|
127
|
+
INTERACTIVELINECHART=eM3VvfmOA/GNt8pF0lmM7w_Interactive Line Chart
|
|
@@ -1,7 +1,14 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/InteractiveBarChart
|
|
3
|
-
/* Base
|
|
4
|
-
/*
|
|
1
|
+
/* ============================================================ */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/InteractiveBarChart */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ============================================================ */
|
|
5
|
+
|
|
6
|
+
@_sap_suite_ui_microchart_InteractiveBarChart_BarBackground: var(--sapHighlightColor);
|
|
7
|
+
@_sap_suite_ui_microchart_InteractiveBarChart_BarHoverBackground: fade(@sapUiHighlight, 20);
|
|
8
|
+
@_sap_suite_ui_microchart_InteractiveBarChart_BarSelectedBackground: fade(@sapUiHighlight, 20);
|
|
9
|
+
@_sap_suite_ui_microchart_InteractiveBarChart_BarSelectedBorder: var(--sapHighlightColor);
|
|
10
|
+
@_sap_suite_ui_microchart_InteractiveBarChart_BarSelectedHoverBackground: fade(@sapUiHighlight, 40);
|
|
11
|
+
@_sap_suite_ui_microchart_InteractiveBarChart_BarHoverBorder: fade(@sapUiHighlight, 60);
|
|
5
12
|
|
|
6
13
|
.sapSuiteIBC {
|
|
7
14
|
height: 100%;
|
|
@@ -268,6 +275,7 @@ html.sap-desktop .sapSuiteIBC:not(.sapSuiteIBCNonInteractive) .sapSuiteIBCBarInt
|
|
|
268
275
|
|
|
269
276
|
.sapSuiteIBCBarSelected {
|
|
270
277
|
background-color: @_sap_suite_ui_microchart_InteractiveBarChart_BarSelectedBackground;
|
|
278
|
+
border: 0.0625rem solid @_sap_suite_ui_microchart_InteractiveBarChart_BarSelectedBorder;
|
|
271
279
|
}
|
|
272
280
|
|
|
273
281
|
html.sap-desktop .sapSuiteIBC:not(.sapSuiteIBCNonInteractive) .sapSuiteIBCBarSelected:hover {
|
|
@@ -1,7 +1,19 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/InteractiveLineChart
|
|
3
|
-
/* Base
|
|
4
|
-
/*
|
|
1
|
+
/* ============================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/InteractiveLineChart */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ============================================================= */
|
|
5
|
+
|
|
6
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_LineColor: var(--sapHighlightColor);
|
|
7
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_SectionHoverBackground: fade(@sapUiHighlight, 20);
|
|
8
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_SectionHoverBorder: fade(@sapUiHighlight, 60);
|
|
9
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_SectionSelectedBackground: fade(@sapUiBrand, 20);
|
|
10
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_SectionSelectedBorder: var(--sapHighlightColor);
|
|
11
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_SectionSelectedHoverBackground: fade(@sapUiBrand, 40);
|
|
12
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_BottomLabelBorderColor: @sapUiChartDataLineColor;
|
|
13
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_DividerColor: @sapUiChartDataLineColor;
|
|
14
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_SelectedPointBorder: fade(@sapUiHighlight, 20);
|
|
15
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_HoverPointBorder: fade(@sapUiHighlight, 20);
|
|
16
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_SelectedHoverPointBorder: fade(@sapUiHighlight, 40);
|
|
5
17
|
|
|
6
18
|
.sapSuiteILC {
|
|
7
19
|
height: 100%;
|
|
@@ -227,7 +239,7 @@ html.sap-desktop .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCInteractionA
|
|
|
227
239
|
@_sap_suite_ui_microchart_InteractiveLineChart_SelectedPointBorder: fade(@sapUiHighlight, 20);
|
|
228
240
|
@_sap_suite_ui_microchart_InteractiveLineChart_HoverPointBorder: fade(@sapUiHighlight, 20);
|
|
229
241
|
@_sap_suite_ui_microchart_InteractiveLineChart_SelectedHoverPointBorder: fade(@sapUiHighlight, 40);
|
|
230
|
-
|
|
242
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_SectionSelectedBorder: @sapUiHighlight;
|
|
231
243
|
.sapSuiteILC {
|
|
232
244
|
border: 1px dotted transparent;
|
|
233
245
|
}
|
|
@@ -288,6 +300,10 @@ html.sap-desktop .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCSectio
|
|
|
288
300
|
background-color: @_sap_suite_ui_microchart_InteractiveLineChart_SectionSelectedBackground;
|
|
289
301
|
}
|
|
290
302
|
|
|
303
|
+
.sapSuiteILCSelected .sapSuiteILCInteractionArea {
|
|
304
|
+
border: 0.0625rem solid @_sap_suite_ui_microchart_InteractiveLineChart_SectionSelectedBorder;
|
|
305
|
+
}
|
|
306
|
+
|
|
291
307
|
html.sap-desktop .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCSection.sapSuiteILCSelected:hover .sapSuiteILCBackgroundArea {
|
|
292
308
|
background-color: @_sap_suite_ui_microchart_InteractiveLineChart_SectionSelectedHoverBackground;
|
|
293
309
|
}
|