Skip to content

Commit a70c0b4

Browse files
committed
Types - Update VueUiXyCanvasConfig type
1 parent 446d6bc commit a70c0b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5575,6 +5575,7 @@ declare module "vue-data-ui" {
55755575
rounding?: number;
55765576
prefix?: string;
55775577
suffix?: string;
5578+
bold?: boolean;
55785579
};
55795580
verticalLines?: {
55805581
show?: boolean;
@@ -5592,6 +5593,7 @@ declare module "vue-data-ui" {
55925593
showOnlyAtModulo?: boolean;
55935594
modulo?: number;
55945595
showMarker?: boolean;
5596+
bold?: boolean;
55955597
};
55965598
};
55975599
x?: {
@@ -5633,6 +5635,7 @@ declare module "vue-data-ui" {
56335635
color?: string;
56345636
offsetY?: number;
56355637
formatter?: Formatter;
5638+
bold?: boolean;
56365639
};
56375640
paddingProportions?: {
56385641
top?: number;

0 commit comments

Comments
 (0)