Echarts可视化教程

  1. 网站首页
  2. 百度ECharts
  3. ECharts实例
  4. ECharts入门
  5. 地图大全
  6. ECharts官网

百度echarts男女比例饼图(定制)

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
            }
          }
        }
      ]
    }
  ]
};
点击展开全文

相关文章

  1. 百度Echarts饼图定制之前后端语言市场份额占比
  2. 百度echarts饼图之环形进度条形态
  3. 百度echarts饼图之多彩嵌套圆环
  4. 百度echarts饼图之仪表盘系列
  5. 百度echarts饼图之多彩花瓣定制图形

热门workflows工作流