Node graphs

This commit is contained in:
softsimon
2022-07-02 16:46:57 +02:00
parent 0a15b5d0de
commit 292b53b2c4
8 changed files with 436 additions and 14 deletions

View File

@@ -55,13 +55,6 @@ export class NodeComponent implements OnInit {
return node;
}),
);
this.statistics$ = this.activatedRoute.paramMap
.pipe(
switchMap((params: ParamMap) => {
return this.lightningApiService.listNodeStats$(params.get('public_key'));
})
);
}
changeSocket(index: number) {