diff --git a/AppImage/components/node-metrics-charts.tsx b/AppImage/components/node-metrics-charts.tsx index 8b334a4..1c2dca5 100644 --- a/AppImage/components/node-metrics-charts.tsx +++ b/AppImage/components/node-metrics-charts.tsx @@ -281,7 +281,7 @@ export function NodeMetricsCharts() { className="text-foreground" tick={{ fill: "currentColor", fontSize: 12 }} label={{ value: "CPU %", angle: -90, position: "insideLeft", fill: "currentColor" }} - domain={[0, 100]} + domain={[0, "dataMax"]} /> Math.max(dataMax, 1)]} + domain={[0, "dataMax"]} />