You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "sober-bruce (via GitHub)" <gi...@apache.org> on 2023/06/08 12:08:39 UTC

[GitHub] [echarts] sober-bruce commented on issue #18732: [Bug] 半环形图(饼图),多项为0时,显示的不为一个半环形了。

sober-bruce commented on issue #18732:
URL: https://github.com/apache/echarts/issues/18732#issuecomment-1582468277

   配置文件信息是:
   option = {
     series: [
       {
         type: 'pie',
         radius: ['40%', '70%'],
         center: ['50%', '55%'],
         startAngle: 180,
         data: [
           { value: 0, name: 'Search Engine' },
           { value: 0, name: 'Direct' },
           {
             value: 0,
             itemStyle: {
               color: 'none',
               decal: {
                 symbol: 'none'
               }
             },
             label: {
               show: false
             }
           }
         ]
       }
     ]
   };


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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