From 19cf7ccc1ebd5043c5ad3af12965ac82e7dbc79e Mon Sep 17 00:00:00 2001 From: zsmj Date: Tue, 6 Sep 2022 14:04:13 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-12609=20fix:=20From=20FDL=20=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=97=A5=E5=BF=97=E4=BF=A1=E6=81=AF=E5=9C=BA=E6=99=AF?= =?UTF-8?q?,label=E9=BB=98=E8=AE=A4=E5=B8=A6=E6=9C=89tooltip=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=AF=BC=E8=87=B4=E5=8D=A1=E9=A1=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/tip/tip.tooltip.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/base/single/tip/tip.tooltip.js b/src/base/single/tip/tip.tooltip.js index 70c710497..eadbd05e9 100644 --- a/src/base/single/tip/tip.tooltip.js +++ b/src/base/single/tip/tip.tooltip.js @@ -53,6 +53,7 @@ BI.Tooltip = BI.inherit(BI.Tip, { whiteSpace: "normal", text: text, textHeight: 18, + title: null, }; }), }); @@ -63,6 +64,7 @@ BI.Tooltip = BI.inherit(BI.Tip, { textAlign: o.textAlign, whiteSpace: "normal", text: o.text, + title: null, textHeight: 18, hgap: this._const.hgap, vgap: this._const.vgap,