|
|
|
@ -211,7 +211,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.getTreeselect()
|
|
|
|
this.getTreeselect()
|
|
|
|
this.getTreeMonitorInfo()
|
|
|
|
// this.getTreeMonitorInfo()
|
|
|
|
this.getList()
|
|
|
|
this.getList()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
watch: {
|
|
|
|
watch: {
|
|
|
|
@ -321,7 +321,7 @@ export default {
|
|
|
|
x: 'center'
|
|
|
|
x: 'center'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
grid: {
|
|
|
|
grid: {
|
|
|
|
top: '15%',
|
|
|
|
top: '40',
|
|
|
|
bottom: '10%',
|
|
|
|
bottom: '10%',
|
|
|
|
left: '10%',
|
|
|
|
left: '10%',
|
|
|
|
right: '3%'
|
|
|
|
right: '3%'
|
|
|
|
@ -654,11 +654,11 @@ export default {
|
|
|
|
this.$refs.Chart4.setData(option4)*/
|
|
|
|
this.$refs.Chart4.setData(option4)*/
|
|
|
|
/* echarts.connect(this.$refs.Chart1.chart, this.$refs.Chart2.chart, this.$refs.Chart3.chart, this.$refs.Chart4.chart)*/
|
|
|
|
/* echarts.connect(this.$refs.Chart1.chart, this.$refs.Chart2.chart, this.$refs.Chart3.chart, this.$refs.Chart4.chart)*/
|
|
|
|
echarts.connect(this.$refs.Chart1.chart)
|
|
|
|
echarts.connect(this.$refs.Chart1.chart)
|
|
|
|
|
|
|
|
console.log(this.$refs.Chart1);
|
|
|
|
this.$refs.Chart1.chart.on('datazoom', (e) => {
|
|
|
|
this.$refs.Chart1.on('datazoom', (e) => {
|
|
|
|
option.dataZoom[0].start = e.start;
|
|
|
|
option1.dataZoom[0].start = e.start;
|
|
|
|
option.dataZoom[0].end = e.end;
|
|
|
|
option1.dataZoom[0].end = e.end;
|
|
|
|
this.$refs.Chart1.setData(option);
|
|
|
|
this.$refs.Chart1.setData(option1);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
/* this.$refs.Chart1.chart.on('datazoom', (e) => {
|
|
|
|
/* this.$refs.Chart1.chart.on('datazoom', (e) => {
|
|
|
|
|