Skip to content

Commit fecfa27

Browse files
committed
Fix - VueUiKpi - Fix rounding error
1 parent 3c62ff3 commit fecfa27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vue-ui-kpi.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ watch(() => props.dataset, (newValue) => {
8585
backgroundColor: FINAL_CONFIG.backgroundColor,
8686
digits: {
8787
color: FINAL_CONFIG.analogDigits.color,
88-
skeletonColor: FINAL_CONFIG.analogDigits.skeleton
88+
skeletonColor: FINAL_CONFIG.analogDigits.skeletonColor
8989
}
9090
}"
9191
/>

0 commit comments

Comments
 (0)