@sapui5/sap.chart 1.94.0 → 1.96.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.chart",
3
- "version": "1.94.0",
3
+ "version": "1.96.3",
4
4
  "description": "SAPUI5 Library sap.chart",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -4,9 +4,8 @@
4
4
  <name>sap.chart</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
-
8
- (c) Copyright 2009-2021 SAP SE. All rights reserved</copyright>
9
- <version>1.94.0</version>
7
+ * (c) Copyright 2009-2021 SAP SE. All rights reserved.</copyright>
8
+ <version>1.96.3</version>
10
9
 
11
10
  <documentation>Smart viz control based on Vizframe</documentation>
12
11
 
@@ -48,7 +48,7 @@ sap.ui.define(['sap/viz/ui5/format/ChartFormatter', // library dependency
48
48
  "sap.chart.data.Measure"
49
49
  ],
50
50
  noLibraryCSS: true,
51
- version: "1.94.0"
51
+ version: "1.96.3"
52
52
  });
53
53
 
54
54
 
@@ -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') {
package/ui5.yaml CHANGED
@@ -2,9 +2,6 @@ specVersion: '1.0'
2
2
  type: library
3
3
  metadata:
4
4
  name: sap.chart
5
- copyright: |-
6
- SAPUI5
7
- * (c) Copyright 2009-${currentYear} SAP SE. All rights reserved.
8
5
  framework:
9
6
  name: SAPUI5
10
7
  libraries: