echarts 折线图背景色渐变 123456789101112// 填充区域的样式 areaStyle: { normal: { // 填充色渐变 color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ { offset: 0, color: "#3aa7ff" }, { offset: 0.5, color: "rgba(58, 167, 255,0.4)" }, { offset: 1, color: "rgba(58, 167, 255,0)" } ]) } }, 效果图: 前端插件使用 #echarts echarts 折线图背景色渐变 https://github.com/chergn/chergn.github.io/8186273c6327/ 作者 全易 发布于 2024年3月28日 许可协议 axios取消上一页面的请求 上一篇 echarts 自定义鼠标经过图时的悬浮框内容 formatter 下一篇