Skip to content

Commit 8d0c508

Browse files
committed
Config - Update VueUiWordCloud config
1 parent e75100e commit 8d0c508

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/useConfig.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3446,6 +3446,7 @@ export function useConfig() {
34463446
useCssAnimation: true,
34473447
animationDelayMs: 20,
34483448
userOptions: USER_OPTIONS({
3449+
tooltip: true,
34493450
pdf: true,
34503451
csv: true,
34513452
img: true,
@@ -3457,7 +3458,7 @@ export function useConfig() {
34573458
chart: {
34583459
backgroundColor: COLOR_WHITE,
34593460
color: COLOR_BLACK,
3460-
height: 300,
3461+
height: 512,
34613462
width: 512,
34623463
zoom: {
34633464
show: false,
@@ -3475,6 +3476,10 @@ export function useConfig() {
34753476
usePalette: true
34763477
},
34773478
title: TITLE,
3479+
tooltip: {
3480+
...TOOLTIP,
3481+
roundingValue: 0,
3482+
},
34783483
}
34793484
},
34803485
table: {

0 commit comments

Comments
 (0)