dev smartfarming #1

Merged
agrilink merged 53 commits from development into main 2024-12-30 05:53:19 +00:00
Showing only changes of commit 944a9fa5cb - Show all commits

View File

@ -100,6 +100,9 @@ export class GraphComponent implements OnInit, AfterViewInit, OnDestroy, OnChang
}
ngAfterViewInit(): void {
setTimeout(() => {
this.updateCharts();
}, 0);
this.onResize();
}