sWhite01111 commented on issue #10273: Android下饼图会出现画不全的现象
URL: 
https://github.com/apache/incubator-echarts/issues/10273#issuecomment-483531331
 
 
   //配置上没有任何特殊的,具体如下
   option = {
       "series": [{
           "color": [
                   '#2062E6', '#F2D024', '#ff8533', '#00cfcf', '#04c9a8',
                   '#4cb5ff', '#bc64e5', '#f75ca9', '#f85948', '#2db62d',
                   '#2db62d', '#f23030'
               ], 
           "type": "pie",
           "data": [{
               "name": "手淘首页",
               "value": 0.18153689106926518,
               "label": {
                   "normal": {
                       "textStyle": {
                           "fontSize": 30,
                           "color": "#333333"
                       }
                   }
               },
               "hoverAnimation": false
           }, {
               "name": "手淘搜索",
               "value": 0.16499461553418387,
               "label": {
                   "normal": {
                       "textStyle": {
                           "fontSize": 30,
                           "color": "#333333"
                       }
                   }
               },
               "hoverAnimation": false
           }, {
               "name": "淘内免费其他",
               "value": 0.14172549694132427,
               "label": {
                   "normal": {
                       "textStyle": {
                           "fontSize": 30,
                           "color": "#333333"
                       }
                   }
               },
               "hoverAnimation": false
           }, {
               "name": "购物车",
               "value": 0.09252867975889559,
               "label": {
                   "normal": {
                       "textStyle": {
                           "fontSize": 30,
                           "color": "#333333"
                       }
                   }
               },
               "hoverAnimation": false
           }, {
               "name": "我的淘宝",
               "value": 0.07450193691200885,
               "label": {
                   "normal": {
                       "textStyle": {
                           "fontSize": 30,
                           "color": "#333333"
                       }
                   }
               },
               "hoverAnimation": false
           }, {
               "name": "直通车",
               "value": 0.05476637401097833,
               "label": {
                   "normal": {
                       "textStyle": {
                           "fontSize": 30,
                           "color": "#333333"
                       }
                   }
               },
               "hoverAnimation": false
           }, {
               "name": "智钻",
               "value": 0.0500549664218729,
               "label": {
                   "normal": {
                       "textStyle": {
                           "fontSize": 30,
                           "color": "#333333"
                       }
                   }
               },
               "hoverAnimation": false
           }, {
               "name": "手淘微淘",
               "value": 0.04455084580983862,
               "label": {
                   "normal": {
                       "textStyle": {
                           "fontSize": 30,
                           "color": "#333333"
                       }
                   }
               },
               "hoverAnimation": false
           }, {
               "name": "手淘淘宝直播",
               "value": 0.033780044571411476,
               "label": {
                   "normal": {
                       "textStyle": {
                           "fontSize": 30,
                           "color": "#333333"
                       }
                   }
               },
               "hoverAnimation": false
           }, {
               "name": "手淘其他店铺",
               "value": 0.033237858777427125,
               "label": {
                   "normal": {
                       "textStyle": {
                           "fontSize": 30,
                           "color": "#333333"
                       }
                   }
               },
               "hoverAnimation": false
           }, {
               "name": "其他",
               "value": 0.12832229019279395,
               "label": {
                   "normal": {
                       "textStyle": {
                           "fontSize": 30,
                           "color": "#333333"
                       }
                   }
               },
               "hoverAnimation": false
           }],
           "animation": false,
           "radius": "50%",
           "center": ["50%", "55%"],
           "itemStyle": {
               "normal": {
                   "borderWidth": 2,
                   "borderColor": "#fff"
               }
           }
       }]
   }

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to