Skip to content

Commit 284e8f0

Browse files
committed
Types - Add padding on VueUiSparklineConfig type
1 parent 81e1445 commit 284e8f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3731,6 +3731,7 @@ declare module 'vue-data-ui' {
37313731
chartWidth?: number;
37323732
scaleMin?: number | null;
37333733
scaleMax?: number | null;
3734+
padding?: ChartPadding;
37343735
animation?: {
37353736
show?: boolean;
37363737
animationFrames?: number;

0 commit comments

Comments
 (0)