diff --git a/components/charts/SeverityChart.tsx b/components/charts/SeverityChart.tsx
index 7f3f5bf5e2..4c3060c8bd 100644
--- a/components/charts/SeverityChart.tsx
+++ b/components/charts/SeverityChart.tsx
@@ -40,35 +40,37 @@ const chartConfig = {
export const SeverityChart = () => {
return (
-
-
-
- chartConfig[value as keyof typeof chartConfig]?.label
- }
- />
-
-
-
- }
- />
-
-
-
+
+
+
+ chartConfig[value as keyof typeof chartConfig]?.label
+ }
/>
-
-
-
+
+
+
+ }
+ />
+
+
+
+
+
+
+
);
};
diff --git a/components/charts/StatusChart.tsx b/components/charts/StatusChart.tsx
index d6b3a0ef7e..7ac851ccf8 100644
--- a/components/charts/StatusChart.tsx
+++ b/components/charts/StatusChart.tsx
@@ -55,7 +55,7 @@ export function StatusChart() {
}, []);
return (
-