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