Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: getSnapshot支持饼图 #1380

Merged
merged 1 commit into from
Mar 7, 2022
Merged

feat: getSnapshot支持饼图 #1380

merged 1 commit into from
Mar 7, 2022

Conversation

ACERY1
Copy link
Member

@ACERY1 ACERY1 commented Mar 6, 2022

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Description of change

if (!value) {
return rst;
}
const { field: xField } = xScale;
const { field: yField } = yScale;
const records = this.flatRecords();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个为啥要去掉?去掉后 line 的查找好像是有问题的

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好吧,挪到上面了,看错了

@zengyue zengyue merged commit c3a0a04 into master Mar 7, 2022
@zengyue zengyue deleted the ms/pieSnapshot branch March 7, 2022 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants