fix graph filter dropdown colors

This commit is contained in:
Mononaut 2023-06-05 14:23:37 -04:00
parent 6076eeed46
commit 689319437a
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -196,7 +196,7 @@ export class StatisticsComponent implements OnInit {
this.feeLevelDropdownData.push({
fee: fee,
range,
color: _chartColors[i - 1],
color: _chartColors[i],
});
}
});