From 5db479913ea0e37964064742fb6e82b6e76f5165 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期二, 13 四月 2021 13:48:09 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue b/src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue index 2dd2517..ce8f4e9 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue +++ b/src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue @@ -154,7 +154,7 @@ }, CreateChart: function (id, title, legend, xdata, ydatas, yname, jcdID, datatype) { this.myChart = this.$echarts.init(this.$refs.main) - // this.myChart.clear() + this.myChart.clear() var dataUnit = '' if (datatype === 1) { dataUnit = '姘旈噺(m鲁/d)' @@ -339,7 +339,6 @@ }, legend: { // 鍥句緥 data: legend - // color: }, dataZoom: [{ type: 'inside', @@ -537,6 +536,7 @@ // } // } } + } </script> -- Gitblit v1.8.0