@cubejs-client/vue3 1.0.0 → 1.2.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.
@@ -10657,7 +10657,7 @@
10657
10657
  return _this2.axisValuesString(xValues);
10658
10658
  });
10659
10659
  var measureValue = function measureValue(row, measure) {
10660
- return row[measure] || 0;
10660
+ return row[measure] || pivotConfig.fillWithValue || 0;
10661
10661
  };
10662
10662
  if (pivotConfig.fillMissingDates && pivotConfig.x.length === 1 && equals$1(pivotConfig.x, (query.timeDimensions || []).filter(function (td) {
10663
10663
  return Boolean(td.granularity);