File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ export default {
77
77
yaxis : {
78
78
labels : {
79
79
style : {
80
- color : colors . textColor
80
+ colors : colors . textColor
81
81
}
82
82
}
83
- } ,
83
+ } ,
84
84
tooltip : {
85
85
theme : 'dark'
86
86
} ,
@@ -159,7 +159,7 @@ export default {
159
159
yaxis : {
160
160
labels : {
161
161
style : {
162
- color : colors . textColor
162
+ colors : colors . textColor
163
163
}
164
164
}
165
165
} ,
@@ -316,12 +316,12 @@ export default {
316
316
max : 5 ,
317
317
title : {
318
318
style : {
319
- color : colors . textColor
319
+ colors : colors . textColor
320
320
}
321
321
} ,
322
322
labels : {
323
323
style : {
324
- color : colors . textColor
324
+ colors : colors . textColor
325
325
}
326
326
}
327
327
} ,
@@ -421,7 +421,7 @@ export default {
421
421
} ,
422
422
labels : {
423
423
style : {
424
- color : colors . blue ,
424
+ colors : colors . blue ,
425
425
}
426
426
} ,
427
427
title : {
@@ -447,7 +447,7 @@ export default {
447
447
} ,
448
448
labels : {
449
449
style : {
450
- color : colors . green ,
450
+ colors : colors . green ,
451
451
}
452
452
} ,
453
453
title : {
@@ -469,7 +469,7 @@ export default {
469
469
} ,
470
470
labels : {
471
471
style : {
472
- color : colors . orange ,
472
+ colors : colors . orange ,
473
473
} ,
474
474
} ,
475
475
title : {
Original file line number Diff line number Diff line change @@ -257,6 +257,11 @@ export default {
257
257
gridLineColor : colors . gridLineColor
258
258
} ,
259
259
yAxis : {
260
+ labels : {
261
+ style : {
262
+ color : colors . textColor
263
+ }
264
+ } ,
260
265
title : {
261
266
text : null
262
267
} ,
You can’t perform that action at this time.
0 commit comments