apache / echarts

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

echarts5的pie的每一个label.color可以和图形一个颜色吗? #14756

Closed yang-mengyue closed 3 years ago

yang-mengyue commented 3 years ago

echarts4 image echarts5 image

echarts-bot[bot] commented 3 years ago

This issue is not created using issue template so I'm going to close it. 🙊 Sorry for this, but it helps save our maintainers' time so that more developers get helped. Feel free to create another issue using the issue template.

If you think you have already made your point clear without the template, or your problem cannot be covered by it, you may re-open this issue again.

这个 issue 未使用 issue 模板 创建,所以我将关闭此 issue。 为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。 如果您愿意,请使用 issue 模板重新创建 issue。

如果您认为虽然没有使用模板,但您已经提供了复现问题的充分描述,或者您的问题无法使用模板表达,也可以重新 open 这个 issue。

plainheart commented 3 years ago

@yang-mengyue 设置 label.colorinherit 或者 auto 即可。

yang-mengyue commented 3 years ago

解决了,谢谢您。