@sapui5/sap.suite.ui.microchart 1.96.46 → 1.96.47
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/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.47
|
|
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.47
|
|
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.47
|
|
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.47
|
|
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.47
|
|
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.47
|
|
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.47
|
|
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.47
|
|
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.47
|
|
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.47
|
|
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.47",
|
|
30
30
|
// library dependencies
|
|
31
31
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
32
32
|
types: [
|