fix: update pagination for service list, endpoint list, instance list and add legend configs (#45)

This commit is contained in:
Fine0830
2022-03-29 19:20:16 +08:00
committed by GitHub
parent 355fe215a3
commit 61d182b986
16 changed files with 168 additions and 121 deletions

View File

@@ -77,6 +77,7 @@ export const DefaultGraphConfig: { [key: string]: any } = {
},
TopList: {
type: "TopList",
color: "purple",
},
InstanceList: {
type: "InstanceList",
@@ -263,6 +264,7 @@ export const TextColors: { [key: string]: string } = {
white: "#fff",
black: "#000",
orange: "#E6A23C",
purple: "#bf99f8",
};
export const CalculationOpts = [