Skip to content

Commit 312129a

Browse files
committed
Config - Update VueUiXy config
1 parent 24a6cba commit 312129a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/useConfig.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,11 @@ export function useConfig() {
562562
area: {
563563
useGradient: true,
564564
opacity: 30
565+
},
566+
tag: {
567+
followValue: true,
568+
formatter: null,
569+
fontSize: FONT._14
565570
}
566571
},
567572
plot: {
@@ -578,6 +583,11 @@ export function useConfig() {
578583
rounding: 0,
579584
color: COLOR_BLACK,
580585
formatter: null
586+
},
587+
tag: {
588+
followValue: true,
589+
formatter: null,
590+
fontSize: FONT._14
581591
}
582592
},
583593
table: {

0 commit comments

Comments
 (0)