Add pie chart and rewrite the pool ranking component

This commit is contained in:
nymkappa
2022-01-14 18:09:40 +09:00
parent cd61bcf85a
commit 8d406a40e5
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;
}