Remove hardcoded mining pools colors as it's not relevant

This commit is contained in:
nymkappa
2023-02-19 17:14:49 +09:00
parent b2621e7c27
commit e2eccf6e85
2 changed files with 4 additions and 16 deletions

View File

@@ -176,7 +176,7 @@ export class PoolRankingComponent implements OnInit {
// 'Other'
data.push({
itemStyle: {
color: 'grey',
color: '#6b6b6b',
},
value: totalShareOther,
name: 'Other' + (isMobile() ? `` : ` (${totalShareOther.toFixed(2)}%)`),