perf: 统一suspended灰色

This commit is contained in:
陈劲松
2020-11-22 18:54:27 +08:00
committed by chenjinsong
parent 125a1340f8
commit d9b19b364f
3 changed files with 4 additions and 5 deletions

View File

@@ -418,7 +418,7 @@
series: null,
};
const tooltipPieOption = {
color: ["#60C6B4", "#EEA694", "#71706D"],
color: ["#60C6B4", "#EEA694", "#9e9c9b"],
title: {
show: true,
textStyle: {
@@ -459,7 +459,7 @@
]
};
const topoPieOption = {
color: ["#60C6B4", "#EEA694", "#71706D"],
color: ["#60C6B4", "#EEA694", "#9e9c9b"],
title: {
show: false,
},