嵌套饼图设置不同的颜色

在这里插入图片描述

 let option = {
        tooltip: {
          trigger: 'item',
        },
        legend: {
          right: 'auto',
          bottom: 0,
          textStyle: {
            color: ()=>{},
            fontSize: 26
          },
        },
        series:[
          {
            name:'参加人次',
            type: 'pie',
            // color:['#e85953','#44d9f5',  '#40c100'], // 红蓝绿 本色
            color:['#40c100', '#e85953', '#44d9f5'],  
            avoidLabelOverlap: true,  //避免标签重叠
            radius: ['46%', '80%'],
            itemStyle: {
              borderColor: '#201f1d',
              borderWidth: 9,          
            },
            labelLine: {
              length: 26,
              lineStyle: {
                color: "#dabb95",
              },
            },
            label: {
              show: true,
              position: 'outside',
              color:'#fff',
              fontSize: '27',
              // formatter: '{d}%',
              formatter: '{b}\n{c}人次',
              fontWeight:'bold',
            },
            data: this.pieData,
          },
          {
            name:'举办次数',
            type: 'pie',
            radius: '46%',
            itemStyle: {
              borderColor: '#201f1d',
              borderWidth: 9, 
              normal: {
                color: function(e){
                    // var colors=['#8b100a','#015d6e',  '#2e8205']  // 红蓝绿 本色
                    var colors=['#2e8205', '#8b100a', '#015d6e']  
                    return colors[e.dataIndex]
                }
            }, 
            },
            label: {
              show: true,
              position: 'inner',
              color:'#fff',
              fontSize: '22',
              // formatter: '{d}%',
              formatter: '{b}\n{c}次数',
              fontWeight:'bold',
            },
            labelLine: {
              show: false,
            },
            data: cishuData,
          },
        ]
      }
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值