Remove unecessary code to controle legends.
Fix order of active and inactive fee ranges.
This commit is contained in:
@@ -25,7 +25,7 @@ export class StatisticsComponent implements OnInit {
|
||||
spinnerLoading = false;
|
||||
feeLevels = feeLevels;
|
||||
chartColors = chartColors;
|
||||
filterFeeIndex = 500;
|
||||
filterFeeIndex = 1;
|
||||
dropDownOpen = false;
|
||||
|
||||
mempoolStats: OptimizedMempoolStats[] = [];
|
||||
|
||||
Reference in New Issue
Block a user