You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/04/06 14:02:28 UTC

[GitHub] [incubator-echarts] susiwen8 commented on issue #10218: 4.0版本以后,绘制半圆的南丁格尔图的 数据value为0的时候无法隐藏label和labelline,

susiwen8 commented on issue #10218: 4.0版本以后,绘制半圆的南丁格尔图的 数据value为0的时候无法隐藏label和labelline,
URL: https://github.com/apache/incubator-echarts/issues/10218#issuecomment-480506553
 
 
   @dengzengjian 你应该这么设置
   `                        {
                               value: 0,
                               name: "",
                               label: {
                                   show: false
                               },
                               labelLine: {
                                   show: false
                               },
                           }
   `
   文档中的配置项itemStyle没有normal
   https://www.echartsjs.com/option.html#series-pie.data.itemStyle

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


With regards,
Apache Git Services

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