fix graph filter dropdown colors

This commit is contained in:
Mononaut 2023-06-05 14:23:37 -04:00
parent 153f0df3f6
commit 50aaa55bbe

View File

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