From d3da86121d69f40801fd916d14efe9174ff258e0 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Sun, 14 Mar 2021 04:44:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96K=E7=BA=BF=E5=9B=BE=E7=9A=84T?= =?UTF-8?q?ooltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Internal/Helper/TooltipHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Internal/Helper/TooltipHelper.cs b/Runtime/Internal/Helper/TooltipHelper.cs index d0f8d0ab..a1090d3c 100644 --- a/Runtime/Internal/Helper/TooltipHelper.cs +++ b/Runtime/Internal/Helper/TooltipHelper.cs @@ -222,7 +222,7 @@ namespace XCharts sb.Append(" open: ").Append(open).Append(FormatterHelper.PH_NN); sb.Append(" close: ").Append(close).Append(FormatterHelper.PH_NN); sb.Append(" lowest: ").Append(lowest).Append(FormatterHelper.PH_NN); - sb.Append(" heighest: ").Append(heighest).Append(FormatterHelper.PH_NN); + sb.Append(" heighest: ").Append(heighest); } else {