Update charting library and how it is used. Closes #2658

This commit is contained in:
Gabe Kangas
2023-02-02 14:58:39 -08:00
parent 7b59e3c268
commit d9e4731764
6 changed files with 73 additions and 283 deletions
+3
View File
@@ -69,16 +69,19 @@ export default function HardwareInfo() {
name: 'CPU',
color: '#B63FFF',
data: hardwareStatus.cpu,
pointStyle: 'rect',
},
{
name: 'Memory',
color: '#2087E2',
data: hardwareStatus.memory,
pointStyle: 'circle',
},
{
name: 'Disk',
color: '#FF7700',
data: hardwareStatus.disk,
pointStyle: 'rectRounded',
},
];