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 cbedc52 commit 793936bCopy full SHA for 793936b
src/useConfig.js
@@ -224,13 +224,13 @@ export function useConfig() {
224
labels: {
225
show: true,
226
color: COLOR_BLACK,
227
- fontSize: FONT._12,
+ fontSize: FONT._16,
228
axis: {
229
yLabel: '',
230
yLabelOffsetX: 0,
231
xLabel: '',
232
- xLabelOffsetY: 0,
233
- fontSize: FONT._12
+ xLabelOffsetY: 14,
+ fontSize: FONT._14
234
},
235
zeroLine: {
236
show: true
@@ -250,7 +250,7 @@ export function useConfig() {
250
251
252
values: [],
253
- fontSize: FONT._10,
+ fontSize: FONT._14,
254
showOnlyFirstAndLast: false,
255
showOnlyAtModulo: false,
256
modulo: 12,
0 commit comments