echarts 水球图

运行结果:

代码:

​
export function getWaterBallOptions() {
  return {
    series: [
      {
        type: 'liquidFill',
        radius: '80%',
        data: [0.2, 0.2, 0.2],
        color: ['rgba(64, 158, 255, 1)', 'rgba(64, 158, 255, 0.2956)', 'rgba(64, 158, 255, 0.1)'],//设置颜色系列
        label: {
          show: true,
          formatter: (params) => {
            const value = params.value * 1000;
            return `{value|${value}} {unit|万元}\n{extraText|期初资金余额}`;
          },
          rich: {
            value: {
              fontSize: 40,
              color: "#fff",

            },
            unit: {
              fontSize: 14,
              color: "#fff",
              padding: [0, 0, -10, -5]
            },
            extraText: {
              fontSize: 22,
              color: "#fff",
              padding: [0, 5] // 上、右、下、左的内边距
            }
          },
          fontSize: 30,
        },
        itemStyle: {
          shadowColor: 'rgba(0,0,0,0)'
        },
        backgroundStyle: {
          borderWidth: 4, //边框宽度
          borderColor: "rgba(64, 158, 255, 1)", //边框颜色
          color: "rgba(78, 165, 255, 0.25)", //背景色
        },
        outline: {
          show: false,
        },
      },
    ]
  }

}

​

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值