Skip to content

Commit e8c0f77

Browse files
committed
Dev environment - Update VueUiXy testing arena
1 parent 4a0be0b commit e8c0f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestingArena/ArenaVueUiXy.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ const model = ref([
231231
{ key: 'chart.zoom.minimap.lineColor', def: '#1A1A1A', type: 'color'},
232232
{ key: 'chart.zoom.minimap.selectionRadius', def: 2, type: 'number', min: 0, max: 24},
233233
{ key: 'chart.zoom.minimap.indicatorColor', def: '#1A1A1A', type: 'color'},
234-
{ key: 'chart.zoom.minimap.verticalHandles', def: true, type: 'checkbox'},
234+
{ key: 'chart.zoom.minimap.verticalHandles', def: false, type: 'checkbox'},
235235
236236
{ key: 'chart.zoom.startIndex', def: 2, type: 'number', min: 0, max: 100},
237237
{ key: 'chart.zoom.endIndex', def: 6, type: 'number', min: 0, max: 100},

0 commit comments

Comments
 (0)