From 275fea2b79cca3801671ca87b8354ebbb019d8cf Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Sun, 27 Mar 2022 23:32:47 +0800 Subject: [PATCH] fix nits --- src/views/dashboard/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/data.ts b/src/views/dashboard/data.ts index b938d5a8..4e89cae9 100644 --- a/src/views/dashboard/data.ts +++ b/src/views/dashboard/data.ts @@ -67,7 +67,7 @@ export const DefaultGraphConfig: { [key: string]: any } = { type: "Card", fontSize: 14, textAlign: "center", - showUint: true, + showUnit: true, }, Table: { type: "Table",