Reversible mempool block visualization

This commit is contained in:
Mononaut
2022-09-29 22:40:46 +00:00
parent 03c6a7c54f
commit 135fbfc4f3
4 changed files with 51 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
[isLoading]="isLoading$ | async"
[resolution]="75"
[blockLimit]="stateService.blockVSize"
[orientation]="'left'"
[orientation]="timeLtr ? 'right' : 'left'"
[flip]="true"
(txClickEvent)="onTxClick($event)"
></app-block-overview-graph>