Skip to content

Commit 2c9d727

Browse files
committed
Config - Update VueUiGauge config
1 parent 19c7b9a commit 2c9d727

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/useConfig.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,11 +1122,15 @@ export function useConfig() {
11221122
gradientIntensity: 20
11231123
},
11241124
markers: {
1125+
show: true,
11251126
color: COLOR_BLACK,
11261127
bold: true,
11271128
fontSizeRatio: 1,
11281129
offsetY: 0,
1129-
roundingValue: 0
1130+
roundingValue: 0,
1131+
formatter: null,
1132+
prefix: '',
1133+
suffix: '',
11301134
},
11311135
pointer: {
11321136
type: 'pointy',
@@ -1144,6 +1148,7 @@ export function useConfig() {
11441148
}
11451149
},
11461150
legend: {
1151+
show: true,
11471152
fontSize: FONT._48,
11481153
prefix: '',
11491154
suffix: '',

0 commit comments

Comments
 (0)