Invert the tooltip legends order.

Fix default data to title tooltip MM/dd HH:mm.
Add symbol to tx chart tooltip .
Add accumulative total for tooltip information.
Add 3th column to tooltip with a progress bar.
Add and max span zoom span.
Add feeRate limit input to mempool graph component.
Add showZoom option to mempool graph component.
Remove start animation to match the layout for future SSR.
Remove mouse wheel zoom from small template.
Fix small template style.
This commit is contained in:
Miguel Medeiros
2021-08-26 23:30:57 -03:00
parent 4d66f41c56
commit 75eccfc818
6 changed files with 209 additions and 72 deletions

View File

@@ -42,10 +42,10 @@
<div class="incoming-transactions-graph">
<app-mempool-graph
dir="ltr"
[size]="'big'"
[limitFee]="1200"
[template]="'advanced'"
[limitFee]="500"
[height]="500"
[left]="60"
[left]="50"
[data]="mempoolStats"
></app-mempool-graph>
</div>
@@ -62,8 +62,8 @@
<div class="incoming-transactions-graph">
<app-incoming-transactions-graph
[height]="500"
[left]="60"
[size]="'big'"
[left]="50"
[template]="'advanced'"
[data]="mempoolTransactionsWeightPerSecondData"
></app-incoming-transactions-graph>
</div>