| | |
| | | <!-- |
| | | * @Date: 2024-04-18 21:52:18 |
| | | * @LastEditors: gaoshp |
| | | * @LastEditTime: 2024-11-12 19:53:16 |
| | | * @LastEditTime: 2024-11-12 19:54:19 |
| | | * @FilePath: /cps-web/src/views/mdc/components/StationLiveSpeed.vue |
| | | --> |
| | | <template> |
| | |
| | | // this.showCharts(a,b,c); |
| | | }, |
| | | showCharts(a, b, c) { |
| | | var myChartA = echarts.init(document.getElementById('c')); |
| | | var myChartB = echarts.init(document.getElementById('d')); |
| | | var myChartC = echarts.init(document.getElementById('e')); |
| | | var myChartA = echarts.init(this.$refs.c); |
| | | var myChartB = echarts.init(this.$refs.d); |
| | | var myChartC = echarts.init(this.$refs.e); |
| | | var optionA = JSON.parse(JSON.stringify(this.option)); |
| | | var optionB = JSON.parse(JSON.stringify(this.option)); |
| | | var optionC = JSON.parse(JSON.stringify(this.option)); |