From dbaced9df2c73e79c1327002b93a8c9d9e559e2c Mon Sep 17 00:00:00 2001 From: zyh Date: Fri, 24 Feb 2023 17:22:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E6=95=A3?= =?UTF-8?q?=E7=82=B9=E5=9B=BE=E5=88=92=E8=BF=87=E5=87=BA=E7=8E=B0=E6=AE=8B?= =?UTF-8?q?=E5=BD=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/chart/chart/options/chartTimeSeries.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/chart/chart/options/chartTimeSeries.js b/nezha-fronted/src/components/chart/chart/options/chartTimeSeries.js index 968bbb1bc..32b25ee29 100644 --- a/nezha-fronted/src/components/chart/chart/options/chartTimeSeries.js +++ b/nezha-fronted/src/components/chart/chart/options/chartTimeSeries.js @@ -140,9 +140,9 @@ export const chartTimeSeriesLineOption = { type: 'line', symbol: 'emptyCircle', // 去掉点 connectNulls: true, - symbolSize: [2, 2], + symbolSize: [0, 0], smooth: 0.2, // 曲线变平滑 - showSymbol: false, + // showSymbol: false, data: [], lineStyle: { width: 1,