|
@@ -224,14 +224,21 @@ export default {
|
|
tooltip: {},
|
|
tooltip: {},
|
|
|
|
|
|
radar: {
|
|
radar: {
|
|
- radius: "65%", //大小
|
|
|
|
|
|
+ radius: "55%", //大小
|
|
nameGap: 1, // 图中工艺等字距离图的距离
|
|
nameGap: 1, // 图中工艺等字距离图的距离
|
|
center: ["40%", "40%"], // 图的位置
|
|
center: ["40%", "40%"], // 图的位置
|
|
name: {
|
|
name: {
|
|
textStyle: {
|
|
textStyle: {
|
|
color: "rgba(175, 190, 211, 1)",
|
|
color: "rgba(175, 190, 211, 1)",
|
|
fontSize: 10
|
|
fontSize: 10
|
|
- },
|
|
|
|
|
|
+ },
|
|
|
|
+ textStyle: {
|
|
|
|
+ color: '#fff',
|
|
|
|
+ textShadowColor: 'rgba(0, 255, 255, 1)',
|
|
|
|
+ textShadowBlur: 5,
|
|
|
|
+ textShadowOffsetX: 0,
|
|
|
|
+ textShadowOffsetY: 0
|
|
|
|
+ },
|
|
formatter: function (name) {
|
|
formatter: function (name) {
|
|
return name;
|
|
return name;
|
|
}
|
|
}
|
|
@@ -260,7 +267,7 @@ export default {
|
|
axisLine: {
|
|
axisLine: {
|
|
lineStyle: {
|
|
lineStyle: {
|
|
|
|
|
|
- color: "rgba(2, 96, 176, 0.8)"
|
|
|
|
|
|
+ color: "rgba(1, 118, 214, 0.8)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
splitArea: {
|
|
splitArea: {
|
|
@@ -273,7 +280,7 @@ export default {
|
|
show: true,
|
|
show: true,
|
|
lineStyle: {
|
|
lineStyle: {
|
|
width: 1,
|
|
width: 1,
|
|
- color: "rgba(2, 96, 176, 0.8)" // 设置网格的颜色
|
|
|
|
|
|
+ color: "rgba(1, 135, 244, 0.8)" // 设置网格的颜色
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -294,12 +301,12 @@ export default {
|
|
symbolSize: 5,
|
|
symbolSize: 5,
|
|
value: [70, 42, 63, 84, 75, 34],
|
|
value: [70, 42, 63, 84, 75, 34],
|
|
areaStyle: {
|
|
areaStyle: {
|
|
- color: "rgba(2, 96, 176, 0.8)"
|
|
|
|
|
|
+ color: "rgba(1, 132, 238, 0.8)"
|
|
},
|
|
},
|
|
itemStyle: {
|
|
itemStyle: {
|
|
normal: {
|
|
normal: {
|
|
borderWidth: 1,
|
|
borderWidth: 1,
|
|
- color: "RGBA(0, 34, 66, 1)",
|
|
|
|
|
|
+ color: "rgba(0, 62, 120, 1.0)",
|
|
borderColor: "rgba(2, 96, 176, 1)"
|
|
borderColor: "rgba(2, 96, 176, 1)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -449,7 +456,7 @@ export default {
|
|
normal: {
|
|
normal: {
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
offset: 0,
|
|
offset: 0,
|
|
- color: 'rgba(39,116,212,1)'
|
|
|
|
|
|
+ color: 'rgba(37, 215, 255, 1.0)'
|
|
}, {
|
|
}, {
|
|
offset: 1,
|
|
offset: 1,
|
|
color: 'rgba(1,23,60,1)'
|
|
color: 'rgba(1,23,60,1)'
|
|
@@ -458,7 +465,7 @@ export default {
|
|
emphasis: {
|
|
emphasis: {
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
offset: 0,
|
|
offset: 0,
|
|
- color: 'rgba(39,116,212,1)'
|
|
|
|
|
|
+ color: 'rgba(43, 129, 234, 1.0)'
|
|
}, {
|
|
}, {
|
|
offset: 1,
|
|
offset: 1,
|
|
color: 'rgba(1,23,60,1)'
|
|
color: 'rgba(1,23,60,1)'
|