Skip to content

Commit cf61f8d

Browse files
committed
Types - Update VueUiGaugeDatasetSerieItem & VueUiGaugeConfig types
1 parent 72a82e3 commit cf61f8d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3130,6 +3130,7 @@ declare module 'vue-data-ui' {
31303130
from: number;
31313131
to: number;
31323132
color?: string;
3133+
name?: string;
31333134
};
31343135

31353136
export type VueUiGaugeDataset = {
@@ -3170,6 +3171,15 @@ declare module 'vue-data-ui' {
31703171
prefix?: string;
31713172
suffix?: string;
31723173
};
3174+
segmentNames?: {
3175+
show?: boolean;
3176+
curved?: boolean;
3177+
offsetRatio?: number;
3178+
fontSize?: number;
3179+
useSerieColor?: boolean;
3180+
color?: boolean;
3181+
bold?: boolean;
3182+
};
31733183
pointer?: {
31743184
type?: "rounded" | "pointy";
31753185
size?: number;

0 commit comments

Comments
 (0)