|
@@ -169,10 +169,13 @@
|
|
|
extra: {
|
|
|
arcbar: {
|
|
|
width: 6,
|
|
|
- backgroundColor: "#BEE0FF",
|
|
|
- startAngle: 0,
|
|
|
- endAngle: 1.5,
|
|
|
+ direction:"ccw",
|
|
|
+ startAngle: 1.5,
|
|
|
+ endAngle: 1.51,
|
|
|
gap: 2,
|
|
|
+ backgroundColor: "#373745",
|
|
|
+ linearType:"custom",
|
|
|
+ customColor:["#0183FA"],
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -188,10 +191,13 @@
|
|
|
extra: {
|
|
|
arcbar: {
|
|
|
width: 6,
|
|
|
- backgroundColor: "#B1FCBE",
|
|
|
- startAngle: 0,
|
|
|
- endAngle: 1.5,
|
|
|
+ direction:"ccw",
|
|
|
+ startAngle: 1.5,
|
|
|
+ endAngle: 1.51,
|
|
|
gap: 2,
|
|
|
+ backgroundColor: "#373745",
|
|
|
+ linearType:"custom",
|
|
|
+ customColor:["#16BF32"],
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -207,10 +213,13 @@
|
|
|
extra: {
|
|
|
arcbar: {
|
|
|
width: 6,
|
|
|
- backgroundColor: "#C0F5F3",
|
|
|
- startAngle: 0,
|
|
|
- endAngle: 1.5,
|
|
|
+ direction:"ccw",
|
|
|
+ startAngle: 1.5,
|
|
|
+ endAngle: 1.51,
|
|
|
gap: 2,
|
|
|
+ backgroundColor: "#373745",
|
|
|
+ linearType:"custom",
|
|
|
+ customColor:["#03D8D0"],
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -226,10 +235,13 @@
|
|
|
extra: {
|
|
|
arcbar: {
|
|
|
width: 6,
|
|
|
- backgroundColor: "#FFC0A7",
|
|
|
- startAngle: 0,
|
|
|
- endAngle: 1.5,
|
|
|
+ direction:"ccw",
|
|
|
+ startAngle: 1.5,
|
|
|
+ endAngle: 1.51,
|
|
|
gap: 2,
|
|
|
+ backgroundColor: "#373745",
|
|
|
+ linearType:"custom",
|
|
|
+ customColor:["#FF4800"],
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -245,10 +257,13 @@
|
|
|
extra: {
|
|
|
arcbar: {
|
|
|
width: 6,
|
|
|
- backgroundColor: "#FF9898",
|
|
|
- startAngle: 0,
|
|
|
- endAngle: 1.5,
|
|
|
+ direction:"ccw",
|
|
|
+ startAngle: 1.5,
|
|
|
+ endAngle: 1.51,
|
|
|
gap: 2,
|
|
|
+ backgroundColor: "#373745",
|
|
|
+ linearType:"custom",
|
|
|
+ customColor:["#FF5F5F"],
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -264,10 +279,13 @@
|
|
|
extra: {
|
|
|
arcbar: {
|
|
|
width: 6,
|
|
|
- backgroundColor: "#FFDDB5",
|
|
|
- startAngle: 0,
|
|
|
- endAngle: 1.5,
|
|
|
+ direction:"ccw",
|
|
|
+ startAngle: 1.5,
|
|
|
+ endAngle: 1.51,
|
|
|
gap: 2,
|
|
|
+ backgroundColor: "#373745",
|
|
|
+ linearType:"custom",
|
|
|
+ customColor:["#FF8C00"],
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -354,7 +372,7 @@
|
|
|
if (data.code == 200) {
|
|
|
self.dataList=data.data.reportBsCageRateList;
|
|
|
let nameList=['总数','空闲','预约','锁定','消杀','维修']
|
|
|
- let colorList=['#0183FA','#16BF32','#03D8D0','#FF4800','#FF5F5F','#FF8C00']
|
|
|
+ let colorList=['#B5DEFC','#9FF7B2','#B5F2F0','#FFBCA2','#FC9893','#FFDCB5']
|
|
|
let numList=[
|
|
|
data.data.reportBsCageRateList[0].appointNum/100,
|
|
|
data.data.reportBsCageRateList[0].freeNum/100,
|