Skip to content

Commit eb817c1

Browse files
committed
Dev environment - Update VueUiVerticalBar testing arena
1 parent 56cc569 commit eb817c1

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
@@ -203,7 +203,7 @@ const config = computed(() => {
203203
...c.style.chart.layout.bars.dataLabels.value,
204204
formatter: ({value, config}) => {
205205
// console.log(config)
206-
return `f - ${value}`
206+
return `f | ${value}`
207207
}
208208
}
209209
}

0 commit comments

Comments
 (0)