v1.1.0
版本发布时间: 2017-08-29 15:21:56
ecomfe/echarts-liquidfill最新发布版本:v3.1.0(2021-09-18 10:31:02)
Support chart that fully fills the container.
Usage:
option = {
series: [{
type: 'liquidFill',
data: [0.5, 0.4, 0.3, 0.2],
shape: 'container',
outline: {
show: false
}
}]
};