94436f1e by xiaomiao

miaofang

1 parent c2a44baf
......@@ -40,9 +40,9 @@ export default {
right: "1%",
},
grid: {
left: "3%",
right: "6%",
bottom: "8%",
left: "5%",
right: "7%",
bottom: "10%",
containLabel: true,
},
xAxis: {
......@@ -81,18 +81,13 @@ export default {
name: "成功",
type: "bar",
stack: "总量",
barWidth: 30,
barWidth: 20,
itemStyle: {
normal: {
color: "#6601FF",
},
},
label: {
normal: {
show: true,
position: "insideRight",
},
},
z: 10,
data: newData.barData,
},
......@@ -105,15 +100,6 @@ export default {
color: "#00F0FF",
},
},
label: {
normal: {
show: true,
position: "insideRight",
textStyle: {
color: "#6601FF",
},
},
},
z: 5,
data: newData.lineData,
},
......
......@@ -78,9 +78,10 @@ export default {
line-height: 70px;
font-size: 40px;
text-align: center;
color:rgb(246, 246, 229);
}
p:nth-child(2) {
color: rgb(180, 178, 178);
color: rgb(223, 213, 81);
}
}
.text2 {
......