Skip to content

Commit 92d7d1d

Browse files
Change charts axis font color
1 parent 44badbb commit 92d7d1d

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

src/pages/charts/apex/mock.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ export default {
7777
yaxis: {
7878
labels: {
7979
style: {
80-
color: colors.textColor
80+
colors: colors.textColor
8181
}
8282
}
83-
},
83+
},
8484
tooltip: {
8585
theme: 'dark'
8686
},
@@ -159,7 +159,7 @@ export default {
159159
yaxis: {
160160
labels: {
161161
style: {
162-
color: colors.textColor
162+
colors: colors.textColor
163163
}
164164
}
165165
},
@@ -316,12 +316,12 @@ export default {
316316
max: 5,
317317
title: {
318318
style: {
319-
color: colors.textColor
319+
colors: colors.textColor
320320
}
321321
},
322322
labels: {
323323
style: {
324-
color: colors.textColor
324+
colors: colors.textColor
325325
}
326326
}
327327
},
@@ -421,7 +421,7 @@ export default {
421421
},
422422
labels: {
423423
style: {
424-
color: colors.blue,
424+
colors: colors.blue,
425425
}
426426
},
427427
title: {
@@ -447,7 +447,7 @@ export default {
447447
},
448448
labels: {
449449
style: {
450-
color: colors.green,
450+
colors: colors.green,
451451
}
452452
},
453453
title: {
@@ -469,7 +469,7 @@ export default {
469469
},
470470
labels: {
471471
style: {
472-
color: colors.orange,
472+
colors: colors.orange,
473473
},
474474
},
475475
title: {

src/pages/charts/highcharts/mock.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,11 @@ export default {
257257
gridLineColor: colors.gridLineColor
258258
},
259259
yAxis: {
260+
labels: {
261+
style: {
262+
color: colors.textColor
263+
}
264+
},
260265
title: {
261266
text: null
262267
},

0 commit comments

Comments
 (0)