From 66c56b0da8a69f5ccaf1a0f975fa072b3d0c2487 Mon Sep 17 00:00:00 2001 From: Mrxbox98 <29240392+mrxbox98@users.noreply.github.com> Date: Sun, 12 Dec 2021 10:19:06 -0800 Subject: [PATCH] CPU Graph change (#3804) --- resources/scripts/components/server/StatGraphs.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/scripts/components/server/StatGraphs.tsx b/resources/scripts/components/server/StatGraphs.tsx index cccd199f7..8e66f393a 100644 --- a/resources/scripts/components/server/StatGraphs.tsx +++ b/resources/scripts/components/server/StatGraphs.tsx @@ -97,6 +97,7 @@ export default () => { setCpu( new Chart(node.getContext('2d')!, chartDefaults({ callback: (value) => `${value}% `, + suggestedMax: limits.cpu, })), ); }, []);