fillerColor: new echarts.graphic.LinearGradient(1, 0, 0, 0, [
{
//给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变
//给第一个设置0,第四个设置1,就是垂直渐变
offset: 0,
color: '#1eb5e5'
},
{
offset: 1,
color: '#5ccbb1'
}
]),
效果图
fillerColor: new echarts.graphic.LinearGradient(1, 0, 0, 0, [
{
//给颜色设置渐变色 前面4个参数,给第一个设置1,第四个设置0 ,就是水平渐变
//给第一个设置0,第四个设置1,就是垂直渐变
offset: 0,
color: '#1eb5e5'
},
{
offset: 1,
color: '#5ccbb1'
}
]),
效果图