Commit 82348710 by 黄麒宇

111

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