From daa53c9df0c78654f2fddcaa5c302be6b376e9e4 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 12 Mar 2025 00:25:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E7=80=91=E5=B8=83?= =?UTF-8?q?=E5=9B=BE=E7=BA=B5=E8=BD=B4=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E8=BD=B4=E7=BA=BF=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/js/panel/charts/bar/waterfall.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts index b22cf80fc2..42b429aecf 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts @@ -72,7 +72,8 @@ export class Waterfall extends G2PlotChartView { 'axisForm', 'axisLabel', 'axisLabelFormatter', - 'showLengthLimit' + 'showLengthLimit', + 'axisLine' ], threshold: ['lineThreshold'] }