Skip to content

Commit 9bf0fd0

Browse files
committed
Dev environment - Update VueUiWordCloud testing arena
1 parent b2b1a1b commit 9bf0fd0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

TestingArena/ArenaVueUiWordCloud.vue

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ const model = ref([
5555
{ key: 'table.td.roundingValue', def: 2, type: 'number', min: 0, max: 6},
5656
{ key: 'table.td.prefix', def: 'P', type: 'text'},
5757
{ key: 'table.td.suffix', def: 'S', type: 'text'},
58+
59+
{ key: 'style.chart.zoom.show', def: true, type: 'checkbox'},
60+
{ key: 'style.chart.zoom.color', def: '#CCCCCC', type: 'color'},
61+
{ key: 'style.chart.zoom.highlightColor', def: '#4A4A4A', type: 'color'},
62+
{ key: 'style.chart.zoom.useResetSlot', def: false, type: 'checkbox'}
5863
]);
5964
6065
const themeOptions = ref([
@@ -119,7 +124,10 @@ const step = ref(0)
119124
<div v-if="isPrinting" style="font-size: 100px; opacity: 0.1; transform: rotate(-10deg)">
120125
WATERMARK
121126
</div>
122-
</template>
127+
</template>
128+
<template #reset-action="{ reset }">
129+
<button @click="reset()">REFRESH</button>
130+
</template>
123131
</LocalVueUiWordCloud>
124132
</template>
125133

0 commit comments

Comments
 (0)