Add nodes AS share chart and table component

This commit is contained in:
nymkappa
2022-07-16 10:44:05 +02:00
parent 2fd34cbd91
commit 28cf0f71eb
8 changed files with 299 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ import { TelevisionComponent } from '../components/television/television.compone
import { DashboardComponent } from '../dashboard/dashboard.component';
import { NodesNetworksChartComponent } from '../lightning/nodes-networks-chart/nodes-networks-chart.component';
import { LightningStatisticsChartComponent } from '../lightning/statistics-chart/lightning-statistics-chart.component';
import { NodesPerAsChartComponent } from '../lightning/nodes-per-as-chart/nodes-per-as-chart.component';
const browserWindow = window || {};
// @ts-ignore
@@ -99,6 +100,10 @@ const routes: Routes = [
path: 'lightning/capacity',
component: LightningStatisticsChartComponent,
},
{
path: 'lightning/nodes-per-as',
component: NodesPerAsChartComponent,
},
{
path: '',
redirectTo: 'mempool',