@sapui5/sap.suite.ui.microchart 1.143.1 → 1.145.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.
- package/package.json +1 -1
- package/src/sap/suite/ui/microchart/.library +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartItem.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartLabel.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartPoint.js +2 -2
- package/src/sap/suite/ui/microchart/AreaMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/BulletMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/BulletMicroChartData.js +2 -2
- package/src/sap/suite/ui/microchart/BulletMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/ColumnMicroChartData.js +2 -2
- package/src/sap/suite/ui/microchart/ColumnMicroChartLabel.js +2 -2
- package/src/sap/suite/ui/microchart/ColumnMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/ComparisonMicroChart.js +56 -14
- package/src/sap/suite/ui/microchart/ComparisonMicroChartData.js +11 -2
- package/src/sap/suite/ui/microchart/ComparisonMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/DeltaMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/DeltaMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/HarveyBallMicroChart.js +21 -4
- package/src/sap/suite/ui/microchart/HarveyBallMicroChartItem.js +2 -2
- package/src/sap/suite/ui/microchart/HarveyBallMicroChartRenderer.js +5 -3
- package/src/sap/suite/ui/microchart/InteractiveBarChart.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveBarChartBar.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveBarChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChart.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveDonutChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChartSegment.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveLineChart.js +2 -3
- package/src/sap/suite/ui/microchart/InteractiveLineChartPoint.js +2 -2
- package/src/sap/suite/ui/microchart/InteractiveLineChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartEmphasizedPoint.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartLine.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartPoint.js +2 -2
- package/src/sap/suite/ui/microchart/LineMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/MicroChartRenderUtils.js +1 -1
- package/src/sap/suite/ui/microchart/MicroChartUtils.js +5 -3
- package/src/sap/suite/ui/microchart/RadialMicroChart.js +5 -6
- package/src/sap/suite/ui/microchart/RadialMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/StackedBarMicroChart.js +2 -2
- package/src/sap/suite/ui/microchart/StackedBarMicroChartBar.js +2 -2
- package/src/sap/suite/ui/microchart/StackedBarMicroChartRenderer.js +1 -1
- package/src/sap/suite/ui/microchart/library.js +3 -3
- package/src/sap/suite/ui/microchart/themes/base/AreaMicroChart.less +30 -64
- package/src/sap/suite/ui/microchart/themes/base/BulletMicroChart.less +41 -44
- package/src/sap/suite/ui/microchart/themes/base/ColumnMicroChart.less +38 -30
- package/src/sap/suite/ui/microchart/themes/base/ComparisonMicroChart.less +205 -195
- package/src/sap/suite/ui/microchart/themes/base/DeltaMicroChart.less +28 -18
- package/src/sap/suite/ui/microchart/themes/base/HarveyBallMicroChart.less +190 -163
- package/src/sap/suite/ui/microchart/themes/base/InteractiveBarChart.less +35 -33
- package/src/sap/suite/ui/microchart/themes/base/InteractiveDonutChart.less +67 -40
- package/src/sap/suite/ui/microchart/themes/base/InteractiveLineChart.less +61 -43
- package/src/sap/suite/ui/microchart/themes/base/LineMicroChart.less +75 -82
- package/src/sap/suite/ui/microchart/themes/base/RadialMicroChart.less +45 -41
- package/src/sap/suite/ui/microchart/themes/base/StackedBarMicroChart.less +45 -42
- package/src/sap/suite/ui/microchart/themes/base/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_base/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_bluecrystal_base/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/AreaMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/BulletMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/ColumnMicroChart.less +7 -7
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/ComparisonMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/DeltaMicroChart.less +7 -7
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/HarveyBallMicroChart.less +4 -4
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/InteractiveBarChart.less +24 -21
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/InteractiveDonutChart.less +19 -13
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/InteractiveLineChart.less +35 -16
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/LineMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/RadialMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/StackedBarMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/AreaMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/BulletMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/ColumnMicroChart.less +7 -7
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/ComparisonMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/DeltaMicroChart.less +7 -7
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/HarveyBallMicroChart.less +4 -4
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/InteractiveBarChart.less +24 -21
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/InteractiveDonutChart.less +21 -13
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/InteractiveLineChart.less +31 -11
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/LineMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/RadialMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/StackedBarMicroChart.less +6 -6
- package/src/sap/suite/ui/microchart/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/AreaMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/BulletMicroChart.less +3 -4
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/ColumnMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/ComparisonMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/DeltaMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/HarveyBallMicroChart.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/InteractiveBarChart.less +20 -17
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/InteractiveDonutChart.less +21 -13
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/InteractiveLineChart.less +33 -13
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/LineMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/RadialMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/StackedBarMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/AreaMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/BulletMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/ColumnMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/ComparisonMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/DeltaMicroChart.less +3 -3
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/HarveyBallMicroChart.less +1 -1
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/InteractiveBarChart.less +20 -17
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/InteractiveDonutChart.less +21 -13
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/InteractiveLineChart.less +33 -13
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/LineMicroChart.less +2 -2
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/RadialMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/StackedBarMicroChart.less +5 -5
- package/src/sap/suite/ui/microchart/themes/sap_horizon_hcw/library.source.less +1 -1
|
@@ -1,7 +1,18 @@
|
|
|
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_SectionSelectedHoverBackground: fade(@sapUiBrand, 40);
|
|
11
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_BottomLabelBorderColor: @sapUiChartDataLineColor;
|
|
12
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_DividerColor: @sapUiChartDataLineColor;
|
|
13
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_SelectedPointBorder: fade(@sapUiHighlight, 20);
|
|
14
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_HoverPointBorder: fade(@sapUiHighlight, 20);
|
|
15
|
+
@_sap_suite_ui_microchart_InteractiveLineChart_SelectedHoverPointBorder: fade(@sapUiHighlight, 40);
|
|
5
16
|
|
|
6
17
|
.sapSuiteILC {
|
|
7
18
|
height: 100%;
|
|
@@ -34,18 +45,19 @@
|
|
|
34
45
|
font-size: @sapMFontMediumSize;
|
|
35
46
|
position: absolute;
|
|
36
47
|
white-space: nowrap;
|
|
37
|
-
|
|
38
48
|
overflow: hidden;
|
|
39
|
-
color:
|
|
49
|
+
color: var(--sapContent_LabelColor);
|
|
40
50
|
}
|
|
41
51
|
|
|
42
52
|
.sapSuiteILCNonInteractive :not(.sapSuiteILCDisabledOverlay) {
|
|
43
53
|
cursor: pointer;
|
|
44
54
|
}
|
|
55
|
+
|
|
45
56
|
.sapSuiteILCCanvasLayout {
|
|
46
57
|
top: 1.9375rem; /* 31px */
|
|
47
58
|
bottom: 3.9375rem; /* 63px */
|
|
48
59
|
}
|
|
60
|
+
|
|
49
61
|
.sapSuiteILCChartCanvas {
|
|
50
62
|
width: 100%;
|
|
51
63
|
position: absolute;
|
|
@@ -75,22 +87,25 @@
|
|
|
75
87
|
height: 0.5rem;
|
|
76
88
|
border-radius: 50%;
|
|
77
89
|
transform: translate(-50%, 50%);
|
|
78
|
-
border: 1px solid
|
|
90
|
+
border: 1px solid var(--sapBackgroundColor);
|
|
79
91
|
background-clip: content-box;
|
|
80
92
|
|
|
81
93
|
&.sapSuiteICSemanticColorGood, &.sapSuiteICSemanticColorCritical, &.sapSuiteICSemanticColorError {
|
|
82
|
-
border: 2px solid
|
|
94
|
+
border: 2px solid var(--sapBackgroundColor);
|
|
83
95
|
width: 0.625rem;
|
|
84
96
|
height: 0.625rem;
|
|
85
97
|
}
|
|
98
|
+
|
|
86
99
|
&.sapSuiteICSemanticColorGood {
|
|
87
|
-
background-color:
|
|
100
|
+
background-color: var(--sapPositiveElementColor);
|
|
88
101
|
}
|
|
102
|
+
|
|
89
103
|
&.sapSuiteICSemanticColorError {
|
|
90
|
-
background-color:
|
|
104
|
+
background-color: var(--sapNegativeElementColor);
|
|
91
105
|
}
|
|
106
|
+
|
|
92
107
|
&.sapSuiteICSemanticColorCritical {
|
|
93
|
-
background-color:
|
|
108
|
+
background-color: var(--sapCriticalElementColor);
|
|
94
109
|
}
|
|
95
110
|
}
|
|
96
111
|
|
|
@@ -100,15 +115,18 @@
|
|
|
100
115
|
border: 1px solid transparent;
|
|
101
116
|
outline: none;
|
|
102
117
|
}
|
|
118
|
+
|
|
103
119
|
.sapUiSizeCompact .sapSuiteILCSection,
|
|
104
120
|
.sapSuiteILCNonInteractive .sapSuiteILCSection {
|
|
105
|
-
border-left-width:
|
|
121
|
+
border-left-width: 0;
|
|
106
122
|
}
|
|
107
123
|
|
|
108
124
|
.sapSuiteILCSection:last-child {
|
|
109
|
-
border-right-width:
|
|
125
|
+
border-right-width: 0;
|
|
110
126
|
}
|
|
111
|
-
|
|
127
|
+
|
|
128
|
+
.sapSuiteILCInteractionArea,
|
|
129
|
+
.sapSuiteILCBackgroundArea {
|
|
112
130
|
bottom: -3.875rem;
|
|
113
131
|
top: -2rem;
|
|
114
132
|
width: 100%;
|
|
@@ -117,12 +135,6 @@
|
|
|
117
135
|
outline: none;
|
|
118
136
|
}
|
|
119
137
|
|
|
120
|
-
html[data-sap-ui-browser^="ie"].sap-desktop {
|
|
121
|
-
.sapSuiteILCInteractionArea, .sapSuiteILCBackgroundArea {
|
|
122
|
-
top: -1.999rem;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
138
|
.sapSuiteILCBackgroundArea {
|
|
127
139
|
z-index: 0;
|
|
128
140
|
}
|
|
@@ -132,32 +144,38 @@ html.sap-phone .sapSuiteILC:focus,
|
|
|
132
144
|
html.sap-desktop .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCInteractionArea:focus {
|
|
133
145
|
outline: none;
|
|
134
146
|
}
|
|
147
|
+
|
|
135
148
|
.sapSuiteILCInteraction {
|
|
136
149
|
height: 100%;
|
|
137
150
|
width: 100%;
|
|
138
151
|
position: absolute;
|
|
139
152
|
overflow: hidden;
|
|
140
153
|
}
|
|
154
|
+
|
|
141
155
|
.sapSuiteILCTextElement {
|
|
142
156
|
position: absolute;
|
|
143
157
|
left: 50%;
|
|
144
158
|
font-size: @sapMFontMediumSize;
|
|
145
159
|
}
|
|
160
|
+
|
|
146
161
|
.sapSuiteILCSmallFont .sapSuiteILCTextElement {
|
|
147
|
-
font-size:
|
|
162
|
+
font-size: var(--sapFontSmallSize);
|
|
148
163
|
}
|
|
149
164
|
|
|
150
165
|
.sapSuiteILCShiftBelow {
|
|
151
166
|
transform: translate(-50%, 150%);
|
|
152
167
|
}
|
|
168
|
+
|
|
153
169
|
.sapSuiteILCShiftAbove {
|
|
154
170
|
transform: translate(-50%, -50%);
|
|
155
171
|
}
|
|
172
|
+
|
|
156
173
|
.sapSuiteILCToplabel {
|
|
157
174
|
max-width: ~"calc(100% - 2px)"; /* 1pixel left + 1pixel right */
|
|
158
175
|
white-space: nowrap;
|
|
159
176
|
box-sizing: border-box;
|
|
160
177
|
}
|
|
178
|
+
|
|
161
179
|
.sapSuiteILCBottomText {
|
|
162
180
|
max-width: 100%;
|
|
163
181
|
bottom: -3rem;
|
|
@@ -166,12 +184,14 @@ html.sap-desktop .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCInteractionA
|
|
|
166
184
|
text-overflow: ellipsis;
|
|
167
185
|
transform: translate(-50%, 50%);
|
|
168
186
|
}
|
|
187
|
+
|
|
169
188
|
.sapSuiteILCSelected .sapSuiteILCTextElement {
|
|
170
189
|
font-weight: bold;
|
|
171
190
|
}
|
|
191
|
+
|
|
172
192
|
.sapSuiteILCBottomLabelArea {
|
|
173
193
|
position: absolute;
|
|
174
|
-
bottom:
|
|
194
|
+
bottom: 0;
|
|
175
195
|
height: 1.875rem;
|
|
176
196
|
border-top-width: 1px;
|
|
177
197
|
border-top-style: solid;
|
|
@@ -179,15 +199,19 @@ html.sap-desktop .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCInteractionA
|
|
|
179
199
|
left: 0.125rem;
|
|
180
200
|
right: 0.125rem;
|
|
181
201
|
}
|
|
202
|
+
|
|
182
203
|
.sapSuiteILCBottomLabelAreaNoDivider {
|
|
183
204
|
border-top-style: none;
|
|
184
205
|
}
|
|
206
|
+
|
|
185
207
|
.sapSuiteILCDivider {
|
|
186
208
|
stroke-width: 1px;
|
|
187
209
|
}
|
|
210
|
+
|
|
188
211
|
.sapSuiteILCNaPoint, .sapSuiteILCNaLabel {
|
|
189
212
|
bottom: 1%;
|
|
190
213
|
}
|
|
214
|
+
|
|
191
215
|
.sapSuiteILCDisabledOverlay {
|
|
192
216
|
position: absolute;
|
|
193
217
|
z-index: 2;
|
|
@@ -196,20 +220,24 @@ html.sap-desktop .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCInteractionA
|
|
|
196
220
|
left: 0;
|
|
197
221
|
bottom: 0;
|
|
198
222
|
}
|
|
223
|
+
|
|
199
224
|
.sapSuiteILCExpandedLabels .sapSuiteILCBottomText {
|
|
200
225
|
visibility: hidden;
|
|
201
226
|
transform: translateY(50%);
|
|
202
227
|
}
|
|
228
|
+
|
|
203
229
|
.sapSuiteILCExpandedLabels .sapSuiteILCSection:first-child .sapSuiteILCBottomText, .sapSuiteILCExpandedLabels .sapSuiteILCSection:last-child .sapSuiteILCBottomText {
|
|
204
230
|
visibility: inherit;
|
|
205
231
|
max-width: none;
|
|
206
232
|
}
|
|
233
|
+
|
|
207
234
|
.sapSuiteILCExpandedLabels .sapSuiteILCSection:last-child .sapSuiteILCBottomText {
|
|
208
235
|
text-align: right;
|
|
209
236
|
left: auto;
|
|
210
237
|
z-index: -1;
|
|
211
238
|
right: 0.125rem;
|
|
212
239
|
}
|
|
240
|
+
|
|
213
241
|
.sapSuiteILCExpandedLabels .sapSuiteILCSection:first-child .sapSuiteILCBottomText {
|
|
214
242
|
text-align: left;
|
|
215
243
|
left: 0.125rem;
|
|
@@ -217,17 +245,6 @@ html.sap-desktop .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCInteractionA
|
|
|
217
245
|
right: auto;
|
|
218
246
|
}
|
|
219
247
|
|
|
220
|
-
@_sap_suite_ui_microchart_InteractiveLineChart_LineColor: @sapUiHighlight ;
|
|
221
|
-
@_sap_suite_ui_microchart_InteractiveLineChart_SectionHoverBackground: fade(@sapUiHighlight, 20);
|
|
222
|
-
@_sap_suite_ui_microchart_InteractiveLineChart_SectionHoverBorder: fade(@sapUiHighlight, 60);
|
|
223
|
-
@_sap_suite_ui_microchart_InteractiveLineChart_SectionSelectedBackground: fade(@sapUiBrand, 20);
|
|
224
|
-
@_sap_suite_ui_microchart_InteractiveLineChart_SectionSelectedHoverBackground: fade(@sapUiBrand, 40);
|
|
225
|
-
@_sap_suite_ui_microchart_InteractiveLineChart_BottomLabelBorderColor: @sapUiChartDataLineColor;
|
|
226
|
-
@_sap_suite_ui_microchart_InteractiveLineChart_DividerColor: @sapUiChartDataLineColor;
|
|
227
|
-
@_sap_suite_ui_microchart_InteractiveLineChart_SelectedPointBorder: fade(@sapUiHighlight, 20);
|
|
228
|
-
@_sap_suite_ui_microchart_InteractiveLineChart_HoverPointBorder: fade(@sapUiHighlight, 20);
|
|
229
|
-
@_sap_suite_ui_microchart_InteractiveLineChart_SelectedHoverPointBorder: fade(@sapUiHighlight, 40);
|
|
230
|
-
|
|
231
248
|
.sapSuiteILC {
|
|
232
249
|
border: 1px dotted transparent;
|
|
233
250
|
}
|
|
@@ -237,6 +254,7 @@ html.sap-desktop .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCInteractionA
|
|
|
237
254
|
}
|
|
238
255
|
|
|
239
256
|
.sapSuiteILCPoint {
|
|
257
|
+
|
|
240
258
|
&.sapSuiteILCSelected {
|
|
241
259
|
border-color: @_sap_suite_ui_microchart_InteractiveLineChart_SelectedPointBorder;
|
|
242
260
|
}
|
|
@@ -247,30 +265,32 @@ html.sap-desktop .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCInteractionA
|
|
|
247
265
|
}
|
|
248
266
|
|
|
249
267
|
.sapSuiteILCTextElement {
|
|
250
|
-
color:
|
|
268
|
+
color: var(--sapContent_LabelColor);
|
|
251
269
|
}
|
|
252
270
|
|
|
253
271
|
.sapSuiteILCSection.sapSuiteILCSelected .sapSuiteILCTextElement {
|
|
254
|
-
color:
|
|
272
|
+
color: var(--sapContent_ForegroundTextColor);
|
|
255
273
|
}
|
|
256
274
|
|
|
257
275
|
html.sap-desktop .sapSuiteILC.sapSuiteILCNonInteractive .sapSuiteILCInteractionArea:focus,
|
|
258
276
|
html.sap-tablet .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCInteractionArea:focus,
|
|
259
277
|
html.sap-phone .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCInteractionArea:focus {
|
|
260
|
-
border:
|
|
278
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
261
279
|
}
|
|
262
280
|
|
|
263
281
|
html.sap-desktop .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCSection:hover {
|
|
282
|
+
|
|
264
283
|
.sapSuiteILCBackgroundArea {
|
|
265
284
|
background-color: @_sap_suite_ui_microchart_InteractiveLineChart_SectionHoverBackground;
|
|
266
285
|
border: 1px solid @_sap_suite_ui_microchart_InteractiveLineChart_SectionHoverBorder;
|
|
267
286
|
|
|
268
287
|
.sapSuiteILCTextElement {
|
|
269
|
-
color:
|
|
288
|
+
color: var(--sapContent_ForegroundTextColor);
|
|
270
289
|
}
|
|
271
290
|
}
|
|
291
|
+
|
|
272
292
|
.sapSuiteILCTextElement {
|
|
273
|
-
color:
|
|
293
|
+
color: var(--sapContent_ForegroundTextColor);
|
|
274
294
|
}
|
|
275
295
|
|
|
276
296
|
.sapSuiteILCPoint {
|
|
@@ -282,8 +302,6 @@ html.sap-desktop .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCSectio
|
|
|
282
302
|
}
|
|
283
303
|
}
|
|
284
304
|
|
|
285
|
-
|
|
286
|
-
|
|
287
305
|
.sapSuiteILCSection.sapSuiteILCSelected .sapSuiteILCBackgroundArea {
|
|
288
306
|
background-color: @_sap_suite_ui_microchart_InteractiveLineChart_SectionSelectedBackground;
|
|
289
307
|
}
|
|
@@ -297,13 +315,13 @@ html.sap-desktop .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCSectio
|
|
|
297
315
|
}
|
|
298
316
|
|
|
299
317
|
html.sap-desktop .sapSuiteILC:not(.sapSuiteILCNonInteractive) .sapSuiteILCInteractionArea:focus {
|
|
300
|
-
border:
|
|
318
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
301
319
|
}
|
|
302
320
|
|
|
303
321
|
html.sap-desktop .sapSuiteILC:focus {
|
|
304
|
-
border-color:
|
|
322
|
+
border-color: var(--sapContent_FocusColor);
|
|
305
323
|
}
|
|
306
324
|
|
|
307
325
|
.sapSuiteILCDivider {
|
|
308
326
|
stroke: @_sap_suite_ui_microchart_InteractiveLineChart_DividerColor;
|
|
309
|
-
}
|
|
327
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.microchart/LineMicroChart
|
|
3
|
-
/* Base
|
|
4
|
-
/*
|
|
1
|
+
/* ======================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.microchart/LineMicroChart */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ======================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSuiteLMC {
|
|
7
7
|
height: inherit;
|
|
@@ -19,8 +19,8 @@ html.sap-desktop .sapSuiteLMC:focus:not([tabindex]),
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
html.sap-desktop .sapSuiteLMC:focus {
|
|
22
|
-
outline:
|
|
23
|
-
|
|
22
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
23
|
+
outline-offset: 1px;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.sapSuiteLMCContentWrapper {
|
|
@@ -34,7 +34,7 @@ html.sap-desktop .sapSuiteLMC:focus {
|
|
|
34
34
|
.sapSuiteLMCSvgCanvas {
|
|
35
35
|
position: relative;
|
|
36
36
|
width: 100%;
|
|
37
|
-
|
|
37
|
+
/* margin to take up for size of the emphasized points (5.5px each side) */
|
|
38
38
|
margin: 0.344rem;
|
|
39
39
|
}
|
|
40
40
|
|
|
@@ -43,7 +43,7 @@ html.sap-desktop .sapSuiteLMC:focus {
|
|
|
43
43
|
.sapSuiteLMCNoLabels .sapSuiteLMCLabel,
|
|
44
44
|
.sapSuiteLMCNoLabels .sapSuiteLMCThresholdLabel,
|
|
45
45
|
.sapSuiteLMCNoThresholdLabel .sapSuiteLMCThresholdLabel{
|
|
46
|
-
|
|
46
|
+
display: none;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.sapSuiteLMCSvgElement {
|
|
@@ -88,34 +88,11 @@ html[dir=rtl] {
|
|
|
88
88
|
justify-content: space-between;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
// for IE only, IE doesn't support text-align start/end
|
|
92
|
-
// TODO can be removed when IE finally gets dropped
|
|
93
|
-
html[data-sap-ui-browser^="ie"] {
|
|
94
|
-
.sapSuiteLMCLeftTopLabel,
|
|
95
|
-
.sapSuiteLMCLeftBottomLabel {
|
|
96
|
-
text-align: left;
|
|
97
|
-
}
|
|
98
|
-
.sapSuiteLMCRightTopLabel,
|
|
99
|
-
.sapSuiteLMCRightBottomLabel {
|
|
100
|
-
text-align: right;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
html[dir=rtl][data-sap-ui-browser^="ie"] {
|
|
105
|
-
.sapSuiteLMCLeftTopLabel,
|
|
106
|
-
.sapSuiteLMCLeftBottomLabel {
|
|
107
|
-
text-align: right;
|
|
108
|
-
}
|
|
109
|
-
.sapSuiteLMCRightTopLabel,
|
|
110
|
-
.sapSuiteLMCRightBottomLabel {
|
|
111
|
-
text-align: left;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
91
|
.sapSuiteLMCLeftTopLabel,
|
|
116
92
|
.sapSuiteLMCLeftBottomLabel {
|
|
117
93
|
text-align: start;
|
|
118
94
|
}
|
|
95
|
+
|
|
119
96
|
.sapSuiteLMCRightTopLabel,
|
|
120
97
|
.sapSuiteLMCRightBottomLabel {
|
|
121
98
|
text-align: end;
|
|
@@ -124,7 +101,7 @@ html[dir=rtl][data-sap-ui-browser^="ie"] {
|
|
|
124
101
|
.sapSuiteLMCLabel {
|
|
125
102
|
font-size: @sapMFontMediumSize;
|
|
126
103
|
font-weight: normal;
|
|
127
|
-
color:
|
|
104
|
+
color: var(--sapChart_Data_TextColor);
|
|
128
105
|
width: 50%;
|
|
129
106
|
white-space: nowrap;
|
|
130
107
|
overflow: hidden;
|
|
@@ -133,8 +110,8 @@ html[dir=rtl][data-sap-ui-browser^="ie"] {
|
|
|
133
110
|
|
|
134
111
|
.sapSuiteLMCThresholdLabelWrapper {
|
|
135
112
|
position: relative;
|
|
136
|
-
height: ~"calc(100% - 0.344rem)";
|
|
137
|
-
top: 0.172rem;
|
|
113
|
+
height: ~"calc(100% - 0.344rem)"; /* to compensate for the sapSuiteLMCSvgCanvas margin */
|
|
114
|
+
top: 0.172rem; /* half of the margin */
|
|
138
115
|
flex: 0 0 auto;
|
|
139
116
|
max-width: 50%;
|
|
140
117
|
}
|
|
@@ -144,7 +121,7 @@ html[dir=rtl][data-sap-ui-browser^="ie"] {
|
|
|
144
121
|
border-color: @sapUiChartPaletteSemanticNeutralLight1;
|
|
145
122
|
border-style: solid;
|
|
146
123
|
border-width: 1px;
|
|
147
|
-
color:
|
|
124
|
+
color: var(--sapTextColor);
|
|
148
125
|
font-size: 0.6875rem;
|
|
149
126
|
line-height: 0.6875rem;
|
|
150
127
|
height: 0.6875rem;
|
|
@@ -160,9 +137,10 @@ html[dir=rtl][data-sap-ui-browser^="ie"] {
|
|
|
160
137
|
}
|
|
161
138
|
|
|
162
139
|
.sapSuiteLMCLineThreshold {
|
|
163
|
-
stroke:
|
|
140
|
+
stroke: var(--sapChart_LineColor_3);
|
|
164
141
|
stroke-width: 1px;
|
|
165
142
|
}
|
|
143
|
+
|
|
166
144
|
.sapSuiteLMCLine {
|
|
167
145
|
stroke-width: 0.125rem;
|
|
168
146
|
}
|
|
@@ -192,11 +170,9 @@ html[dir=rtl][data-sap-ui-browser^="ie"] {
|
|
|
192
170
|
.sapSuiteBackgroundSemanticColor(sapSuiteLMCPoint);
|
|
193
171
|
}
|
|
194
172
|
|
|
195
|
-
|
|
173
|
+
/* Line Colors */
|
|
196
174
|
.sapSuiteStrokeSemanticColor(sapSuiteLMCLine);
|
|
197
175
|
|
|
198
|
-
|
|
199
|
-
|
|
200
176
|
/* Line Patterns */
|
|
201
177
|
.sapSuiteLMCLineDashed {
|
|
202
178
|
stroke-dasharray: 5, 3;
|
|
@@ -209,13 +185,15 @@ html[dir=rtl][data-sap-ui-browser^="ie"] {
|
|
|
209
185
|
|
|
210
186
|
/* Label Colors */
|
|
211
187
|
.sapSuiteLMCLabelCritical {
|
|
212
|
-
color:
|
|
188
|
+
color: var(--sapCriticalTextColor);
|
|
213
189
|
}
|
|
190
|
+
|
|
214
191
|
.sapSuiteLMCLabelGood {
|
|
215
|
-
color:
|
|
192
|
+
color: var(--sapPositiveTextColor);
|
|
216
193
|
}
|
|
194
|
+
|
|
217
195
|
.sapSuiteLMCLabelError {
|
|
218
|
-
color:
|
|
196
|
+
color: var(--sapNegativeTextColor);
|
|
219
197
|
}
|
|
220
198
|
|
|
221
199
|
/* SIZES */
|
|
@@ -243,84 +221,99 @@ html.sapUiMedia-Std-Phone .sapSuiteLMC.sapSuiteLMCSizeAuto,
|
|
|
243
221
|
}
|
|
244
222
|
|
|
245
223
|
.sapSuiteLMC.sapSuiteLMCSizeXS {
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
224
|
+
height: 1.5rem;
|
|
225
|
+
width: 6rem;
|
|
226
|
+
|
|
227
|
+
.sapSuiteLMCVerticalAlignmentContainer {
|
|
228
|
+
height: initial;
|
|
229
|
+
}
|
|
251
230
|
}
|
|
252
231
|
|
|
253
|
-
|
|
232
|
+
/* different possible looks that are changed base on the current height of the container */
|
|
254
233
|
.sapSuiteLMC.sapSuiteLMCLookM {
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
234
|
+
|
|
235
|
+
.sapSuiteLMCLabel {
|
|
236
|
+
font-size: var(--sapFontSmallSize);
|
|
237
|
+
}
|
|
258
238
|
}
|
|
259
239
|
|
|
260
240
|
.sapSuiteLMC.sapSuiteLMCLookS {
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
241
|
+
|
|
242
|
+
.sapSuiteLMCLabel {
|
|
243
|
+
font-size: var(--sapFontSmallSize);
|
|
244
|
+
}
|
|
264
245
|
}
|
|
265
246
|
|
|
266
247
|
.sapSuiteLMC.sapSuiteLMCLookXS {
|
|
267
|
-
.sapSuiteLMCLabel,
|
|
268
|
-
.sapSuiteLMCThresholdLabel {
|
|
269
|
-
display: none;
|
|
270
|
-
}
|
|
271
248
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
249
|
+
.sapSuiteLMCLabel,
|
|
250
|
+
.sapSuiteLMCThresholdLabel {
|
|
251
|
+
display: none;
|
|
252
|
+
}
|
|
275
253
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
254
|
+
.sapSuiteLMCVerticalAlignmentContainer {
|
|
255
|
+
max-width: 12rem;
|
|
256
|
+
}
|
|
279
257
|
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
258
|
+
.sapSuiteLMCPoint {
|
|
259
|
+
display: none;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.sapSuiteLMCSvgCanvas {
|
|
263
|
+
margin: 0;
|
|
264
|
+
}
|
|
283
265
|
}
|
|
284
266
|
|
|
285
|
-
|
|
267
|
+
/* auto-create background color class with all different semantic colors */
|
|
286
268
|
.sapSuiteBackgroundSemanticColor(sapSuiteLMCBackground);
|
|
287
269
|
|
|
288
|
-
|
|
270
|
+
/* auto-create border-color class with all different semantic colors */
|
|
289
271
|
.sapSuiteStrokeSemanticColor(sapSuiteLMCStroke);
|
|
290
272
|
|
|
291
273
|
.sapSuiteLMCBorderSequence1 {
|
|
292
|
-
border-color:
|
|
274
|
+
border-color: var(--sapChart_Sequence_1);
|
|
293
275
|
}
|
|
276
|
+
|
|
294
277
|
.sapSuiteLMCBorderSequence2 {
|
|
295
|
-
border-color:
|
|
278
|
+
border-color: var(--sapChart_Sequence_2);
|
|
296
279
|
}
|
|
280
|
+
|
|
297
281
|
.sapSuiteLMCBorderSequence3 {
|
|
298
|
-
border-color:
|
|
282
|
+
border-color: var(--sapChart_Sequence_3);
|
|
299
283
|
}
|
|
284
|
+
|
|
300
285
|
.sapSuiteLMCBorderSequence4 {
|
|
301
|
-
border-color:
|
|
286
|
+
border-color: var(--sapChart_Sequence_4);
|
|
302
287
|
}
|
|
288
|
+
|
|
303
289
|
.sapSuiteLMCBorderSequence5 {
|
|
304
|
-
border-color:
|
|
290
|
+
border-color: var(--sapChart_Sequence_5);
|
|
305
291
|
}
|
|
292
|
+
|
|
306
293
|
.sapSuiteLMCBorderSequence6 {
|
|
307
|
-
border-color:
|
|
294
|
+
border-color: var(--sapChart_Sequence_6);
|
|
308
295
|
}
|
|
296
|
+
|
|
309
297
|
.sapSuiteLMCBorderSequence7 {
|
|
310
|
-
border-color:
|
|
298
|
+
border-color: var(--sapChart_Sequence_7);
|
|
311
299
|
}
|
|
300
|
+
|
|
312
301
|
.sapSuiteLMCBorderSequence8 {
|
|
313
|
-
border-color:
|
|
302
|
+
border-color: var(--sapChart_Sequence_8);
|
|
314
303
|
}
|
|
304
|
+
|
|
315
305
|
.sapSuiteLMCBorderSequence9 {
|
|
316
|
-
border-color:
|
|
306
|
+
border-color: var(--sapChart_Sequence_9);
|
|
317
307
|
}
|
|
308
|
+
|
|
318
309
|
.sapSuiteLMCBorderSequence10 {
|
|
319
|
-
border-color:
|
|
310
|
+
border-color: var(--sapChart_Sequence_10);
|
|
320
311
|
}
|
|
312
|
+
|
|
321
313
|
.sapSuiteLMCBorderSequence11 {
|
|
322
|
-
border-color:
|
|
314
|
+
border-color: var(--sapChart_Sequence_11);
|
|
323
315
|
}
|
|
316
|
+
|
|
324
317
|
.sapSuiteLMCBorderSequence12 {
|
|
325
|
-
border-color:
|
|
318
|
+
border-color: var(--sapChart_Sequence_12);
|
|
326
319
|
}
|