From 8c62529f40c163144b06d8fef8aae3b624339a1b Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Tue, 21 Aug 2018 10:28:24 +0200 Subject: [PATCH] turned off auto animation --- src/app/app.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 2d4974f..89a616b 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -64,7 +64,6 @@ export class AppComponent implements OnInit { ngOnInit() { this.configForm.reset({...this.config}); this.list = this.historyService.list(); - this.startAnimation(); } public updateGraphs() {