@sapui5/sap.chart 1.131.1 → 1.133.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
|
@@ -2063,7 +2063,7 @@ sap.ui.define([
|
|
|
2063
2063
|
this.setProperty("isAnalytical", true);
|
|
2064
2064
|
if (oBindingInfo) {
|
|
2065
2065
|
oBindingInfo.parameters = jQuery.extend(true, {
|
|
2066
|
-
$count:
|
|
2066
|
+
$count: true
|
|
2067
2067
|
}, oBindingInfo.parameters);
|
|
2068
2068
|
}
|
|
2069
2069
|
} else {
|
|
@@ -2115,7 +2115,7 @@ sap.ui.define([
|
|
|
2115
2115
|
this.setProperty("isAnalytical", true);
|
|
2116
2116
|
if (oBindingInfo) {
|
|
2117
2117
|
oBindingInfo.parameters = jQuery.extend(true, {
|
|
2118
|
-
$count:
|
|
2118
|
+
$count: true
|
|
2119
2119
|
}, oBindingInfo.parameters);
|
|
2120
2120
|
}
|
|
2121
2121
|
} else {
|