mempool/frontend/src/app/components/mempool-block-overview/mempool-block-overview.component.html

11 lines
291 B
HTML
Raw Normal View History

<app-block-overview-graph
#blockGraph
[isLoading]="isLoading$ | async"
[resolution]="75"
[blockLimit]="stateService.blockVSize"
2022-09-29 22:40:46 +00:00
[orientation]="timeLtr ? 'right' : 'left'"
2022-06-14 16:39:37 +00:00
[flip]="true"
2023-05-08 08:57:24 -06:00
[pixelAlign]="pixelAlign"
(txClickEvent)="onTxClick($event)"
2022-06-14 16:39:37 +00:00
></app-block-overview-graph>