fix: calculate widget index and init metrics config (#41)

This commit is contained in:
Fine0830
2022-03-27 23:45:28 +08:00
committed by GitHub
parent d733594804
commit 2167b4afd5
6 changed files with 16 additions and 14 deletions

View File

@@ -67,7 +67,7 @@ export const DefaultGraphConfig: { [key: string]: any } = {
type: "Card",
fontSize: 14,
textAlign: "center",
showUint: true,
showUnit: true,
},
Table: {
type: "Table",