Dynamic fee ranges & legend in mempool graph

This commit is contained in:
Mononaut
2023-05-08 12:53:37 -06:00
parent 4ab9a4f8ac
commit 5586f36c31
4 changed files with 23 additions and 19 deletions

View File

@@ -84,8 +84,7 @@
</div>
<div class="card-body">
<div class="incoming-transactions-graph">
<app-mempool-graph #mempoolgraph dir="ltr" [template]="'advanced'" [limitFee]="500"
[limitFilterFee]="filterFeeIndex" [height]="500" [left]="65" [right]="10"
<app-mempool-graph #mempoolgraph dir="ltr" [template]="'advanced'" [height]="500" [left]="65" [right]="10"
[data]="mempoolStats && mempoolStats.length ? mempoolStats : null"></app-mempool-graph>
</div>
</div>