Skip to content

Commit 4279556

Browse files
committed
Fix - VueUiWordCloud - Fix TS typo for config.style.chart.words.usePalette
1 parent 7132d33 commit 4279556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/vue-data-ui.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4661,7 +4661,7 @@ declare module 'vue-data-ui' {
46614661
proximity?: number;
46624662
packingWeight?: number;
46634663
color?: string;
4664-
usePalette?: string;
4664+
usePalette?: boolean;
46654665
};
46664666
title?: ChartTitle;
46674667
}

0 commit comments

Comments
 (0)