Skip to content

Commit 793936b

Browse files
committed
Config - Increase default font size for VueUiXy axis labels
1 parent cbedc52 commit 793936b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/useConfig.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,13 @@ export function useConfig() {
224224
labels: {
225225
show: true,
226226
color: COLOR_BLACK,
227-
fontSize: FONT._12,
227+
fontSize: FONT._16,
228228
axis: {
229229
yLabel: '',
230230
yLabelOffsetX: 0,
231231
xLabel: '',
232-
xLabelOffsetY: 0,
233-
fontSize: FONT._12
232+
xLabelOffsetY: 14,
233+
fontSize: FONT._14
234234
},
235235
zeroLine: {
236236
show: true
@@ -250,7 +250,7 @@ export function useConfig() {
250250
color: COLOR_BLACK,
251251
show: true,
252252
values: [],
253-
fontSize: FONT._10,
253+
fontSize: FONT._14,
254254
showOnlyFirstAndLast: false,
255255
showOnlyAtModulo: false,
256256
modulo: 12,

0 commit comments

Comments
 (0)