From a9889866e2790839ec12594b4bec3a031ecfe2e2 Mon Sep 17 00:00:00 2001 From: Daniel Bisgrove Date: Mon, 16 Dec 2024 14:21:47 -0500 Subject: [PATCH] Add percentage to overall score --- .../HealthIndicatorWidget.tsx | 48 +++++++++++-------- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/src/components/Reports/HealthIndicatorReport/HealthIndicatorWidget/HealthIndicatorWidget.tsx b/src/components/Reports/HealthIndicatorReport/HealthIndicatorWidget/HealthIndicatorWidget.tsx index c955c6caa..e6cd4d2f2 100644 --- a/src/components/Reports/HealthIndicatorReport/HealthIndicatorWidget/HealthIndicatorWidget.tsx +++ b/src/components/Reports/HealthIndicatorReport/HealthIndicatorWidget/HealthIndicatorWidget.tsx @@ -7,6 +7,7 @@ import { CardContent, CardHeader, Grid, + Tooltip, Typography, } from '@mui/material'; import { styled } from '@mui/material/styles'; @@ -78,27 +79,34 @@ export const HealthIndicatorWidget: React.FC = ({ }} /> - - - {currentStats?.overallHi} - - - - {t('Overall Health Indicator')} + + + + {currentStats?.overallHi} - - - + + + {t('Overall Health Indicator')} + + + + +