{
type: 'line',
symbol: 'circle',
symbolSize: 10,
// 展示曲线上的点
showSymbol: false,
// 让曲线更加圆滑
smooth: true,
data: data
}
]
