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 {