Commit 82348710 by 黄麒宇

111

parent 9f8a48d0
......@@ -28,7 +28,7 @@
background-repeat: no-repeat;
.title-text {
font-size: 0.4rem;
font-size: 0.38rem;
position: absolute;
bottom: 12px;
left: 50%;
......
......@@ -34,10 +34,9 @@ export default {
}
let color = [
"#00CED1",
"#0179b6",
"#ebe8b1",
"#284527",
"#2a770d",
"#ebe8b1",
"#dde5cb",
]
let option = {
......@@ -150,11 +149,17 @@ export default {
symbolSize: 8,
zlevel: 3,
lineStyle: {
color: "#0179b6",
color: "#ebe8b1",
shadowBlur: 3,
shadowColor: hexToRgba("#0179b6", 0.5),
shadowColor: hexToRgba("#ebe8b1", 0.5),
shadowOffsetY: 8
},
label: {
show: true,
textStyle: {
color: "#ebe8b1"
}
},
areaStyle: {
color: new echarts.graphic.LinearGradient(
0,
......
......@@ -41,7 +41,7 @@ export default {
this.config = {
data,
unit: '件',
showValue: true
showValue: false
}
})
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论