@sapui5/sap.chart 1.103.0 → 1.105.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.chart",
3
- "version": "1.103.0",
3
+ "version": "1.105.0",
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)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  * (c) Copyright 2009-2022 SAP SE. All rights reserved.</copyright>
8
- <version>1.103.0</version>
8
+ <version>1.105.0</version>
9
9
 
10
10
  <documentation>Smart viz control based on Vizframe</documentation>
11
11
 
@@ -141,7 +141,7 @@ sap.ui.define([
141
141
  */
142
142
  visibleMeasures : {type: "string[]", defaultValue: []},
143
143
  /** Chart properties, refer to chart property <a href="docs/vizdocs/index.html" target="_blank">documentation</a> for more details. */
144
- vizProperties : {type: "object", group: "Misc"},/**
144
+ vizProperties : {type: "object", group: "Misc"},
145
145
  /** Chart scales, refer to chart property <a href="docs/vizdocs/index.html" target="_blank">documentation</a> for more details. */
146
146
  vizScales : {type : "object[]", group : "Misc"},
147
147
  /** Whether or not an aggregated entity set is bound to the chart. */
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  "sap.chart.data.Measure"
62
62
  ],
63
63
  noLibraryCSS: true,
64
- version: "1.103.0"
64
+ version: "1.105.0"
65
65
  });
66
66
 
67
67
  /**