[accelerator] improve rendering of acceleration fee rate graph

This commit is contained in:
Mononaut
2024-07-08 14:36:38 +00:00
parent c43b567847
commit 9396a4bbae
2 changed files with 82 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
<div class="fee-graph" *ngIf="tx && estimate">
<div class="fee-graph" *ngIf="tx && estimate" #feeGraph>
<div class="column">
<ng-container *ngFor="let bar of bars">
<div class="bar {{ bar.class }}" [class.active]="bar.active" [style]="bar.style" (click)="onClick($event, bar);">