Skip to content

Commit 4422ace

Browse files
committed
Dev environment - Updated VueUiXy arena
1 parent 447e8dc commit 4422ace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestingArena/ArenaVueUiXy.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const model = ref([
5353
{ key: 'chart.width', def: 1000, type: 'range', min: 300, max: 2000, label: 'width', category: 'general' },
5454
{ key: 'chart.zoom.show', def: true, type: 'checkbox', label: 'zoom', category: 'general' },
5555
{ key: 'chart.zoom.color', def: '#CCCCCC', type: 'color' },
56+
{ key: 'chart.zoom.highlightColor', def: '#4A4A4A', type: 'color' },
5657
{ key: 'chart.zoom.fontSize', def: 14, type: 'number', min: 8, max: 42},
5758
{ key: 'chart.zoom.useResetSlot', def: false, type: 'checkbox'},
5859

0 commit comments

Comments
 (0)