From 266d24ff3f951992115d97a132e656fc4294da1a Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Fri, 29 May 2026 10:28:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=80=91=E5=B8=83=E5=9B=BE=E5=85=B3=E9=97=AD=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BE=9D=E7=84=B6=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/g2/bar/waterfall.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/bar/waterfall.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/bar/waterfall.ts index 5d1cc070a8..0588d25990 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/bar/waterfall.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/bar/waterfall.ts @@ -118,7 +118,8 @@ export class Waterfall extends Bar { }, legendFilter: false }, - data: [] + data: [], + tooltip: false } as ViewSpec async drawChart(drawOptions: G2DrawOptions): Promise {