apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.69k stars 19.62k forks source link

[Feature] 滚动控制按钮饼图支持搜索或者筛选,pie scroll legend support search/filter #20446

Open LY1806620741 opened 4 weeks ago

LY1806620741 commented 4 weeks ago

What problem does this feature solve?

滚动按钮饼图是用于显示很多标签的,既然如此是否能支持筛选标签,正如html做的那样筛选选择.The scroll button pie chart is used to display many labels. In this case, can it support filtering labels, just like html does to filter selections.

让我们可以快速找到需要打开或者关闭的标签.Let us quickly find the tabs that need to be opened or closed.

What does the proposed API look like?

https://ant-design.antgroup.com/~demos/select-demo-option-render

输入可以过滤出需要点击的按钮,可以参考这个.Input can filter out the buttons that need to be clicked. You can refer to this