@cubejs-client/core 1.3.49 → 1.3.51
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.
|
@@ -1344,8 +1344,7 @@ var ResultSet = /*#__PURE__*/function () {
|
|
|
1344
1344
|
var xValues = _ref23.xValues,
|
|
1345
1345
|
yValuesArray = _ref23.yValuesArray;
|
|
1346
1346
|
return ramda.fromPairs([].concat(_toConsumableArray__default['default'](normalizedPivotConfig.x.map(function (key, index) {
|
|
1347
|
-
|
|
1348
|
-
return [key, (_xValues$index = xValues[index]) !== null && _xValues$index !== void 0 ? _xValues$index : ''];
|
|
1347
|
+
return [key, xValues[index]];
|
|
1349
1348
|
})), _toConsumableArray__default['default'](isMeasuresPresent ? yValuesArray.map(function (_ref24) {
|
|
1350
1349
|
var _ref25 = _slicedToArray__default['default'](_ref24, 2),
|
|
1351
1350
|
yValues = _ref25[0],
|