CPU Graph change (#3804)

This commit is contained in:
Mrxbox98 2021-12-12 10:19:06 -08:00 committed by GitHub
parent 15619fb8e4
commit 66c56b0da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,7 @@ export default () => {
setCpu(
new Chart(node.getContext('2d')!, chartDefaults({
callback: (value) => `${value}% `,
suggestedMax: limits.cpu,
})),
);
}, []);