From 937eb7a806c8956c9c539649f5364dc24a1d8f05 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Wed, 6 Sep 2023 09:26:27 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8C=80=EC=8B=9C=EB=B3=B4=EB=93=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95(=ED=88=B4=ED=8C=81=20=EC=88=98=EC=A0=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/include/dashboard.jsp | 12 ++++++------ .../css/fims/framework/common/xit-core-extend.css | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/include/dashboard.jsp b/src/main/webapp/WEB-INF/jsp/include/dashboard.jsp index d9640e6c..b271214d 100644 --- a/src/main/webapp/WEB-INF/jsp/include/dashboard.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/dashboard.jsp @@ -295,8 +295,8 @@ tooltip: { callbacks: { label: function (context) { - const label = context.labels || '', - value = context.parsed; + const label = context.label || ''; + const value = context.parsed; const output = ' ' + label + ' : ' + value + ' %'; return output; } @@ -343,8 +343,8 @@ tooltip: { callbacks: { label: function (context) { - const label = context.labels || '', - value = context.parsed; + const label = context.label || ''; + const value = context.parsed; const output = ' ' + label + ' : ' + value + ' %'; return output; } @@ -391,8 +391,8 @@ tooltip: { callbacks: { label: function (context) { - const label = context.labels || '', - value = context.parsed; + const label = context.label || ''; + const value = context.parsed; const output = ' ' + label + ' : ' + value + ' %'; return output; } diff --git a/src/main/webapp/resources/css/fims/framework/common/xit-core-extend.css b/src/main/webapp/resources/css/fims/framework/common/xit-core-extend.css index 0f7f0338..bd884abc 100644 --- a/src/main/webapp/resources/css/fims/framework/common/xit-core-extend.css +++ b/src/main/webapp/resources/css/fims/framework/common/xit-core-extend.css @@ -57,7 +57,6 @@ .wrapper-dashboard .card { height: 100%; - font-size: 12px; font-weight: bold; } .wrapper-dashboard .card-header {