option = {
series: [{
type: 'liquidFill',
data: [0.6],
radius: '80%',
waveAnimation: true,
animationDuration: 0,
animationDurationUpdate: 0,
outline: {
borderDistance: 0,
itemStyle: {
borderWidth: 5,
borderColor: '#156ACF',
shadowBlur: 20,
shadowColor: 'rgba(255, 0, 0, 1)'
}
}
}]
};