mempool/frontend/src/app/components/eight-mempool/eight-mempool.component.html

14 lines
382 B
HTML
Raw Normal View History

2024-09-19 19:41:29 +00:00
<app-block-overview-multi
#blockGraph
[isLoading]="false"
[numBlocks]="numBlocks"
[padding]="padding"
[blockWidth]="blockWidth"
[resolution]="resolution"
[blockLimit]="stateService.blockVSize"
[orientation]="'left'"
[flip]="true"
[animationDuration]="animationDuration"
[animationOffset]="animationOffset"
[disableSpinner]="true"
2024-10-17 01:30:43 +00:00
></app-block-overview-multi>