Skip to content

Commit 4e62e12

Browse files
committed
Improvement - VueUiWordCloud - Improve performance and fix word sizing on small datasets
1 parent 935fe74 commit 4e62e12

File tree

3 files changed

+858
-466
lines changed

3 files changed

+858
-466
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ function generateWordCloud() {
419419
wordIndexById.clear();
420420
421421
positionWordsAsync({
422+
debugTiming: debug.value,
422423
words: scaledWords,
423424
svg: svg.value,
424425
proximity: FINAL_CONFIG.value.style.chart.words.proximity,

0 commit comments

Comments
 (0)