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>
|