Commit 0c555ea9 authored by 张俊's avatar 张俊

首页环图

parent 2c519d67
...@@ -1678,8 +1678,9 @@ export default { ...@@ -1678,8 +1678,9 @@ export default {
name: "", name: "",
type: "pie", type: "pie",
clockWise: false, clockWise: false,
radius: [51, 55], radius: [52, 54],
center: ["51%", "45%"], center: ["51%", "45%"],
z:5,
hoverAnimation: false, hoverAnimation: false,
itemStyle: { itemStyle: {
normal: { normal: {
...@@ -1705,7 +1706,48 @@ export default { ...@@ -1705,7 +1706,48 @@ export default {
} }
}, },
data: data data: data
} },
{
type:'pie',
z:4,
center:['51%','45%'],
radius:['43%','63%'],
hoverAnimation:false,
avoidLabelOverlap: false,
label: {
normal: {
show: false
},
emphasis: {
show: false
}
},
labelLine: {
normal: {
show: false
},
emphasis: {
show: false
}
},
tooltip: {
show: false
},
itemStyle: {
normal: {
color:'#f6f7fc'
}
},
emphasis:{
show:false,
itemStyle:{
color:'#f6f7fc'
}
},
data: [{
value: 1,
}],
}
]; ];
var options = { var options = {
......
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