Add temperature, humidity, eCO2, and TVOC data to graph and update graph view

This commit is contained in:
sietse jonker
2024-03-31 21:19:37 +02:00
parent f803ab021c
commit ae082b53a4
2 changed files with 59 additions and 2 deletions

View File

@@ -120,7 +120,6 @@ function fetchData() {
createFilterContainer();
processor.update(data);
processor.graph();
})
.catch((error) => {
console.error("Error fetching data:", error);