From 7783569f918b2f9b3bdd4de290b8324c5e833a9d Mon Sep 17 00:00:00 2001 From: stt Date: Mon, 8 Dec 2025 09:01:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=B6=8A=E9=99=90=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cockpit/listOfMainMonitoringPoints/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/cockpit/listOfMainMonitoringPoints/index.vue b/src/components/cockpit/listOfMainMonitoringPoints/index.vue index 767c088..6dc4ce7 100644 --- a/src/components/cockpit/listOfMainMonitoringPoints/index.vue +++ b/src/components/cockpit/listOfMainMonitoringPoints/index.vue @@ -209,6 +209,7 @@ const setEchart = () => { { name: indicatorName, // 动态设置指标名称 type: 'line', + step:'end', showSymbol: false, // smooth: true, data: [],