Added fee distribution Pie Chart to the block inspector.

This commit is contained in:
Simon Lindh
2019-08-18 17:22:16 +03:00
parent bd19b88f11
commit 9b287336d0
9 changed files with 169 additions and 119 deletions

View File

@@ -19,6 +19,7 @@ import { BlockchainBlocksComponent } from './blockchain-blocks/blockchain-blocks
import { BlockchainProjectedBlocksComponent } from './blockchain-projected-blocks/blockchain-projected-blocks.component';
import { ApiService } from './services/api.service';
import { MasterPageComponent } from './master-page/master-page.component';
import { FeeDistributionGraphComponent } from './fee-distribution-graph/fee-distribution-graph.component';
@NgModule({
declarations: [
@@ -34,6 +35,7 @@ import { MasterPageComponent } from './master-page/master-page.component';
BlockchainBlocksComponent,
BlockchainProjectedBlocksComponent,
MasterPageComponent,
FeeDistributionGraphComponent,
],
imports: [
ReactiveFormsModule,