From ea76431f0f86ab6cb014f16cffbffedddc538151 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Wed, 23 Oct 2024 19:13:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20echart=E7=BA=BF=E4=B8=8A?= =?UTF-8?q?=E7=82=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/govern/device/control/detail.vue | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/govern/device/control/detail.vue b/src/views/govern/device/control/detail.vue index 51590cb..c16edae 100644 --- a/src/views/govern/device/control/detail.vue +++ b/src/views/govern/device/control/detail.vue @@ -142,17 +142,17 @@ const init = () => { // [1584086342000, '57'], // [1584086462000, '56'] // ], - markPoint: { - symbol: 'circle', - symbolSize: 8, - label: { - show: false - }, - data: [ - { type: 'max', name: 'Max' }, - { type: 'min', name: 'Min' } - ] - }, + // markPoint: { + // symbol: 'circle', + // symbolSize: 0, + // label: { + // show: false + // }, + // data: [ + // { type: 'max', name: 'Max' }, + // { type: 'min', name: 'Min' } + // ] + // }, type: 'line', showSymbol: false, smooth: true,