Skip to content

Commit b2f858a

Browse files
committed
Dev environment - Updated VueUiDonutEvolution arena
1 parent ee7d5de commit b2f858a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestingArena/ArenaVueUiDonutEvolution.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ const model = ref([
9595
{ key: 'style.chart.zoom.show', def: true, type: 'checkbox'},
9696
{ key: 'style.chart.zoom.fontSize', def: 14, type: 'number', min: 8, max: 48},
9797
{ key: 'style.chart.zoom.color', def: '#CCCCCC', type: 'color'},
98+
{ key: 'style.chart.zoom.highlightColor', def: "#1A1A1A", type: 'color' },
9899
{ key: 'style.chart.zoom.useResetSlot', def: false, type: 'checkbox'}
99100
]);
100101

0 commit comments

Comments
 (0)