Skip to content

Commit d511073

Browse files
committed
Dev environment - Update VueUiStackbar testing arena
1 parent 2b4bc6e commit d511073

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TestingArena/ArenaVueUiStackBar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ const model = ref([
118118
{ key: 'style.chart.bars.dataLabels.suffix', def: 'S', type: 'text'},
119119
120120
{ key: 'style.chart.grid.scale.ticks', def: 10, type: 'select', options: [2, 5, 10, 20]},
121+
{ key: 'style.chart.grid.scale.scaleMin', def: null, type: 'number', min: -1000, max: 1000},
122+
{ key: 'style.chart.grid.scale.scaleMax', def: null, type: 'number', min: -1000, max: 1000},
121123
122124
{ key: 'style.chart.grid.x.showAxis', def: true, type: 'checkbox'},
123125
{ key: 'style.chart.grid.x.showHorizontalLines', def: true, type: 'checkbox'},

0 commit comments

Comments
 (0)