wuiiao opened a new issue #14229:
URL: https://github.com/apache/echarts/issues/14229
### Version
5.0.1
### Steps to reproduce
打开官网的任一示例,编辑器内的配置如下:
option = {
series: [{
name: '访问来源',
type: 'pie',
data: [
{value: 207.16, name: '搜索引擎'},
{value: 30.07, name: '直接访问'},
{value: 184.41, name: '邮件营销'},
{value: 25.53, name: '联盟广告'},
{value: 4.45, name: '视频广告'},
]
}]
};
### What is expected?
饼图显示所有对应的标签
### What is actually happening?
其中邮件营销的标签没有显示
---
改变value值,或者改变data的排序就可以显示
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]