|
@ -254,33 +254,7 @@ export default { |
|
|
myChart: {}, |
|
|
myChart: {}, |
|
|
myBarchart: {}, |
|
|
myBarchart: {}, |
|
|
agencyLevel: '', |
|
|
agencyLevel: '', |
|
|
yData: [ |
|
|
yData: [], |
|
|
// { |
|
|
|
|
|
// value: 720, |
|
|
|
|
|
// itemStyle: { |
|
|
|
|
|
// color: { |
|
|
|
|
|
// type: 'linear', |
|
|
|
|
|
// x: 0, |
|
|
|
|
|
// y: 0, |
|
|
|
|
|
// x2: 0, |
|
|
|
|
|
// y2: 1, |
|
|
|
|
|
// colorStops: [{ |
|
|
|
|
|
// offset: 0, color: '#2D7DF2' // 上部颜色 |
|
|
|
|
|
// }, { |
|
|
|
|
|
// offset: 0.45, color: '#7EB1FE' // 中部颜色 |
|
|
|
|
|
// }, { |
|
|
|
|
|
// offset: 0.45, color: '#EFB632' // 中部颜色 |
|
|
|
|
|
// }, { |
|
|
|
|
|
// offset: 1, color: '#FDD77D' // 下部颜色 |
|
|
|
|
|
// }], |
|
|
|
|
|
// global: false // 默认为 false |
|
|
|
|
|
// }, |
|
|
|
|
|
// shadowColor: "#91cc75", |
|
|
|
|
|
// borderType: "dashed", |
|
|
|
|
|
// // opacity: 0.5 |
|
|
|
|
|
// } |
|
|
|
|
|
// },725,165,765,742,710,720,730,735,762,754 |
|
|
|
|
|
], |
|
|
|
|
|
myChartStyle: { float: "left", width: "140%", height: "100%" }, |
|
|
myChartStyle: { float: "left", width: "140%", height: "100%" }, |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
@ -724,7 +698,6 @@ export default { |
|
|
type: 'shadow' |
|
|
type: 'shadow' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
legend: { |
|
|
legend: { |
|
|
x: 'center', |
|
|
x: 'center', |
|
|
bottom: '8%', |
|
|
bottom: '8%', |
|
@ -767,6 +740,7 @@ export default { |
|
|
name: '分类信息不完整数', |
|
|
name: '分类信息不完整数', |
|
|
type: 'bar', |
|
|
type: 'bar', |
|
|
stack: '总量', |
|
|
stack: '总量', |
|
|
|
|
|
barWidth: '30px', |
|
|
data: data.categoryStatsDatas.map((item, index) => ({ |
|
|
data: data.categoryStatsDatas.map((item, index) => ({ |
|
|
value: item.nonIntegratedNum, |
|
|
value: item.nonIntegratedNum, |
|
|
extraProperty: item.resiCategory |
|
|
extraProperty: item.resiCategory |
|
|