Browse Source

111

feature
李素 1 year ago
parent
commit
b17c0969aa
  1. 30
      src/views/modules/home/index.vue

30
src/views/modules/home/index.vue

@ -254,33 +254,7 @@ export default {
myChart: {},
myBarchart: {},
agencyLevel: '',
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
],
yData: [],
myChartStyle: { float: "left", width: "140%", height: "100%" },
}
},
@ -724,7 +698,6 @@ export default {
type: 'shadow'
}
},
legend: {
x: 'center',
bottom: '8%',
@ -767,6 +740,7 @@ export default {
name: '分类信息不完整数',
type: 'bar',
stack: '总量',
barWidth: '30px',
data: data.categoryStatsDatas.map((item, index) => ({
value: item.nonIntegratedNum,
extraProperty: item.resiCategory

Loading…
Cancel
Save