Skip to content

Commit 73061ba

Browse files
committed
Config - Update VueUiRelationCircle config
1 parent d5a6847 commit 73061ba

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/useConfig.js

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,8 +2561,16 @@ export function useConfig() {
25612561
color: COLOR_BLACK,
25622562
fontSize: FONT._10
25632563
},
2564+
weightLabels: {
2565+
size: 8,
2566+
show: true,
2567+
formatter: null,
2568+
prefix: '',
2569+
suffix: '',
2570+
rounding: 0
2571+
},
25642572
links: {
2565-
curved: true,
2573+
curved: false,
25662574
maxWidth: 3
25672575
},
25682576
circle: {
@@ -2572,7 +2580,8 @@ export function useConfig() {
25722580
offsetY: 0
25732581
},
25742582
plot: {
2575-
radius: 2,
2583+
radius: 3,
2584+
useSerieColor: true,
25762585
color: COLOR_BLACK
25772586
},
25782587
title: TITLE

0 commit comments

Comments
 (0)