调整基站接口

This commit is contained in:
lai
2024-01-31 16:17:03 +08:00
parent 73e6eb5ab5
commit 641e6ecde4
5 changed files with 28 additions and 67 deletions

View File

@@ -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)',