Skip to content

Commit 45a7608

Browse files
committed
Dev environment - Update VueUiStackbar testing arena
1 parent 7a31ae9 commit 45a7608

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

TestingArena/ArenaVueUiStackBar.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const dataset = ref([
4141
]);
4242
4343
const model = ref([
44-
{ key: 'locale', def: '', type: 'select', options: ['', 'en-US', 'en-GB', 'fr-FR', 'de-DE', 'ar-SA']},
44+
{ key: 'orientation', def: 'vertical', type:'select', options: ['vertical', 'horizontal']},
4545
{ key: 'responsive', def: false, type: 'checkbox'},
4646
{ key: 'theme', def: '', type: 'select', options: ['', 'zen', 'hack', 'concrete']},
4747
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
@@ -169,10 +169,9 @@ const config = computed(() => {
169169
...c.style.chart.bars,
170170
dataLabels: {
171171
...c.style.chart.bars.dataLabels,
172-
formatter: ({value, config}) => {
173-
// console.log(config)
174-
return `f | ${value}`
175-
}
172+
// formatter: ({value, config}) => {
173+
// return `f | ${value}`
174+
// }
176175
}
177176
},
178177
grid: {

0 commit comments

Comments
 (0)