Commit 875c3f41 authored by liudong1993's avatar liudong1993

1

parent 8ea2f6d3
......@@ -137,7 +137,7 @@ export default {
textStyle: {
color: "#969696"
},
formatter: '{value} %',
formatter: '{value}%',
margin: 20 // 标签距离y轴的距离为20
},
splitLine:{
......
......@@ -137,7 +137,7 @@ export default {
textStyle: {
color: "#969696"
},
formatter: '{value} %',
formatter: '{value}%',
margin: 20 // 标签距离y轴的距离为20
},
splitLine:{
......
......@@ -69,7 +69,7 @@ export default {
label: {
show: true,
position: 'top', // 在顶部显示
formatter: '{c} w' // 格式化金额,{c} 代表数据值
formatter: '{c}w' // 格式化金额,{c} 代表数据值
},
data: x.DetailList.map(y=>{return (y.JLR/10000).toFixed(2)}) // 绑定实时数据数组
}
......
......@@ -69,7 +69,7 @@ export default {
label: {
show: true,
position: 'top', // 在顶部显示
formatter: '{c} w' // 格式化金额,{c} 代表数据值
formatter: '{c}w' // 格式化金额,{c} 代表数据值
},
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