|
|
@ -520,7 +520,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
center:['55%','40%'],//饼图位置 |
|
|
center:['55%','40%'],//饼图位置 |
|
|
type: 'pie', |
|
|
type: 'pie', |
|
|
radius: '60%',//饼图半径大小 |
|
|
|
|
|
|
|
|
radius: '50%',//饼图半径大小 |
|
|
label:{ //饼图图形上的文本标签 |
|
|
label:{ //饼图图形上的文本标签 |
|
|
normal:{ |
|
|
normal:{ |
|
|
show:true, |
|
|
show:true, |
|
|
@ -594,7 +594,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
center:['55%','40%'],//饼图位置 |
|
|
center:['55%','40%'],//饼图位置 |
|
|
type: 'pie', |
|
|
type: 'pie', |
|
|
radius: '60%',//饼图半径大小 |
|
|
|
|
|
|
|
|
radius: '50%',//饼图半径大小 |
|
|
label:{ //饼图图形上的文本标签 |
|
|
label:{ //饼图图形上的文本标签 |
|
|
normal:{ |
|
|
normal:{ |
|
|
show:true, |
|
|
show:true, |
|
|
@ -661,7 +661,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
center:['55%','40%'],//饼图位置 |
|
|
center:['55%','40%'],//饼图位置 |
|
|
type: 'pie', |
|
|
type: 'pie', |
|
|
radius: '60%',//饼图半径大小 |
|
|
|
|
|
|
|
|
radius: '50%',//饼图半径大小 |
|
|
label:{ //饼图图形上的文本标签 |
|
|
label:{ //饼图图形上的文本标签 |
|
|
normal:{ |
|
|
normal:{ |
|
|
show:true, |
|
|
show:true, |
|
|
@ -683,14 +683,14 @@ export default { |
|
|
color: '#91CC75' |
|
|
color: '#91CC75' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
name: '内部人力工作量'}, |
|
|
|
|
|
|
|
|
name: '内部人力'}, |
|
|
{value: this.selProject.planOutUserWorkload, |
|
|
{value: this.selProject.planOutUserWorkload, |
|
|
itemStyle: { |
|
|
itemStyle: { |
|
|
normal:{ |
|
|
normal:{ |
|
|
color: '#3BA272' |
|
|
color: '#3BA272' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
name: '外购人力工作量'}, |
|
|
|
|
|
|
|
|
name: '外购人力'}, |
|
|
], |
|
|
], |
|
|
emphasis: { |
|
|
emphasis: { |
|
|
itemStyle: { |
|
|
itemStyle: { |
|
|
@ -716,11 +716,11 @@ export default { |
|
|
type: 'shadow' // 默认为直线,可选为:'line' | 'shadow' |
|
|
type: 'shadow' // 默认为直线,可选为:'line' | 'shadow' |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
yAxis: { |
|
|
|
|
|
|
|
|
xAxis: { |
|
|
type: 'category', |
|
|
type: 'category', |
|
|
data: ['产品数', '迭代数'] |
|
|
data: ['产品数', '迭代数'] |
|
|
}, |
|
|
}, |
|
|
xAxis: { |
|
|
|
|
|
|
|
|
yAxis: { |
|
|
type: 'value' |
|
|
type: 'value' |
|
|
}, |
|
|
}, |
|
|
series: [{ |
|
|
series: [{ |
|
|
|