|
@@ -9738,7 +9738,7 @@
|
|
|
let option = {
|
|
|
timeline: {
|
|
|
checkpointStyle: {
|
|
|
- color: '#7866ff',
|
|
|
+ color: '#11715a',
|
|
|
borderColor: '#8df4f4',
|
|
|
borderWidth: 2,
|
|
|
},
|
|
@@ -9771,7 +9771,7 @@
|
|
|
},
|
|
|
emphasis: {
|
|
|
textStyle: {
|
|
|
- color: '#fff'
|
|
|
+ color: '#f4c2ff'
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -9809,7 +9809,7 @@
|
|
|
max: 1200,
|
|
|
calculable: true,
|
|
|
inRange: {
|
|
|
- color: ['#24CFF4', '#2E98CA', '#1E62AC', '#f46d43', '#d73027', '#a50026']
|
|
|
+ color: ['#03497d', '#05b663', '#d9cf21', '#f46d43', '#a50026']
|
|
|
},
|
|
|
textStyle: {
|
|
|
color: '#24CFF4'
|
|
@@ -9833,15 +9833,16 @@
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
areaColor: "rgba(43, 196, 243, 0.42)",
|
|
|
- borderColor: "rgba(43, 196, 243, 1)",
|
|
|
+ borderColor: "#30eee9",
|
|
|
borderWidth: 1,
|
|
|
shadowBlur: 15,
|
|
|
shadowOffsetX: 7,
|
|
|
shadowOffsetY: 6,
|
|
|
},
|
|
|
emphasis: {
|
|
|
- areaColor: "#f5db62",
|
|
|
- shadowBlur: 25,
|
|
|
+ areaColor: "#ffe857",
|
|
|
+ borderColor: "#f3f3a8",
|
|
|
+ shadowBlur: 25,
|
|
|
}
|
|
|
}
|
|
|
}]
|
|
@@ -9950,7 +9951,7 @@
|
|
|
position: absolute;
|
|
|
right: 1.375rem;
|
|
|
top: 0.5rem;
|
|
|
- color: rgba(126, 240, 255, .7);
|
|
|
+ color: rgba(126, 240, 255, 0.7);
|
|
|
display: flex;
|
|
|
|
|
|
.time {
|