@bizdoc/core 1.11.0-next.5 → 1.11.0-next.6

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.
@@ -5676,8 +5676,11 @@ class CubeService {
5676
5676
  const options = this._session.profile.cubes.find(c => c.name === cube);
5677
5677
  const axisTypeMap = {};
5678
5678
  options.axes.forEach(x => axisTypeMap[x.name] = x.dataType);
5679
- if (!r.length)
5679
+ if (!r.length) {
5680
+ observe.next(r);
5681
+ observe.complete();
5680
5682
  return;
5683
+ }
5681
5684
  const base = r[0].points;
5682
5685
  r.forEach((s, i) => {
5683
5686
  s.points.forEach(p => {