水球echarts 球配置项内容和展示

配置项如下
      option = {
    series: [{
        type: 'liquidFill',
        data: [0.6],
        radius: '80%',
        waveAnimation: true,
        animationDuration: 0,
        animationDurationUpdate: 0,
        outline: {
            borderDistance: 0,
            itemStyle: {
                borderWidth: 5,
                borderColor: '#156ACF',
                shadowBlur: 20,
                shadowColor: 'rgba(255, 0, 0, 1)'
            }
        }
    }]
};
    
截图如下