super-page-runtime 2.1.932 → 2.1.933

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.
@@ -204,7 +204,7 @@ function updateChartDatasources(pageContext2, dataSourceConfs, appendParams, isI
204
204
  const chartData = serviceData && serviceData.result ? serviceData.result : {};
205
205
  let datas = null;
206
206
  if (chartConfig.serviceDataField) {
207
- datas = result[chartConfig.dataSetField];
207
+ datas = chartData[chartConfig.serviceDataField];
208
208
  } else {
209
209
  if (chartData) {
210
210
  if (Array.isArray(chartData)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-runtime",
3
- "version": "2.1.932",
3
+ "version": "2.1.933",
4
4
  "description": "AgileBuilder super page runtime",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",