blob: c2198594608f2322579d26023522072ec7815b83 [file] [log] [blame]
/*
extension: echarts-liquidfill
*/
option = {
series: [{
type: 'liquidFill',
data: [0.6],
radius: '70%'
}]
};