Add mempool chart filtering.

This commit is contained in:
Miguel Medeiros
2021-10-01 00:16:37 -03:00
parent 2ab9ed4c95
commit 86b31d0ef2
3 changed files with 122 additions and 61 deletions

View File

@@ -10,7 +10,7 @@
[template]="'advanced'"
[limitFee]="500"
[height]="600"
[left]="60"
[left]="150"
[data]="mempoolStats"
[showZoom]="false"
></app-mempool-graph>