Skip to content

Commit 456490f

Browse files
committed
Update formatter
1 parent c5f464a commit 456490f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestingArena/ArenaVueUiGauge.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ const config = computed(() => {
9898
...c.style.chart,
9999
legend: {
100100
...c.style.chart.legend,
101-
formatter: (val) => {
102-
return `f - ${val}`
101+
formatter: ({value}) => {
102+
return `f - ${value}`
103103
}
104104
}
105105
}

0 commit comments

Comments
 (0)