feat: add widget and standard config

This commit is contained in:
Qiuxia Fan
2022-01-12 15:15:16 +08:00
parent 16085bb56f
commit 8e0bf6357e
6 changed files with 99 additions and 31 deletions

View File

@@ -25,7 +25,6 @@ export const ChartTypes = [
{ label: "Table", value: "Table" },
{ label: "Endpoint List", value: "EndpointList" },
{ label: "Instance List", value: "InstanceList" },
// { label: "Image", value: "Image" },
];
export const DefaultGraphConfig: { [key: string]: any } = {
Bar: {