src/views/screen/flow/ecology/index.vue
@@ -35,7 +35,7 @@ trigger: 'axis', }, grid: { left: 60, left: 100, right: 20, }, xAxis: { @@ -96,7 +96,7 @@ trigger: 'axis', }, grid: { left: 60, left: 100, right: 20, }, xAxis: { @@ -110,7 +110,7 @@ }, yAxis: { type: 'value', name: '10⁸m³', name: 'm³', nameTextStyle: { color: '#fff', fontSize: '1.2rem' @@ -132,7 +132,7 @@ } } // 新扎口图表 // 更新图表 const updateLine = () => { const option = getLineOption(tongjiData.value, 'rgba(94,229,92,1)', 'rgba(94,229,92,0.2)') ssCharts.setOption(option) @@ -181,8 +181,8 @@ } onMounted(() => { initCharts() getPoint() initCharts() }) </script>