Show clearnet nodes on world map

This commit is contained in:
nymkappa
2022-09-06 19:33:07 +02:00
parent 9047cb5998
commit 367c06dca6
7 changed files with 167 additions and 90 deletions

View File

@@ -45,7 +45,7 @@ export class NodesPerCountryChartComponent implements OnInit {
ngOnInit(): void {
this.seoService.setTitle($localize`Lightning nodes per country`);
this.nodesPerCountryObservable$ = this.apiService.getNodesPerCountry()
this.nodesPerCountryObservable$ = this.apiService.getNodesPerCountry$()
.pipe(
map(data => {
for (let i = 0; i < data.length; ++i) {