Skip to content

Commit 446d6bc

Browse files
committed
Config - Update VueUiXyCanvas config
1 parent 3c254a3 commit 446d6bc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/useConfig.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3677,7 +3677,8 @@ export function useConfig() {
36773677
offsetX: 0,
36783678
rounding: 1,
36793679
prefix: '',
3680-
suffix: ''
3680+
suffix: '',
3681+
bold: false,
36813682
},
36823683
verticalLines: {
36833684
show: true,
@@ -3693,7 +3694,8 @@ export function useConfig() {
36933694
rotation: 0,
36943695
offsetY: 30,
36953696
color: COLOR_BLACK,
3696-
modulo: 12
3697+
modulo: 12,
3698+
bold: false,
36973699
}
36983700
},
36993701
x: {
@@ -3734,7 +3736,8 @@ export function useConfig() {
37343736
useSerieColor: true,
37353737
color: COLOR_BLACK,
37363738
offsetY: -12,
3737-
formatter: null
3739+
formatter: null,
3740+
bold: true
37383741
},
37393742
paddingProportions: {
37403743
top: 0.1,

0 commit comments

Comments
 (0)