Use time for xAxis type and fix the mempool tooltip accordingly

This commit is contained in:
nymkappa
2021-12-11 00:04:20 +09:00
parent 2b3463519a
commit cbd187d06f
3 changed files with 13 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
export interface OptimizedMempoolStats {
id: number;
added: string;
added: number;
unconfirmed_transactions: number;
tx_per_second: number;
vbytes_per_second: number;