(本文档仅供参考)
问题
echarts扩展属性如何实现在标准面积图中添加不透明度
解决方案
可在图形中增加扩展属性
{
"areaStyle": {
"normal": {
"color": "rgba(222, 222, 1, 0.2)"
}
}
}
效果如图: