Apply proper datetime format according to choosen time scale and force 2h windowPreference in the dashboard

This commit is contained in:
nymkappa
2021-12-11 15:26:59 +09:00
parent 2b0d543ce7
commit 9e8a741d97
3 changed files with 65 additions and 32 deletions

View File

@@ -54,6 +54,7 @@
[limitFee]="150"
[limitFilterFee]="1"
[data]="mempoolStats.value?.mempool"
[windowPreferenceOverride]="'2h'"
></app-mempool-graph>
</div>
</ng-container>
@@ -73,6 +74,7 @@
<app-incoming-transactions-graph
[left]="50"
[data]="mempoolStats.value?.weightPerSecond"
[windowPreferenceOverride]="'2h'"
></app-incoming-transactions-graph>
</div>
</ng-template>