Unknown pool color #FDD835

This commit is contained in:
nymkappa
2023-02-22 14:06:08 +09:00
parent 55f34f9b19
commit 10951916b5
3 changed files with 3 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ export class HashrateChartPoolsComponent implements OnInit {
this.chartOptions = {
title: title,
animation: false,
color: chartColors,
color: chartColors.filter(color => color !== '#FDD835'),
grid: {
right: this.right,
left: this.left,