CPU Graph change (#3804)
This commit is contained in:
parent
15619fb8e4
commit
66c56b0da8
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ export default () => {
|
|||
setCpu(
|
||||
new Chart(node.getContext('2d')!, chartDefaults({
|
||||
callback: (value) => `${value}% `,
|
||||
suggestedMax: limits.cpu,
|
||||
})),
|
||||
);
|
||||
}, []);
|
||||
|
|
Loading…
Reference in a new issue