Add pie chart and rewrite the pool ranking component

This commit is contained in:
nymkappa
2022-01-14 18:09:40 +09:00
parent 18a63933fa
commit 0a267affaf
7 changed files with 231 additions and 102 deletions

View File

@@ -43,8 +43,8 @@ class Mining {
})
poolsStatistics["blockCount"] = blockCount;
poolsStatistics["poolsStats"] = poolsStats;
poolsStatistics["lastEstimatedHashrate"] = lastBlockHashrate;
poolsStatistics["pools"] = poolsStats;
return poolsStatistics;
}