Skip to content

Commit 19c7b9a

Browse files
committed
Types - Update VueUiGaugeConfig types
1 parent de59738 commit 19c7b9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3148,11 +3148,15 @@ declare module 'vue-data-ui' {
31483148
gradientIntensity?: number;
31493149
};
31503150
markers?: {
3151+
show?: boolean;
31513152
color?: string;
31523153
bold?: boolean;
31533154
fontSizeRatio?: number;
31543155
offsetY?: number;
31553156
roundingValue?: number;
3157+
formatter?: Formatter;
3158+
prefix?: string;
3159+
suffix?: string;
31563160
};
31573161
pointer?: {
31583162
type?: "rounded" | "pointy";
@@ -3170,6 +3174,7 @@ declare module 'vue-data-ui' {
31703174
};
31713175
};
31723176
legend?: {
3177+
show?: boolean;
31733178
fontSize?: number;
31743179
prefix?: string;
31753180
suffix?: string;

0 commit comments

Comments
 (0)