|
|
@ -32,9 +32,8 @@ export class DeleteTwoComponent implements OnInit { |
|
|
|
|
|
|
|
|
|
|
|
ngOnInit(): void { |
|
|
|
ngOnInit(): void { |
|
|
|
this.dateInit() |
|
|
|
this.dateInit() |
|
|
|
this.echartsData.tableTooltipNoShow2 |
|
|
|
|
|
|
|
window.setTimeout(()=>{ |
|
|
|
window.setTimeout(()=>{ |
|
|
|
console.log(this.selectType) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.headZhexian('heads','删除数量总统计',this.datayuex,this.datayuey) |
|
|
|
this.headZhexian('heads','删除数量总统计',this.datayuex,this.datayuey) |
|
|
|
this.headZhexian('leftOne','高层',this.datayuex,this.datayuey) |
|
|
|
this.headZhexian('leftOne','高层',this.datayuex,this.datayuey) |
|
|
@ -186,10 +185,11 @@ export class DeleteTwoComponent implements OnInit { |
|
|
|
trigger: 'axis', |
|
|
|
trigger: 'axis', |
|
|
|
formatter: (params)=>{ |
|
|
|
formatter: (params)=>{ |
|
|
|
return this.biaogeTishi(`${headtext}`) |
|
|
|
return this.biaogeTishi(`${headtext}`) |
|
|
|
} , |
|
|
|
}, |
|
|
|
backgroundColor:'rgba(255,255,255,1)',//通过设置rgba调节背景颜色与透明度
|
|
|
|
backgroundColor:'rgba(255,255,255,1)',//通过设置rgba调节背景颜色与透明度
|
|
|
|
borderWidth:'1', |
|
|
|
borderWidth:'1', |
|
|
|
borderRadius :'0' |
|
|
|
borderRadius :'0', |
|
|
|
|
|
|
|
position: this.echartsData.tableTooltipNoShow |
|
|
|
}, |
|
|
|
}, |
|
|
|
xAxis: { |
|
|
|
xAxis: { |
|
|
|
type: 'category', |
|
|
|
type: 'category', |
|
|
@ -254,7 +254,6 @@ export class DeleteTwoComponent implements OnInit { |
|
|
|
this.echartsData.statefulInspectionName =params.name+headtext; |
|
|
|
this.echartsData.statefulInspectionName =params.name+headtext; |
|
|
|
this.router.navigateByUrl(`/statisticanalysis/delete_one/delete_there`); |
|
|
|
this.router.navigateByUrl(`/statisticanalysis/delete_one/delete_there`); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
this.headZx.setOption(options); |
|
|
|
this.headZx.setOption(options); |
|
|
|
} |
|
|
|
} |
|
|
|