Skip to content

Commit cc819c4

Browse files
committed
Dev environment - Updated VueUiQuickChart arena
1 parent b2f858a commit cc819c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestingArena/ArenaVueUiQuickChart.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const model = ref([
107107
{ key: 'yAxisLabel', def: 'Lorem ipsum Y axis labellum'},
108108
{ key: 'zoomXy', def: true, type: 'checkbox'},
109109
{ key: 'zoomColor', def: '#CCCCCC', type: 'color'},
110+
{ key: 'zoomHighlightColor', def: '#1A1A1A', type: 'color'},
110111
{ key: 'zoomFontSize', def: 14, type: 'number', min: 8, max: 48},
111112
{ key: 'zoomUseResetSlot', def: false, type: 'checkbox'}
112113

0 commit comments

Comments
 (0)