feat: endpoint suspended相关

This commit is contained in:
陈劲松
2020-11-22 18:26:12 +08:00
committed by chenjinsong
parent 82a4c75d3c
commit 125a1340f8
13 changed files with 72 additions and 49 deletions

View File

@@ -418,7 +418,7 @@
series: null,
};
const tooltipPieOption = {
color: ["#60C6B4", "#EEA694"],
color: ["#60C6B4", "#EEA694", "#71706D"],
title: {
show: true,
textStyle: {
@@ -432,7 +432,7 @@
data: [],
show: true,
left: 70,
top: 44,
top: 35,
icon: "circle",
itemHeight: 4,
orient: "vertical",
@@ -459,15 +459,15 @@
]
};
const topoPieOption = {
color: ["#60C6B4", "#EEA694"],
color: ["#60C6B4", "#EEA694", "#71706D"],
title: {
show: false,
},
legend: {
data: [],
show: true,
left: 60,
top: 6,
left: 62,
top: 7,
icon: "circle",
itemHeight: 4,
orient: "vertical",
@@ -481,8 +481,8 @@
{
type: "pie",
animation: false,
center: [30, 25],
radius: [14, 22],
center: [30, 35],
radius: [18, 26],
data: [],
label: {
show: true,