Skip to content

Commit 9027f38

Browse files
committed
Fix - VueUiWordCloud - Fix regression
1 parent fa4934b commit 9027f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vue-ui-word-cloud.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ watch(() => props.config, (_newCfg) => {
100100
prepareChart();
101101
titleStep.value += 1;
102102
tableStep.value += 1;
103-
slicer.value = FINAL_CONFIG.value.style.chart.width;
103+
refreshSlicer();
104104
}, { deep: true });
105105
106106
const chartSlicer = ref(null);

0 commit comments

Comments
 (0)