Merge pull request #4826 from mempool/mononaut/standardized-grid

Standardize the block visualization grid
This commit is contained in:
softsimon
2024-03-31 12:39:16 +09:00
committed by GitHub
4 changed files with 8 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ const unmatchedAuditColors = {
export class BlockOverviewGraphComponent implements AfterViewInit, OnDestroy, OnChanges {
@Input() isLoading: boolean;
@Input() resolution: number;
@Input() autofit: boolean = false;
@Input() blockLimit: number;
@Input() orientation = 'left';
@Input() flip = true;