Skip to content

Commit 3c8344d

Browse files
committed
Config - Add zoom feature to VueUiWordCloud
1 parent 03fec16 commit 3c8344d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/useConfig.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3309,6 +3309,10 @@ export function useConfig() {
33093309
color: COLOR_BLACK,
33103310
height: 300,
33113311
width: 512,
3312+
zoom: {
3313+
...ZOOM,
3314+
show: false
3315+
},
33123316
words: {
33133317
maxFontSize: 100,
33143318
minFontSize: FONT._10,

0 commit comments

Comments
 (0)