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 @@ -91,7 +91,7 @@ export default {
91
91
yaxis : {
92
92
labels : {
93
93
style : {
94
- color : colors . textColor ,
94
+ colors : colors . textColor ,
95
95
} ,
96
96
} ,
97
97
} ,
@@ -182,7 +182,7 @@ export default {
182
182
yaxis : {
183
183
labels : {
184
184
style : {
185
- color : colors . textColor ,
185
+ colors : colors . textColor ,
186
186
} ,
187
187
} ,
188
188
} ,
@@ -391,7 +391,7 @@ export default {
391
391
} ,
392
392
labels : {
393
393
style : {
394
- color : colors . textColor ,
394
+ colors : colors . textColor ,
395
395
} ,
396
396
} ,
397
397
} ,
@@ -521,7 +521,7 @@ export default {
521
521
} ,
522
522
labels : {
523
523
style : {
524
- color : colors . blue ,
524
+ colors : colors . blue ,
525
525
} ,
526
526
} ,
527
527
title : {
@@ -547,7 +547,7 @@ export default {
547
547
} ,
548
548
labels : {
549
549
style : {
550
- color : colors . green ,
550
+ colors : colors . green ,
551
551
} ,
552
552
} ,
553
553
title : {
@@ -569,7 +569,7 @@ export default {
569
569
} ,
570
570
labels : {
571
571
style : {
572
- color : colors . orange ,
572
+ colors : colors . orange ,
573
573
} ,
574
574
} ,
575
575
title : {
@@ -793,7 +793,7 @@ export default {
793
793
yaxis : {
794
794
labels : {
795
795
style : {
796
- color : colors . textColor ,
796
+ colors : colors . textColor ,
797
797
} ,
798
798
} ,
799
799
} ,
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export const chartData = {
64
64
yaxis : {
65
65
labels : {
66
66
style : {
67
- color : colors . textColor ,
67
+ colors : colors . textColor ,
68
68
} ,
69
69
} ,
70
70
} ,
@@ -74,6 +74,11 @@ export const chartData = {
74
74
grid : {
75
75
borderColor : colors . gridLineColor ,
76
76
} ,
77
+ legend : {
78
+ labels : {
79
+ colors : colors . textColor ,
80
+ } ,
81
+ } ,
77
82
} ,
78
83
} ,
79
84
pie : {
You can’t perform that action at this time.
0 commit comments