From 48c4a38d875f85f1d2de1dd844ca871308b39638 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期二, 13 四月 2021 17:29:19 +0800 Subject: [PATCH] 右侧管线/历史 --- 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