Skip to content

Commit 5472389

Browse files
committed
Dev environment - Update VueUiVerticalBar testing arena
1 parent 113c5e0 commit 5472389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestingArena/ArenaVueUiVerticalBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const model = ref([
117117
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
118118
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
119119
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
120-
{ key: 'style.chart.layout.bars.sort', def: 'desc', type: 'select', options: ['asc', 'desc']},
120+
{ key: 'style.chart.layout.bars.sort', def: 'desc', type: 'select', options: ['asc', 'desc', 'none']},
121121
{ key: 'style.chart.layout.bars.useStroke', def: false, type: 'checkbox'},
122122
{ key: 'style.chart.layout.bars.strokeWidth', def: 2, type: 'number', min: 0, max: 12},
123123
{ key: 'style.chart.layout.bars.height', def: 32, type: 'number', min: 12, max: 64},

0 commit comments

Comments
 (0)