|
@@ -271,13 +271,13 @@ const setOtherData = function (type,data) {
|
|
|
seriesData:data.behavior.value,
|
|
|
color:new echarts.graphic.LinearGradient(1, 0, 0, 0, [{
|
|
|
offset: 0,
|
|
|
- color: "#87CEFA" // 0% 处的颜色
|
|
|
+ color: "#B0C4DE" // 0% 处的颜色
|
|
|
}, {
|
|
|
offset: 0.6,
|
|
|
- color: "#6495ED" // 60% 处的颜色
|
|
|
+ color: "#9370DB" // 60% 处的颜色
|
|
|
}, {
|
|
|
offset: 1,
|
|
|
- color: "#4169E1" // 100% 处的颜色
|
|
|
+ color: "#7B68EE" // 100% 处的颜色
|
|
|
}], false)
|
|
|
},
|
|
|
},
|
|
@@ -410,7 +410,6 @@ const getOtherEacths = function (handleFn,id,data) {
|
|
|
data: data.seriesData,
|
|
|
itemStyle:{
|
|
|
fontSize: 14,
|
|
|
- barBorderRadius:[0,50,50,0],
|
|
|
color:data.color
|
|
|
}
|
|
|
}
|