@cubejs-client/core 1.3.48 → 1.3.50
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.
|
@@ -1272,8 +1272,7 @@
|
|
|
1272
1272
|
var xValues = _ref23.xValues,
|
|
1273
1273
|
yValuesArray = _ref23.yValuesArray;
|
|
1274
1274
|
return ramda.fromPairs([].concat(_toConsumableArray__default['default'](normalizedPivotConfig.x.map(function (key, index) {
|
|
1275
|
-
|
|
1276
|
-
return [key, (_xValues$index = xValues[index]) !== null && _xValues$index !== void 0 ? _xValues$index : ''];
|
|
1275
|
+
return [key, xValues[index]];
|
|
1277
1276
|
})), _toConsumableArray__default['default'](isMeasuresPresent ? yValuesArray.map(function (_ref24) {
|
|
1278
1277
|
var _ref25 = _slicedToArray__default['default'](_ref24, 2),
|
|
1279
1278
|
yValues = _ref25[0],
|