|
|
|
@ -2011,10 +2011,10 @@ const loss = (res, ids) => {
|
|
|
|
|
let sum = 0;
|
|
|
|
|
|
|
|
|
|
let barTopColor = [
|
|
|
|
|
"rgba(10,50,220)",
|
|
|
|
|
"#55F675",
|
|
|
|
|
];
|
|
|
|
|
let barBottomColor = [
|
|
|
|
|
"rgba(40,140,210)",
|
|
|
|
|
"#55F675",
|
|
|
|
|
];
|
|
|
|
|
let Res =
|
|
|
|
|
{
|
|
|
|
@ -2265,7 +2265,7 @@ const equipmentFailure = (res, ids) => {
|
|
|
|
|
itemStyle: {
|
|
|
|
|
normal: {
|
|
|
|
|
color: function (params) {
|
|
|
|
|
return "rgba(10,50,220)";
|
|
|
|
|
return "#B78E45";
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
@ -2282,11 +2282,11 @@ const equipmentFailure = (res, ids) => {
|
|
|
|
|
return new echarts.graphic.LinearGradient(1, 0, 0, 0, [
|
|
|
|
|
{
|
|
|
|
|
offset: 1,
|
|
|
|
|
color: "rgba(10,50,220)",
|
|
|
|
|
color: "#DE9405",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
offset: 0,
|
|
|
|
|
color: "rgba(40,140,210)",
|
|
|
|
|
color: "#B78E45",
|
|
|
|
|
},
|
|
|
|
|
]);
|
|
|
|
|
},
|
|
|
|
|