Skip to content

Commit 9b41ea9

Browse files
committed
Types - Update VueUiSparklineConfig type
1 parent d91f8cf commit 9b41ea9

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
@@ -3729,6 +3729,8 @@ declare module 'vue-data-ui' {
37293729
backgroundColor?: string;
37303730
fontFamily?: string;
37313731
chartWidth?: number;
3732+
scaleMin?: number | null;
3733+
scaleMax?: number | null;
37323734
animation?: {
37333735
show?: boolean;
37343736
animationFrames?: number;

0 commit comments

Comments
 (0)