feat: add graph, widget config

This commit is contained in:
Qiuxia Fan
2022-01-05 16:20:25 +08:00
parent 6ce7265d3e
commit eab32b305a
14 changed files with 432 additions and 219 deletions

View File

@@ -21,7 +21,7 @@ export const ChartTypes = [
{ label: "Heatmap", value: "Heatmap" },
{ label: "Pie", value: "Pie" },
{ label: "Card", value: "Card" },
{ label: "Progress Bar", value: "ProgressBar" },
{ label: "Top List", value: "TopList" },
{ label: "Table", value: "Table" },
{ label: "Endpoint List", value: "EndpointList" },
{ label: "Instance List", value: "InstanceList" },