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 8c6c077115
commit 26f5410c1f
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;