ecomfe / echarts-liquidfill

Liquid Fill Chart for Apache ECharts
https://ecomfe.github.io/echarts-liquidfill/example/
BSD 3-Clause "New" or "Revised" License
1.47k stars 620 forks source link

水球图的进度占比从底部开始怎么配置 而不是从两边开始扩散 #179

Open LjwSrd opened 10 months ago

LjwSrd commented 10 months ago
var option = {
    series: [{
        type: 'liquidFill',
        data: [0.6]
    }]
};