Skip to content

Commit 66c56b0

Browse files
authored
CPU Graph change (pterodactyl#3804)
1 parent 15619fb commit 66c56b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/scripts/components/server/StatGraphs.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export default () => {
9797
setCpu(
9898
new Chart(node.getContext('2d')!, chartDefaults({
9999
callback: (value) => `${value}% `,
100+
suggestedMax: limits.cpu,
100101
})),
101102
);
102103
}, []);

0 commit comments

Comments
 (0)