echarts 简化水柱图

var value = 0.2;  //剩余比例
var value1 = 75.2  //当前剩余流量
var value2 = 75.2 //已用流量
var data = [value];


var option = {
    backgroundColor: '#fff',
    title: [
        {
            text: '当前流量剩余:'+value1,
            left: '50%',
            top: "58%",
            textAlign: 'center',
            textStyle: {
                fontSize: '20',
                fontWeight: '400',
                color: '#fff',
                
                textAlign: 'center',
            },
        },
        {
            text: 'MB',
            left: '61.5%',
            top: "58.5%",
            textAlign: 'center',
            textStyle: {
                fontSize: '18',
                fontWeight: '400',
                color: '#fff',
                
                textAlign: 'center',
            },
        },
        {
            text: '已用流量:'+value2+'M',
            left: '50%',
            top: "64%",
            textAlign: 'center',
            textStyle: {
                fontSize: '20',
                fontWeight: '400',
                color: '#fff',
                
                textAlign: 'center',
            },
        },
        {
            text: (value * 100).toFixed(0),
            left: '47.5%',
            top: '30%',
            textAlign: 'center',
            textStyle: {
                fontSize: 70,
                color: '#fff',
            },
        },

        {
            text:"%",
            left: '56%',
            top: '34%',
            textAlign: 'center',
            textStyle: {
                fontSize: 40,
                color: '#fff',
            },
        },
    ],
    series: [{
            type: 'liquidFill',
            radius: '70%',
            z: 6,
            center: ['50%', '50%'],
           
            amplitude: 20,
            backgroundStyle: {
                borderWidth: 1,
                color: 'rgba(201,219,252, 1)', // 球体
            },
             color: [
                {
                    type: 'linear',
                    x: 0,
                    y: 0,
                    x2: 0,
                    y2: 1,
                    colorStops: [
                        {
                            offset: 1,
                            color: value==0.2?'orange':'#ccc',
                        },
                        {
                            offset: 0,
                            color: value==0.2?'orange':'#ccc',
                        },
                    ],
                    globalCoord: false,
                },
            ],
            data:data,
            label: {
                normal: {
                    formatter: '',
                }
            },
            outline: {
                show: true,
                itemStyle: {
                    borderWidth: 0,
                },
                borderDistance: 0,
            }
        },
       
        
    ]
}

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值