2
0

turned off auto animation

This commit is contained in:
2018-08-21 10:28:24 +02:00
parent 888dcd6ef2
commit 8c62529f40

View File

@@ -64,7 +64,6 @@ export class AppComponent implements OnInit {
ngOnInit() { ngOnInit() {
this.configForm.reset({...this.config}); this.configForm.reset({...this.config});
this.list = this.historyService.list(); this.list = this.historyService.list();
this.startAnimation();
} }
public updateGraphs() { public updateGraphs() {