|
|
|
@ -451,10 +451,9 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
console.log(option1)
|
|
|
|
this.$refs.Chart1.setData(option1)
|
|
|
|
this.$refs.Chart1.setData(option1)
|
|
|
|
// option1 && Chart1.setOption(option1);
|
|
|
|
|
|
|
|
// this.$refs.Chart2.setData(option2)
|
|
|
|
|
|
|
|
echarts.connect(this.$refs.Chart1.chart)
|
|
|
|
echarts.connect(this.$refs.Chart1.chart)
|
|
|
|
// , this.$refs.Chart2.chart
|
|
|
|
// , this.$refs.Chart2.chart
|
|
|
|
this.$refs.Chart1.chart.on('datazoom', (e) => {
|
|
|
|
this.$refs.Chart1.chart.on('datazoom', (e) => {
|
|
|
|
|