Add temperature, humidity, eCO2, and TVOC data to graph and update graph view
This commit is contained in:
@@ -120,7 +120,6 @@ function fetchData() {
|
||||
createFilterContainer();
|
||||
processor.update(data);
|
||||
processor.graph();
|
||||
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error("Error fetching data:", error);
|
||||
|
Reference in New Issue
Block a user