Chart fixes

This commit is contained in:
2022-10-25 15:59:20 +02:00
parent 64d0b364ba
commit 6472820666
5 changed files with 48 additions and 44 deletions

View File

@@ -175,7 +175,7 @@ onMount(() => {
}
];
update_graphs(10080, 60, true);
update_graphs(43200, 1440, true);
})
onDestroy(() => {
if (graph_timeout !== null) {