Skip to content

Commit c1ed935

Browse files
committed
Types - Fix type errors
1 parent 7a2c7b2 commit c1ed935

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,6 +2202,7 @@ declare module 'vue-data-ui' {
22022202
fontSize?: number;
22032203
color?: string;
22042204
text?: string;
2205+
bold?: boolean;
22052206
};
22062207
};
22072208
tooltip?: ChartTooltip & {
@@ -2299,6 +2300,7 @@ declare module 'vue-data-ui' {
22992300
stackRatio?: number;
23002301
comments?: string[];
23012302
shape?: Shape;
2303+
smooth?: boolean;
23022304
};
23032305

23042306
export type VueUiXyDatasetBarItem = {

0 commit comments

Comments
 (0)