码迷,mamicode.com
首页 > 其他好文 > 详细

echarts中渐变色处理

时间:2019-12-17 15:16:28      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:style   lse   set   gradient   off   line   items   mst   linear   

series: [{
itemStyle: {
normal: { 右 上 左 下
color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [{
offset: 0,
color: "red" // 0% 处的颜色
}, {
offset: 0.6,
color: "blue" // 60% 处的颜色
}, {
offset: 1,
color: "yellow" // 100% 处的颜色
}], false)
}
}
}]

echarts中渐变色处理

标签:style   lse   set   gradient   off   line   items   mst   linear   

原文地址:https://www.cnblogs.com/fmm030/p/12054130.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!