Add file timeseries chart

This commit is contained in:
2023-05-25 23:07:17 +02:00
parent b29a1b2a97
commit 976a37f299
6 changed files with 204 additions and 33 deletions

View File

@@ -50,7 +50,7 @@ const update_base = async base => {
window.setTimeout(() => {
if (socket === null) {
state_update()
update_base(base)
}
}, 3000)
}