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 2020/12/22 10:33:01 UTC

[GitHub] [incubator-echarts] hlr7999 edited a comment on issue #12766: 饼图相邻区域颜色重复和工具栏想法

hlr7999 edited a comment on issue #12766:
URL: https://github.com/apache/incubator-echarts/issues/12766#issuecomment-749471639


   #### 颜色重复
   ```
   option = {
       tooltip: {
           trigger: 'item',
           formatter: '{a} <br/>{b}: {c} ({d}%)'
       },
       series: [
           {
               name: '访问来源',
               type: 'pie',
               radius: ['50%', '70%'],
               data: [
                   {value: 335, name: '直接访问'},
                   {value: 310, name: '邮件营销'},
                   {value: 234, name: '联盟广告'},
                   {value: 135, name: '视频广告'},
                   {value: 1548, name: '搜索引擎'},
                   {value: 310, name: '邮件营销1'},
                   {value: 234, name: '联盟广告1'},
                   {value: 135, name: '视频广告1'},
                   {value: 1548, name: '搜索引擎2'},
                   {value: 310, name: '邮件营销2'},
                   {value: 234, name: '联盟广告2'},
                   {value: 135, name: '视频广告2'}
               ]
           }
       ]
   };
   ```
   ![image](https://user-images.githubusercontent.com/33961019/102878836-d3380300-4483-11eb-98e2-2b3f7e7e2d92.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