@sapui5/sap.chart 1.93.3 → 1.96.2
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
CHANGED
package/src/sap/chart/.library
CHANGED
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
<name>sap.chart</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>SAPUI5
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<version>1.93.3</version>
|
|
7
|
+
* (c) Copyright 2009-2021 SAP SE. All rights reserved.</copyright>
|
|
8
|
+
<version>1.96.2</version>
|
|
10
9
|
|
|
11
10
|
<documentation>Smart viz control based on Vizframe</documentation>
|
|
12
11
|
|
package/src/sap/chart/library.js
CHANGED
|
@@ -112,7 +112,7 @@ sap.ui.define([
|
|
|
112
112
|
var startTime;
|
|
113
113
|
if (hasContinuesSemanticRules) {
|
|
114
114
|
var timeAxis = oFeeds.dims.timeAxis[0];
|
|
115
|
-
projectedValueStartTime = timeAxis.getProjectedValueStartTime();
|
|
115
|
+
projectedValueStartTime = timeAxis.getProjectedValueStartTime && timeAxis.getProjectedValueStartTime();
|
|
116
116
|
if (projectedValueStartTime) {
|
|
117
117
|
var timeUnit = timeAxis.getTimeUnit();
|
|
118
118
|
if (timeUnit === 'fiscalyearperiod' || timeUnit === 'fiscalyear') {
|