@cubejs-client/react 1.0.0 → 1.1.12

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.
@@ -10787,7 +10787,7 @@
10787
10787
  return _this2.axisValuesString(xValues);
10788
10788
  });
10789
10789
  var measureValue = function measureValue(row, measure) {
10790
- return row[measure] || 0;
10790
+ return row[measure] || pivotConfig.fillWithValue || 0;
10791
10791
  };
10792
10792
  if (pivotConfig.fillMissingDates && pivotConfig.x.length === 1 && equals(pivotConfig.x, (query.timeDimensions || []).filter(function (td) {
10793
10793
  return Boolean(td.granularity);