From a42741dbc5bb9d30d27dbcc0279da0d7b7d51172 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 13 Aug 2025 17:25:34 +0800 Subject: [PATCH] =?UTF-8?q?perf(X-Pack):=20=E8=AE=A4=E8=AF=81=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5-=E8=AE=A4=E8=AF=81=E5=A4=B1=E8=B4=A5=E7=A6=81?= =?UTF-8?q?=E6=AD=A2=E6=B3=A8=E9=94=80=20SSO=20=E4=BF=A1=E6=81=AF=20#16615?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/io/dataease/chart/manage/ChartViewThresholdManage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-backend/src/main/java/io/dataease/chart/manage/ChartViewThresholdManage.java b/core/core-backend/src/main/java/io/dataease/chart/manage/ChartViewThresholdManage.java index cc96d41495..740e3f87fe 100644 --- a/core/core-backend/src/main/java/io/dataease/chart/manage/ChartViewThresholdManage.java +++ b/core/core-backend/src/main/java/io/dataease/chart/manage/ChartViewThresholdManage.java @@ -193,7 +193,7 @@ public class ChartViewThresholdManage { } String timeText = ""; if (StringUtils.containsIgnoreCase(format, "HH")) { - timeText = " " + time; + timeText = " (" + time + ")"; } return count + " " + unitText + suffixText + timeText; } else {