Commit f259c64d by huangqy

1111

parent 82348710
...@@ -34,7 +34,7 @@ export default { ...@@ -34,7 +34,7 @@ export default {
} }
let color = [ let color = [
"#00CED1", "#00CED1",
"#ebe8b1", "#FFB90F",
"#284527", "#284527",
"#2a770d", "#2a770d",
"#dde5cb", "#dde5cb",
...@@ -149,15 +149,15 @@ export default { ...@@ -149,15 +149,15 @@ export default {
symbolSize: 8, symbolSize: 8,
zlevel: 3, zlevel: 3,
lineStyle: { lineStyle: {
color: "#ebe8b1", color: "#FFB90F",
shadowBlur: 3, shadowBlur: 3,
shadowColor: hexToRgba("#ebe8b1", 0.5), shadowColor: hexToRgba("#FFB90F", 0.5),
shadowOffsetY: 8 shadowOffsetY: 8
}, },
label: { label: {
show: true, show: true,
textStyle: { textStyle: {
color: "#ebe8b1" color: "#FFB90F"
} }
}, },
areaStyle: { areaStyle: {
......
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
distance: '15', distance: '15',
align: 'left', align: 'left',
verticalAlign: 'middle', verticalAlign: 'middle',
rotate: '90', rotate: '0',
fontSize: 14, fontSize: 14,
rich: { rich: {
name: {} name: {}
......
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
this.config = { this.config = {
data, data,
unit: '件', unit: '件',
showValue: false showValue: true
} }
}) })
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论