Skip to content

Commit 7ad0444

Browse files
committed
Dev environment - Update testing arena
1 parent 8edd8ef commit 7ad0444

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

TestingArena/ArenaVueUiQuickChart.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ const model = ref([
174174
{ key: 'zoomMinimap.selectedColor', def: '#1F77B4', type: 'color'},
175175
{ key: 'zoomMinimap.selectedColorOpacity', def: 0.2, type: 'range', min: 0, max: 0.5, step: 0.01},
176176
{ key: 'zoomMinimap.lineColor', def: '#1A1A1A', type: 'color'},
177-
{ key: 'zoomMinimap.selectionRadius', def: 2, type: 'range', min: 0, max: 24}
177+
{ key: 'zoomMinimap.selectionRadius', def: 2, type: 'range', min: 0, max: 24},
178+
{ key: 'zoomMinimap.indicatorColor', def: '#1A1A1A', type: 'color'},
179+
178180
]);
179181
180182
const themeOptions = ref([

TestingArena/ArenaVueUiXy.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ const model = ref([
146146
{ key: 'chart.zoom.minimap.selectedColorOpacity', def: 0.2, type: 'range', min: 0, max: 1, step: 0.01 },
147147
{ key: 'chart.zoom.minimap.lineColor', def: '#1A1A1A', type: 'color'},
148148
{ key: 'chart.zoom.minimap.selectionRadius', def: 2, type: 'number', min: 0, max: 24},
149+
{ key: 'chart.zoom.minimap.indicatorColor', def: '#1A1A1A', type: 'color'},
149150
150151
{ key: 'chart.padding.top', def: 36, type: 'number', min: 0, max: 100, label: "top", category: 'padding' },
151152
{ key: 'chart.padding.right', def: 24, type: 'number', min: 0, max: 100, label: 'right', category: 'padding' },

0 commit comments

Comments
 (0)