@@ -89,7 +89,7 @@ export default {
89
89
}
90
90
}
91
91
} ,
92
- colors : [ primary ]
92
+ colors : [ config . app . colors . primary ]
93
93
}
94
94
} ,
95
95
area : {
@@ -119,7 +119,7 @@ export default {
119
119
chart : {
120
120
stacked : true ,
121
121
} ,
122
- colors : [ primary , success , gray ] ,
122
+ colors : [ primary , success , config . app . colors . secondary ] ,
123
123
dataLabels : {
124
124
enabled : false
125
125
} ,
@@ -166,7 +166,7 @@ export default {
166
166
data : [ 2.3 , 3.1 , 4.0 , 10.1 , 4.0 , 3.6 , 3.2 , 2.3 , 1.4 , 0.8 , 0.5 , 0.2 ]
167
167
} ] ,
168
168
options : {
169
- colors : [ info ] ,
169
+ colors : [ primary ] ,
170
170
chart : {
171
171
height : 350 ,
172
172
type : 'bar' ,
@@ -368,7 +368,7 @@ export default {
368
368
dataLabels : {
369
369
enabled : false
370
370
} ,
371
- colors : [ primary , info , success ] ,
371
+ colors : [ primary , config . app . colors . default , success ] ,
372
372
stroke : {
373
373
width : [ 1 , 1 , 4 ]
374
374
} ,
@@ -426,17 +426,17 @@ export default {
426
426
} ,
427
427
axisBorder : {
428
428
show : true ,
429
- color : info
429
+ color : success
430
430
} ,
431
431
labels : {
432
432
style : {
433
- color : info ,
433
+ color : success ,
434
434
}
435
435
} ,
436
436
title : {
437
437
text : "Operating Cashflow (thousand crores)" ,
438
438
style : {
439
- color : info ,
439
+ color : success ,
440
440
}
441
441
} ,
442
442
} ,
@@ -448,17 +448,17 @@ export default {
448
448
} ,
449
449
axisBorder : {
450
450
show : true ,
451
- color : success
451
+ color : primary
452
452
} ,
453
453
labels : {
454
454
style : {
455
- color : success ,
455
+ color : primary ,
456
456
} ,
457
457
} ,
458
458
title : {
459
459
text : "Revenue (thousand crores)" ,
460
460
style : {
461
- color : success ,
461
+ color : primary ,
462
462
}
463
463
}
464
464
} ,
@@ -504,7 +504,7 @@ export default {
504
504
show : false ,
505
505
width : 0
506
506
} ,
507
- colors : [ info , success , warning , danger , primary ] ,
507
+ colors : [ primary , success , warning , danger , info ] ,
508
508
}
509
509
} ,
510
510
donut : {
@@ -530,7 +530,7 @@ export default {
530
530
show : false ,
531
531
width : 0
532
532
} ,
533
- colors : [ info , success , warning , danger , primary ] ,
533
+ colors : [ primary , success , warning , danger , config . app . colors . default ] ,
534
534
}
535
535
} ,
536
536
radial : {
@@ -543,7 +543,7 @@ export default {
543
543
color : textColor
544
544
}
545
545
} ,
546
- colors : [ primary , success , warning , danger ] ,
546
+ colors : [ primary , success , warning , danger , config . app . colors . default ] ,
547
547
plotOptions : {
548
548
radialBar : {
549
549
dataLabels : {
@@ -655,7 +655,7 @@ export default {
655
655
from : - 30 ,
656
656
to : 5 ,
657
657
name : 'low' ,
658
- color : success
658
+ color : primary
659
659
} ,
660
660
{
661
661
from : 6 ,
0 commit comments