效果:

在option中的series中配置itemStyle:
series: [{
{
name: '非结构化数量(千)',
type: 'line',
smooth: true,
symbolSize: 0,
data: [20, 40, 60, 80, 50, 60, 30],
itemStyle: {
normal: {
color: '#48d0aa',
borderColor: '#48d0aa',
areaStyle: {
type: 'default',
opacity: 0.1
}
}
}
}
]