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

[Feature] when the data of pie is not empty, but the values area all zero, pie can show equal sectors #2863

Closed
xile611 opened this issue Jun 27, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@xile611
Copy link
Contributor

xile611 commented Jun 27, 2024

What problem does this feature solve?

just seem to stillShowZeroSum of echarts

同时需要考虑负数场景,需要提供三种配置:

  • 'ignore': 忽略,也就是过滤负数
  • 'absolute': 根据绝对值进行处理
  • 'none': 不做任何特殊处理

What does the proposed API look like?

{
stillShowZeroSum?: boolean
}

@xile611 xile611 added the good first issue Good for newcomers label Jun 27, 2024
@xile611 xile611 mentioned this issue Jun 27, 2024
20 tasks
@FunctionEurus FunctionEurus mentioned this issue Jul 1, 2024
20 tasks
@xile611
Copy link
Contributor Author

xile611 commented Aug 20, 2024

supported in 1.12.0

@xile611 xile611 closed this as completed Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants