echarts-liquidfill icon indicating copy to clipboard operation
echarts-liquidfill copied to clipboard

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

Open marswong opened this issue 7 years ago • 0 comments

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 :)

marswong avatar Feb 22 '19 06:02 marswong