水球

描述:当前是关于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)'
            }
        }
    }]
};