@@ -49,7 +49,7 @@ export default {
49
49
}
50
50
} ,
51
51
series : [ { type : 'bar' } , { type : 'bar' } , { type : 'bar' } ] ,
52
- color : [ primary , success , danger ]
52
+ color : [ primary , info , warning ]
53
53
} ,
54
54
pie : {
55
55
tooltip : {
@@ -70,7 +70,7 @@ export default {
70
70
type : 'pie' ,
71
71
radius : '55%' ,
72
72
center : [ '50%' , '60%' ] ,
73
- color : [ info , danger , warning , success , primary ] ,
73
+ color : [ primary , info , warning , success , primary , danger ] ,
74
74
label : {
75
75
show : false
76
76
} ,
@@ -185,14 +185,14 @@ export default {
185
185
type : 'line' ,
186
186
step : 'start' ,
187
187
data : [ 120 , 132 , 101 , 134 , 90 , 230 , 210 ] ,
188
- color : [ info ]
188
+ color : [ primary ]
189
189
} ,
190
190
{
191
191
name : 'Step Middle' ,
192
192
type : 'line' ,
193
193
step : 'middle' ,
194
194
data : [ 220 , 282 , 201 , 234 , 290 , 430 , 410 ] ,
195
- color : [ primary ]
195
+ color : [ warning ]
196
196
} ,
197
197
{
198
198
name : 'Step End' ,
@@ -265,7 +265,7 @@ export default {
265
265
}
266
266
} ,
267
267
series : [ {
268
- color : [ danger ] ,
268
+ color : [ warning ] ,
269
269
name : 'Punch Card' ,
270
270
type : 'scatter' ,
271
271
symbolSize : function ( val ) {
@@ -305,7 +305,7 @@ export default {
305
305
data : [ { value : 64 , name : 'Rate' } ] ,
306
306
axisLine : {
307
307
lineStyle : {
308
- color : [ [ 0.2 , success ] , [ 0.8 , info ] , [ 1 , danger ] ] ,
308
+ color : [ [ 0.2 , success ] , [ 0.8 , primary ] , [ 1 , warning ] ] ,
309
309
}
310
310
} ,
311
311
}
0 commit comments