From 47ac0e0511f5360e18c46d899417b5461d6a40c6 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Tue, 5 Nov 2024 19:04:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8DK?= =?UTF-8?q?=E7=BA=BF=E5=9B=BE=E5=85=B3=E9=97=AD=E7=BA=B5=E8=BD=B4=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=AF=BC=E8=87=B4=E7=BA=B5=E8=BD=B4=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/js/panel/charts/line/stock-line.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/line/stock-line.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/line/stock-line.ts index 1508c06d8e..b3126aa381 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/line/stock-line.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/line/stock-line.ts @@ -610,6 +610,7 @@ export class StockLine extends G2PlotChartView { label } : { + ...yAxisOptions['yAxis'], label, grid: null, line: null