From 14e9506b879f2c3c86ad6d1822e341094df4bee4 Mon Sep 17 00:00:00 2001
From: Alan Buscaglia
Date: Fri, 5 Dec 2025 13:19:53 +0100
Subject: [PATCH] fix(ui): simplify Risk Score tooltip format
- Remove dotted line separator
- Show percentage inline with Risk Score label
---
.../graphs-tabs/risk-plot/risk-plot-client.tsx | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/ui/app/(prowler)/_new-overview/graphs-tabs/risk-plot/risk-plot-client.tsx b/ui/app/(prowler)/_new-overview/graphs-tabs/risk-plot/risk-plot-client.tsx
index b5f77b005a..5ab32d01ad 100644
--- a/ui/app/(prowler)/_new-overview/graphs-tabs/risk-plot/risk-plot-client.tsx
+++ b/ui/app/(prowler)/_new-overview/graphs-tabs/risk-plot/risk-plot-client.tsx
@@ -116,18 +116,12 @@ const CustomTooltip = ({ active, payload }: TooltipProps) => {
{data.name}
-
-
- Risk Score
-
-
-
+
+
{riskScorePercentage}%
-
-
+ {" "}
+ Risk Score
+