Skip to content

Commit 447e8dc

Browse files
committed
Dev environment - Updated VueUiCandlestick arena
1 parent 15bd383 commit 447e8dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestingArena/ArenaVueUiCandlestick.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const model = ref([
7171
{ key: 'style.layout.candle.widthRatio', def: 0.5, type: 'number', min: 0.1, max: 1, step: 0.1},
7272
{ key: 'style.zoom.show', def: true, type: 'checkbox'},
7373
{ key: 'style.zoom.color', def: '#CCCCCC', type: 'color'},
74+
{ key: 'style.zoom.highlightColor', def: '#4A4A4A', type: 'color' },
7475
{ key: 'style.zoom.fontSize', def: 14, type: 'number', min: 8, max: 42},
7576
{ key: 'style.zoom.useResetSlot', def: false, type: 'checkbox'},
7677
{ key: 'style.title.text', def: 'At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis', type: 'text'},

0 commit comments

Comments
 (0)