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

@@ -26,8 +26,7 @@
<div class="mempool-graph">
<app-mempool-graph
[template]="'widget'"
[limitFee]="150"
[limitFilterFee]="1"
[filterSize]="1000000"
[data]="mempoolStats.value?.mempool"
[windowPreferenceOverride]="'2h'"
></app-mempool-graph>