mirror of
https://github.com/mempool/mempool.git
synced 2025-09-20 15:10:50 +02:00
fix graph filter dropdown colors
This commit is contained in:
@@ -196,7 +196,7 @@ export class StatisticsComponent implements OnInit {
|
||||
this.feeLevelDropdownData.push({
|
||||
fee: fee,
|
||||
range,
|
||||
color: _chartColors[i - 1],
|
||||
color: _chartColors[i],
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user