|
|
@ -499,8 +499,8 @@ export class echartsComponent implements OnInit { |
|
|
|
this.threeExample.setOption(option); |
|
|
|
this.threeExample.setOption(option); |
|
|
|
this.threeExample.getZr().on('click', (params) => { |
|
|
|
this.threeExample.getZr().on('click', (params) => { |
|
|
|
const pointInPixel= [params.offsetX, params.offsetY]; |
|
|
|
const pointInPixel= [params.offsetX, params.offsetY]; |
|
|
|
if (this.twoExample.containPixel('grid',pointInPixel)) { |
|
|
|
if (this.threeExample.containPixel('grid',pointInPixel)) { |
|
|
|
let xIndex=this.twoExample.convertFromPixel({seriesIndex:0},[params.offsetX, params.offsetY])[0]; |
|
|
|
let xIndex=this.threeExample.convertFromPixel({seriesIndex:0},[params.offsetX, params.offsetY])[0]; |
|
|
|
if(option.xAxis.data[xIndex]=='2019'||option.xAxis.data[xIndex]=='2020'){ |
|
|
|
if(option.xAxis.data[xIndex]=='2019'||option.xAxis.data[xIndex]=='2020'){ |
|
|
|
this.router.navigate(['/statisticanalysis/stataPageThereYearComponent'],{queryParams:{'level':option.xAxis.data[xIndex],'headtext':option.title.text}}); |
|
|
|
this.router.navigate(['/statisticanalysis/stataPageThereYearComponent'],{queryParams:{'level':option.xAxis.data[xIndex],'headtext':option.title.text}}); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
@ -601,8 +601,8 @@ export class echartsComponent implements OnInit { |
|
|
|
this.fourExample.setOption(option); |
|
|
|
this.fourExample.setOption(option); |
|
|
|
this.fourExample.getZr().on('click', (params) => { |
|
|
|
this.fourExample.getZr().on('click', (params) => { |
|
|
|
const pointInPixel= [params.offsetX, params.offsetY]; |
|
|
|
const pointInPixel= [params.offsetX, params.offsetY]; |
|
|
|
if (this.twoExample.containPixel('grid',pointInPixel)) { |
|
|
|
if (this.fourExample.containPixel('grid',pointInPixel)) { |
|
|
|
let xIndex=this.twoExample.convertFromPixel({seriesIndex:0},[params.offsetX, params.offsetY])[0]; |
|
|
|
let xIndex=this.fourExample.convertFromPixel({seriesIndex:0},[params.offsetX, params.offsetY])[0]; |
|
|
|
if(option.xAxis.data[xIndex]=='2019'||option.xAxis.data[xIndex]=='2020'){ |
|
|
|
if(option.xAxis.data[xIndex]=='2019'||option.xAxis.data[xIndex]=='2020'){ |
|
|
|
this.router.navigate(['/statisticanalysis/stataPageThereYearComponent'],{queryParams:{'level':option.xAxis.data[xIndex],'headtext':option.title.text}}); |
|
|
|
this.router.navigate(['/statisticanalysis/stataPageThereYearComponent'],{queryParams:{'level':option.xAxis.data[xIndex],'headtext':option.title.text}}); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
@ -704,8 +704,8 @@ export class echartsComponent implements OnInit { |
|
|
|
this.fiveExample.setOption(option); |
|
|
|
this.fiveExample.setOption(option); |
|
|
|
this.fiveExample.getZr().on('click', (params) => { |
|
|
|
this.fiveExample.getZr().on('click', (params) => { |
|
|
|
const pointInPixel= [params.offsetX, params.offsetY]; |
|
|
|
const pointInPixel= [params.offsetX, params.offsetY]; |
|
|
|
if (this.twoExample.containPixel('grid',pointInPixel)) { |
|
|
|
if (this.fiveExample.containPixel('grid',pointInPixel)) { |
|
|
|
let xIndex=this.twoExample.convertFromPixel({seriesIndex:0},[params.offsetX, params.offsetY])[0]; |
|
|
|
let xIndex=this.fiveExample.convertFromPixel({seriesIndex:0},[params.offsetX, params.offsetY])[0]; |
|
|
|
if(option.xAxis.data[xIndex]=='2019'||option.xAxis.data[xIndex]=='2020'){ |
|
|
|
if(option.xAxis.data[xIndex]=='2019'||option.xAxis.data[xIndex]=='2020'){ |
|
|
|
this.router.navigate(['/statisticanalysis/stataPageThereYearComponent'],{queryParams:{'level':option.xAxis.data[xIndex],'headtext':option.title.text}}); |
|
|
|
this.router.navigate(['/statisticanalysis/stataPageThereYearComponent'],{queryParams:{'level':option.xAxis.data[xIndex],'headtext':option.title.text}}); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
@ -806,8 +806,8 @@ export class echartsComponent implements OnInit { |
|
|
|
this.sixExample.setOption(option); |
|
|
|
this.sixExample.setOption(option); |
|
|
|
this.sixExample.getZr().on('click', (params) => { |
|
|
|
this.sixExample.getZr().on('click', (params) => { |
|
|
|
const pointInPixel= [params.offsetX, params.offsetY]; |
|
|
|
const pointInPixel= [params.offsetX, params.offsetY]; |
|
|
|
if (this.twoExample.containPixel('grid',pointInPixel)) { |
|
|
|
if (this.sixExample.containPixel('grid',pointInPixel)) { |
|
|
|
let xIndex=this.twoExample.convertFromPixel({seriesIndex:0},[params.offsetX, params.offsetY])[0]; |
|
|
|
let xIndex=this.sixExample.convertFromPixel({seriesIndex:0},[params.offsetX, params.offsetY])[0]; |
|
|
|
if(option.xAxis.data[xIndex]=='2019'||option.xAxis.data[xIndex]=='2020'){ |
|
|
|
if(option.xAxis.data[xIndex]=='2019'||option.xAxis.data[xIndex]=='2020'){ |
|
|
|
this.router.navigate(['/statisticanalysis/stataPageThereYearComponent'],{queryParams:{'level':option.xAxis.data[xIndex],'headtext':option.title.text}}); |
|
|
|
this.router.navigate(['/statisticanalysis/stataPageThereYearComponent'],{queryParams:{'level':option.xAxis.data[xIndex],'headtext':option.title.text}}); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|