Add visualization to mined blocks

This commit is contained in:
Mononaut
2022-06-14 16:39:37 +00:00
parent d6334d8959
commit 1d4488eb96
8 changed files with 366 additions and 140 deletions

View File

@@ -3,5 +3,7 @@
[isLoading]="isLoading$ | async"
[resolution]="75"
[blockLimit]="stateService.blockVSize"
(txPreviewEvent)="onTxPreview($event)">
</app-block-overview-graph>
[orientation]="'left'"
[flip]="true"
(txPreviewEvent)="onTxPreview($event)"
></app-block-overview-graph>