@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
package/src/sap/chart/.library
CHANGED
package/src/sap/chart/Chart.js
CHANGED
|
@@ -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. */
|