Skip to content

Commit e02bdaf

Browse files
committed
Types - Update VueUiXyConfig type
1 parent 312129a commit e02bdaf

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
@@ -2748,6 +2748,11 @@ declare module "vue-data-ui" {
27482748
useGradient?: boolean;
27492749
opacity?: number;
27502750
};
2751+
tag?: {
2752+
followValue?: boolean;
2753+
formatter?: Formatter;
2754+
fontSize?: number;
2755+
};
27512756
};
27522757
plot?: {
27532758
radius?: number;
@@ -2764,6 +2769,11 @@ declare module "vue-data-ui" {
27642769
color?: string;
27652770
formatter?: Formatter;
27662771
};
2772+
tag?: {
2773+
followValue?: boolean;
2774+
formatter?: Formatter;
2775+
fontSize?: number;
2776+
};
27672777
};
27682778
table?: {
27692779
rounding?: number;

0 commit comments

Comments
 (0)