From 21ed9dc91491a95e28ec515ae184fb92b076be23 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 10 Oct 2023 09:03:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=81=94=E5=8A=A8=E8=A1=A8?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/layout/AiDvPlot/AiDvPlot.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/layout/AiDvPlot/AiDvPlot.vue b/components/layout/AiDvPlot/AiDvPlot.vue index 04229680..75f76882 100644 --- a/components/layout/AiDvPlot/AiDvPlot.vue +++ b/components/layout/AiDvPlot/AiDvPlot.vue @@ -32,6 +32,7 @@ export default { }, handleChangeChart() { const series = this.tpl.series || Array(this.plot.dimensions.length - 1).fill(this.tpl.daemon) + this.chart.clear() this.chart.setOption({ tooltip: {}, xAxis: {