diff --git a/frontend/src/components/dashboard/ResourceGauges.tsx b/frontend/src/components/dashboard/ResourceGauges.tsx index f51f4939..04c7a429 100644 --- a/frontend/src/components/dashboard/ResourceGauges.tsx +++ b/frontend/src/components/dashboard/ResourceGauges.tsx @@ -88,8 +88,7 @@ export function ResourceGauges({ systemStats, cpuHistory, netHistory, historyEnd points={cpuHistory} stroke="var(--chart-1)" fill="var(--chart-1)" - peakColor="var(--chart-2)" - peakIndex={cpuPeakIndex >= 0 ? cpuPeakIndex : undefined} + showPeak={false} />