You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/02/06 07:15:30 UTC

[GitHub] [echarts] wuiiao opened a new issue #14229: 饼图标签不显示,特例

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] susiwen8 commented on issue #14229: 饼图标签不显示,特例

Posted by GitBox <gi...@apache.org>.
susiwen8 commented on issue #14229:
URL: https://github.com/apache/echarts/issues/14229#issuecomment-774428045


   Duplicate with #13938, fixed by #14108, released in 5.0.2


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] susiwen8 closed issue #14229: 饼图标签不显示,特例

Posted by GitBox <gi...@apache.org>.
susiwen8 closed issue #14229:
URL: https://github.com/apache/echarts/issues/14229


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] echarts-bot[bot] commented on issue #14229: 饼图标签不显示,特例

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #14229:
URL: https://github.com/apache/echarts/issues/14229#issuecomment-774416268


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe our [mailing list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org