Commit 875c3f41 authored by liudong1993's avatar liudong1993

1

parent 8ea2f6d3
...@@ -137,7 +137,7 @@ export default { ...@@ -137,7 +137,7 @@ export default {
textStyle: { textStyle: {
color: "#969696" color: "#969696"
}, },
formatter: '{value} %', formatter: '{value}%',
margin: 20 // 标签距离y轴的距离为20 margin: 20 // 标签距离y轴的距离为20
}, },
splitLine:{ splitLine:{
......
...@@ -137,7 +137,7 @@ export default { ...@@ -137,7 +137,7 @@ export default {
textStyle: { textStyle: {
color: "#969696" color: "#969696"
}, },
formatter: '{value} %', formatter: '{value}%',
margin: 20 // 标签距离y轴的距离为20 margin: 20 // 标签距离y轴的距离为20
}, },
splitLine:{ splitLine:{
......
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
label: { label: {
show: true, show: true,
position: 'top', // 在顶部显示 position: 'top', // 在顶部显示
formatter: '{c} w' // 格式化金额,{c} 代表数据值 formatter: '{c}w' // 格式化金额,{c} 代表数据值
}, },
data: x.DetailList.map(y=>{return (y.JLR/10000).toFixed(2)}) // 绑定实时数据数组 data: x.DetailList.map(y=>{return (y.JLR/10000).toFixed(2)}) // 绑定实时数据数组
} }
......
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
label: { label: {
show: true, show: true,
position: 'top', // 在顶部显示 position: 'top', // 在顶部显示
formatter: '{c} w' // 格式化金额,{c} 代表数据值 formatter: '{c}w' // 格式化金额,{c} 代表数据值
}, },
data: x.DetailList.map(y=>{return (y.FinalProfit/10000).toFixed(2)}) // 绑定实时数据数组 data: x.DetailList.map(y=>{return (y.FinalProfit/10000).toFixed(2)}) // 绑定实时数据数组
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment