wuiiao opened a new issue #14228:
URL: https://github.com/apache/echarts/issues/14228


   在官网的编辑器,版本是"5.0.1"
   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: '视频广告'},
               ]
           }
       ]
   };
   其中就 邮件营销 的不显示label。 改变value值,或者改变data的排序就可以显示。 这是bug吗
   


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

Reply via email to