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

Improvement Request: show empty container when value is less than 0 #86

Open marswong opened 5 years ago

marswong commented 5 years ago
var option = {
    series: [{
        type: 'liquidFill',
        data: [-2.33]
    }]
};

result:

lark20190222-140553

ays, when the value is less than 0, it'd be better to just show en empty container without red wave :)