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/06/04 11:12:32 UTC

[GitHub] [incubator-echarts] yualwang opened a new issue #10616: Echarts pie图 百分比精确度

yualwang opened a new issue #10616: Echarts pie图 百分比精确度
URL: https://github.com/apache/incubator-echarts/issues/10616
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   在基本的pie图中使用数据:
   data:[
                   {value:1324, name:'直接访问'},
                   {value:19085, name:'邮件营销'},
                   {value:3950, name:'联盟广告'}
               ]
   使用数据
   data:[
                   {value:1324, name:'直接访问'},
                   {value:19086, name:'邮件营销'},
                   {value:3950, name:'联盟广告'}   
               ]
   
   ### What is expected?
   两次结果直接访问所占比例为5.44%
   
   ### What is actually happening?
   第一组直接访问所占比例为5.43%
   第二组直接访问所占比例为5.44%
   
   ---
   具体的百分比计算方式,需要展示各组数据所占百分比
   
   <!-- 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


With regards,
Apache Git Services

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