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

设置聚合函数最小值 #2627

Open
cnbizhh opened this issue Oct 17, 2024 · 0 comments · May be fixed by #2650
Open

设置聚合函数最小值 #2627

cnbizhh opened this issue Oct 17, 2024 · 0 comments · May be fixed by #2650
Assignees

Comments

@cnbizhh
Copy link

cnbizhh commented Oct 17, 2024

版本号:1.9.1,图片未能正确上传
MinAggregator函数缺少下方代码 MaxAggregator函数
else if (this.field && !isNaN(parseFloat(record[this.field]))) {
this.sum += parseFloat(record[this.field]);
this.count++;
}

@fangsmile fangsmile self-assigned this Oct 18, 2024
@fangsmile fangsmile linked a pull request Oct 22, 2024 that will close this issue
21 tasks
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 a pull request may close this issue.

2 participants