From 5b456765ad6764993348b3c410e1367f583a7e9f Mon Sep 17 00:00:00 2001 From: leeheejin Date: Mon, 8 Dec 2025 18:16:59 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8C=80=EC=8B=9C=EB=B3=B4=EB=93=9C=20?= =?UTF-8?q?=ED=86=B5=EA=B3=84=EC=B9=B4=EB=93=9C=20=EC=9C=84=EC=A0=AF?= =?UTF-8?q?=EC=97=90=20=EC=86=8C=EC=88=98=EC=A0=90=20=EC=9E=90=EB=A6=BF?= =?UTF-8?q?=EC=88=98=20=ED=91=9C=EC=8B=9C=20=ED=95=A0=20=EC=88=98=20?= =?UTF-8?q?=EC=9E=88=EB=8A=94=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../widget-sections/CustomMetricSection.tsx | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/frontend/components/admin/dashboard/widget-sections/CustomMetricSection.tsx b/frontend/components/admin/dashboard/widget-sections/CustomMetricSection.tsx index 97c0f395..7a3d10ea 100644 --- a/frontend/components/admin/dashboard/widget-sections/CustomMetricSection.tsx +++ b/frontend/components/admin/dashboard/widget-sections/CustomMetricSection.tsx @@ -233,7 +233,29 @@ export function CustomMetricSection({ queryResult, config, onConfigChange }: Cus /> - {/* 6. 자동 새로고침 간격 */} + {/* 6. 소수점 자릿수 */} +
+ + +

+ 표시할 소수점 자릿수 (평균, 비율 등에 유용) +

+
+ + {/* 7. 자동 새로고침 간격 */}