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/05/06 15:21:16 UTC

[GitHub] [echarts] gaoqiang19514 opened a new issue #14879: 5.0版本pie.series[index].label.padding其中top和bottom无效

gaoqiang19514 opened a new issue #14879:
URL: https://github.com/apache/echarts/issues/14879


   ### Version
   5.0
   
   ### Steps to reproduce
   ```
   option = {
       series: [
           {
               name: '访问来源',
               type: 'pie',
               radius: ['50%', '70%'],
               label: {
                   padding: [50, 0, 0, 0]
               },
               data: [
                   {value: 335, name: '直接访问'},
                   {value: 310, name: '邮件营销'},
                   {value: 234, name: '联盟广告'},
                   {value: 135, name: '视频广告'},
                   {value: 1548, name: '搜索引擎'}
               ]
           }
       ]
   };
   ```
   同样的配置, 在4.0中有效,5.0却无效
   
   ### What is expected?
   期待padding的四个值都有效
   
   ### What is actually happening?
   5.0的padding其中top和bottom无效
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   5.0无效
   ![image](https://user-images.githubusercontent.com/13738577/117323608-a11ebf00-aec1-11eb-9d46-c56338d499b2.png)
   4.0有效
   ![image](https://user-images.githubusercontent.com/13738577/117323673-b09e0800-aec1-11eb-929e-5b8c043714d1.png)
   


-- 
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 #14879: 5.0版本pie.series[index].label.padding其中top和bottom无效

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






-- 
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