@visactor/vseed 0.0.25 → 0.0.26

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.
package/dist/umd/index.js CHANGED
@@ -3255,7 +3255,7 @@
3255
3255
  result.direction = 'horizontal';
3256
3256
  result.yField = [
3257
3257
  encoding[0].y[0],
3258
- unfoldInfo.groupName
3258
+ unfoldInfo.groupId
3259
3259
  ];
3260
3260
  result.xField = encoding[0].x[0];
3261
3261
  result.seriesField = encoding[0].group[0];
@@ -3404,7 +3404,7 @@
3404
3404
  result.direction = 'vertical';
3405
3405
  result.xField = [
3406
3406
  encoding[0].x[0],
3407
- unfoldInfo.groupName
3407
+ unfoldInfo.groupId
3408
3408
  ];
3409
3409
  result.yField = encoding[0].y[0];
3410
3410
  result.seriesField = encoding[0].group[0];
@@ -3535,7 +3535,7 @@
3535
3535
  result.type = 'rose';
3536
3536
  result.categoryField = [
3537
3537
  encoding[0].angle[0],
3538
- unfoldInfo.groupName
3538
+ unfoldInfo.groupId
3539
3539
  ];
3540
3540
  result.valueField = encoding[0].radius[0];
3541
3541
  result.seriesField = encoding[0].group[0];