Skip to content

Commit 730a2ee

Browse files
committed
Dev environment - Update VueUiStackbar testing arena
1 parent 24711f1 commit 730a2ee

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

TestingArena/ArenaVueUiStackbar.vue

+4-6
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,15 @@ const dataset = computed(() => {
2121
return [
2222
{
2323
name: "Series 1",
24-
series: [
25-
10, 20, 30, 10, 20, 4, 4, 5, 99, 34, 8, 43, 2, 8, 0, 52, 5, 3, 6, 23, 9,
26-
18, 3, 5, 87, 5, 3, 5, 25, 12,
27-
],
24+
series: [1],
2825
},
2926
{
3027
name: "Series 2",
31-
series: [20, 40, -60, 20, 10],
28+
series: [0],
3229
},
3330
{
3431
name: "Series 3",
35-
series: [20, 40, 60, 20, 10],
32+
series: [0],
3633
},
3734
];
3835
});
@@ -194,6 +191,7 @@ const model = ref([
194191
{ key: 'style.chart.grid.y.axisLabels.color', def: '#1A1A1A', type: 'color'},
195192
{ key: 'style.chart.grid.y.axisLabels.fontSize', def: 14, type: 'number', min: -100, max: 100},
196193
{ key: 'style.chart.grid.y.axisLabels.bold', def: false, type: 'checkbox'},
194+
{ key: 'style.chart.grid.y.axisLabels.rounding', def: 2, type: 'number', min: 0, max: 6},
197195
198196
{ key: 'table.td.roundingValue', def: 2, type: 'number', min: 0, max: 6},
199197

0 commit comments

Comments
 (0)