|
|
|
@ -25,7 +25,7 @@ export class ScheduledUpdatesComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
ngOnDestroy () { |
|
|
|
|
this.example.clear() |
|
|
|
|
//this.example.dispose()
|
|
|
|
|
this.example.dispose() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
example:any; |
|
|
|
@ -130,7 +130,7 @@ export class ScheduledUpdatesComponent implements OnInit {
|
|
|
|
|
}else{this.echartsData.zhuXname=["平均值","维护中","维护通过审核","未维护"]} |
|
|
|
|
this.router.navigateByUrl('/statisticanalysis/scheduledUpdates/PublicEcharts'); |
|
|
|
|
} |
|
|
|
|
console.log(this.echartsData.scheduledUpdatesToggle)
|
|
|
|
|
//console.log(this.echartsData.scheduledUpdatesToggle)
|
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -200,7 +200,7 @@ export class publicEchartsComponent implements OnInit {
|
|
|
|
|
//返回
|
|
|
|
|
goBack () { |
|
|
|
|
this.echartsData.scheduledUpdatesToggle-- |
|
|
|
|
console.log(this.echartsData.scheduledUpdatesToggle) |
|
|
|
|
//console.log(this.echartsData.scheduledUpdatesToggle)
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//更多 窗口
|
|
|
|
@ -478,7 +478,7 @@ export class verifiedComponent implements OnInit {
|
|
|
|
|
this.echartsData.scheduledUpdatesName = this.months[index] |
|
|
|
|
//this.echartsData.scheduledUpdatesToggle = false
|
|
|
|
|
this.echartsData.scheduledUpdatesXName=params.name |
|
|
|
|
console.log(this.echartsData.scheduledUpdatesXName) |
|
|
|
|
//console.log(this.echartsData.scheduledUpdatesXName)
|
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
@ -765,7 +765,7 @@ export class yueDateComponent implements OnInit {
|
|
|
|
|
let xIndex=this.oneEcharts.convertFromPixel({seriesIndex:0},[params.offsetX, params.offsetY])[0]; |
|
|
|
|
/*事件处理代码书写位置*/ |
|
|
|
|
this.echartsData.scheduledUpdatesType = 0 |
|
|
|
|
console.log(option.xAxis) |
|
|
|
|
//console.log(option.xAxis)
|
|
|
|
|
this.echartsData.scheduledUpdatesName = option.xAxis[0].data[xIndex] |
|
|
|
|
this.echartsData.scheduledUpdatesToggle = 3 |
|
|
|
|
//this.echartsData.scheduledUpdatesXName=option.xAxis.data[xIndex]
|
|
|
|
|