Skip to content

Commit 6fd6bf1

Browse files
committed
Dev environment - VueUiRadar updated arena
1 parent f3b2226 commit 6fd6bf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestingArena/ArenaVueUiRadar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const model = ref([
6969
{ key: 'style.chart.tooltip.roundingPercentage', def: 2, type: 'range', min: 0, max: 12},
7070
{ key: 'style.chart.tooltip.animation.show', def: true, type: 'checkbox'},
7171
{ key: 'style.chart.tooltip.animation.animationFrames', def: 60, type: 'range', min: 0, max: 1000},
72+
{ key: 'style.chart.tooltip.customFormat', def: null, type: 'text'},
7273
{ key: 'style.chart.legend.show', def: true, type: 'checkbox'},
7374
{ key: 'style.chart.legend.bold', def: true, type: 'checkbox'},
7475
{ key: 'style.chart.legend.backgroundColor', def: '#FFFFFF', type: 'color'},

0 commit comments

Comments
 (0)