We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c254a3 commit 446d6bcCopy full SHA for 446d6bc
src/useConfig.js
@@ -3677,7 +3677,8 @@ export function useConfig() {
3677
offsetX: 0,
3678
rounding: 1,
3679
prefix: '',
3680
- suffix: ''
+ suffix: '',
3681
+ bold: false,
3682
},
3683
verticalLines: {
3684
show: true,
@@ -3693,7 +3694,8 @@ export function useConfig() {
3693
3694
rotation: 0,
3695
offsetY: 30,
3696
color: COLOR_BLACK,
- modulo: 12
3697
+ modulo: 12,
3698
3699
}
3700
3701
x: {
@@ -3734,7 +3736,8 @@ export function useConfig() {
3734
3736
useSerieColor: true,
3735
3737
3738
offsetY: -12,
- formatter: null
3739
+ formatter: null,
3740
+ bold: true
3741
3742
paddingProportions: {
3743
top: 0.1,
0 commit comments