Skip to content

Commit 37f48f4

Browse files
committed
Config - Update VueUiKpi config
1 parent 9b73048 commit 37f48f4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/useConfig.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3795,7 +3795,13 @@ export function useConfig() {
37953795
valueCss: '',
37963796
valueFontSize: FONT._32,
37973797
valueRounding: 0,
3798-
formatter: null
3798+
formatter: null,
3799+
analogDigits: {
3800+
show: false,
3801+
height: 40,
3802+
color: COLOR_BLACK,
3803+
skeletonColor: COLOR_GREY_LIGHT
3804+
}
37993805
}
38003806

38013807
const vue_ui_mini_loader = {

0 commit comments

Comments
 (0)