Skip to content

Commit d4d4d3f

Browse files
committed
Improvement - Built in annotator - Draw directly on chart svgs
1 parent f9cb0b2 commit d4d4d3f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+693
-268
lines changed

TestingArena/ArenaVueUiWordCloud.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Maecenas convallis libero at nisl lacinia facilisis. Nulla facilisi. Sed bibendu
1414
1515
const dataset = ref(createWordCloudDatasetFromPlainText(plainTextDataset.value))
1616
17+
18+
setTimeout(() => {
19+
dataset.value = 'Lorem Lorem Cock Cock Cock Cock Dude Dude'
20+
}, 2000)
21+
1722
const model = ref([
1823
{ key: 'responsive', def: false, type: 'checkbox'},
1924
{ key: 'userOptions.show', def: true, type: 'checkbox' },

0 commit comments

Comments
 (0)