Skip to content

Commit 9fb65aa

Browse files
committed
Config - Update VueUiGauge config
1 parent e01283c commit 9fb65aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/useConfig.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,13 @@ export function useConfig() {
11371137
prefix: '',
11381138
suffix: '',
11391139
},
1140+
segmentSeparators: {
1141+
show: false,
1142+
offsetOut: 0,
1143+
offsetIn: 0,
1144+
stroke: COLOR_BLACK,
1145+
strokeWidth: 2
1146+
},
11401147
segmentNames: {
11411148
show: true,
11421149
curved: true,

0 commit comments

Comments
 (0)