Skip to content

Commit dc352bc

Browse files
committed
Types - Update VueUiKpiConfig type
1 parent 37f48f4 commit dc352bc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

types/vue-data-ui.d.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,13 @@ declare module 'vue-data-ui' {
251251
valueFontSize?: number;
252252
valueRounding?: number;
253253
formatter?: Formatter;
254-
}
254+
analogDigits?: {
255+
show?: boolean;
256+
height?: number;
257+
color?: string;
258+
skeletonColor?: string;
259+
};
260+
};
255261

256262
export const VueUiKpi: DefineComponent<{
257263
dataset: number,

0 commit comments

Comments
 (0)