Skip to content

Commit 6514096

Browse files
committed
Types - Update VueUiXyConfig type
1 parent ebd95b6 commit 6514096

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
@@ -2172,6 +2172,8 @@ declare module 'vue-data-ui' {
21722172
labelWidth?: number;
21732173
showBaseline?: boolean;
21742174
formatter?: Formatter;
2175+
scaleMin?: number | null;
2176+
scaleMax?: number | null;
21752177
};
21762178
xAxis?: {
21772179
showBaseline?: boolean;

0 commit comments

Comments
 (0)