option = { backgroundColor: '#0A1934', "series": [ { "center": [ "25.0%", "50%" ], "radius": [ "49%", "50%" ], "clockWise": false, "hoverAnimation": false, "type": "pie", "itemStyle": { "normal": { "label": { "show": true, "textStyle": { "fontSize": 15, "fontWeight": "bold" }, "position": "center" }, "labelLine": { "show": false }, "color": "#5886f0", "borderColor": "#5886f0", "borderWidth": 25 }, "emphasis": { "label": { "textStyle": { "fontSize": 15, "fontWeight": "bold" } }, "color": "#5886f0", "borderColor": "#5886f0", "borderWidth": 25 } }, "data": [ { "value": 60, "name": "男性 \n 覆盖率60%" }, { "name": " ", "value": 40, "itemStyle": { "normal": { "label": { "show": false }, "labelLine": { "show": false }, "color": "#5886f0", "borderColor": "#5886f0", "borderWidth": 0 }, "emphasis": { "color": "#5886f0", "borderColor": "#5886f0", "borderWidth": 0 } } } ] }, { "center": [ "75.0%", "50%" ], "radius": [ "49%", "50%" ], "clockWise": false, "hoverAnimation": false, "type": "pie", "itemStyle": { "normal": { "label": { "show": true, "textStyle": { "fontSize": 15, "fontWeight": "bold" }, "position": "center" }, "labelLine": { "show": false }, "color": "#ee3a3a", "borderColor": "#ee3a3a", "borderWidth": 25 }, "emphasis": { "label": { "textStyle": { "fontSize": 15, "fontWeight": "bold" } }, "color": "#ee3a3a", "borderColor": "#ee3a3a", "borderWidth": 25 } }, "data": [ { "value": 40, "name": "女性 \n 覆盖率40%" }, { "name": " ", "value": 60, "itemStyle": { "normal": { "label": { "show": false }, "labelLine": { "show": false }, "color": "#ee3a3a", "borderColor": "#ee3a3a", "borderWidth": 0 }, "emphasis": { "color": "#ee3a3a", "borderColor": "#ee3a3a", "borderWidth": 0 } } } ] } ] };