Skip to content

Commit

Permalink
Improve readability of proof times chart
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Mar 23, 2024
1 parent 27ac2e4 commit 6315a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/harvester-card/harvester-card.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ export class HarvesterCardComponent implements OnInit, OnDestroy {
type: 'scatter',
name: 'Proof times',
color: '#426b69',
symbolSize: 8,
}],
}
this.subscriptions.push(this.stats.subscribe(stats => {
Expand Down

0 comments on commit 6315a75

Please sign in to comment.