调整基站接口
This commit is contained in:
@@ -112,7 +112,7 @@ function initPicture() {
|
||||
value: [upValue, downValue],
|
||||
};
|
||||
|
||||
var color = ['rgba(230, 234, 101', 'rgba(92, 123, 217'];
|
||||
var color = ['rgba(7,217,162', 'rgba(92, 123, 217'];
|
||||
var lineY: any = [];
|
||||
|
||||
for (var i = 0; i < charts.names.length; i++) {
|
||||
@@ -133,7 +133,7 @@ function initPicture() {
|
||||
},
|
||||
{
|
||||
offset: 1,
|
||||
color: color[x] + ', 0)',
|
||||
color: color[x] + ', 0.5)',
|
||||
},
|
||||
]),
|
||||
shadowColor: 'rgba(0, 0, 0, 0.1)',
|
||||
|
||||
Reference in New Issue
Block a user