option = { title: { text: '水波晃动的效果' }, series: [{ type: 'liquidFill', data: [{ value: 0.6, itemStyle: { normal: { color: '#b4e6f5' } } }, { value: 0.55, itemStyle: { normal: { color: '#9edcef' } } }, { value: 0.5, itemStyle: { normal: { color: '#77cae4' } } }], amplitude: '3%', outline: { show: false }, backgroundStyle: { color: '#d7f6ff' } }] };