Create lightning nodes world heat map (clearnet)

This commit is contained in:
nymkappa
2022-07-20 11:39:51 +02:00
parent 88febf6262
commit 59f84e82b4
9 changed files with 234 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ import { NodesNetworksChartComponent } from '../lightning/nodes-networks-chart/n
import { LightningStatisticsChartComponent } from '../lightning/statistics-chart/lightning-statistics-chart.component';
import { NodesPerISPChartComponent } from '../lightning/nodes-per-isp-chart/nodes-per-isp-chart.component';
import { NodesPerCountryChartComponent } from '../lightning/nodes-per-country-chart/nodes-per-country-chart.component';
import { NodesMap } from '../lightning/nodes-map/nodes-map.component';
const browserWindow = window || {};
// @ts-ignore
@@ -109,6 +110,10 @@ const routes: Routes = [
path: 'lightning/nodes-per-country',
component: NodesPerCountryChartComponent,
},
{
path: 'lightning/nodes-map',
component: NodesMap,
},
{
path: '',
redirectTo: 'mempool',