echarts 饼图中间放图片

在这里插入图片描述

主要代码:

graphic: {//图形中间图片
            elements: [{
              type: "image",
              style: {
                image: require("@/assets/images/screen/patrolPage/pic.png"),//你的图片地址
                width: 57,
                height: 40,
              },
              left: "center",
              top: "center",
            }],
          },

全部代码

setOption() {
        this.option = {
          tooltip: {
            trigger: "item"
          },
          legend: {
            bottom:'3%',
            show: true,
            textStyle: {
              color: "#809ABE"
            },
            icon:'diamond',
            itemWidth:10,
            itemHeight:10
          },
          color:['#1A79FF','#FFA842','#42F4B7','#FBFF42','#EA5231'],
          graphic: {//图形中间图片
            elements: [{
              type: "image",
              style: {
                image: require("@/assets/images/screen/patrolPage/pic.png"),//你的图片地址
                width: 57,
                height: 40,
              },
              left: "center",
              top: "center",
            }],
          },
          series: [
            {
              name: '外边框',
              type: 'pie',
              clockWise: false,
              hoverAnimation: false,
              silent: true,
              z:1,
              center: ['50%', '50%'],
              radius: ["60%", "60%"],
              label: {
                  normal: {
                      show: false
                  }
              },
              data: [{
                  value: 2,
                  name: '',
                  itemStyle: {
                      normal: {
                          borderWidth: 2,
                          borderColor: '#1C243E'
                      }
                  }
              },{
                  value: 8,
                  name: '',
                  itemStyle: {
                      normal: {
                          borderWidth: 2,
                          borderColor: '#0E3D6F'
                      }
                  }
              }]
            },
            {
              type: "pie",
              center: ['50%', '50%'],
              radius: ["40%", "53%"],
              label: {
                show: true,
                color:'auto',
                formatter: function (v) {
                    console.log(v)
                  return `{a| ${v.percent}} {b|%}\n {c|${v.data.name}}`;
                },
                rich: {
                  hr: {
                    //auto自定义
                    width: 2,
                    height: 2,
                    borderRadius: 5,
                    borderWidth: 2,
                    borderColor: "auto",
                    padding: [2, 2, 0, 0],
                  },
                  a: {
                    color:'#fff',
                    fontSize:16
                  },
                  b:{
                      color:'#809ABE',
                      fontSize:10
                  },
                  c:{
                      fontSize:12,
                      padding:5
                  }
                },
                
              },
              labelLine:{
                  smooth:true
              },
              z:10,
              itemStyle:{
                  borderWidth:5,
                  borderColor:'#1B263E',
              },
              data: [
                { value: 12131, name: "A组"},
                { value: 39023, name: "B组"},
                { value: 39023, name: "C组" },
                { value: 39023, name: "D组" },
                { value: 39023, name: "E组" },
              ],
            
            }
          ]
        };
      },
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

咖啡不加糖�

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值