Skip to content

Commit 5551328

Browse files
committed
Config - Update VueUiGauge config
1 parent cf61f8d commit 5551328

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/useConfig.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,15 @@ export function useConfig() {
11361136
prefix: '',
11371137
suffix: '',
11381138
},
1139+
segmentNames: {
1140+
show: true,
1141+
curved: true,
1142+
offsetRatio: 1.1,
1143+
fontSize: FONT._16,
1144+
useSerieColor: true,
1145+
color: COLOR_BLACK,
1146+
bold: false,
1147+
},
11391148
pointer: {
11401149
type: 'pointy',
11411150
size: 1,

0 commit comments

Comments
 (0)