Remove unecessary code to controle legends.

Fix order of active and inactive fee ranges.
This commit is contained in:
Miguel Medeiros
2021-10-07 16:03:21 -03:00
parent 44339daedf
commit a43cd48795
3 changed files with 8 additions and 53 deletions

View File

@@ -25,7 +25,7 @@ export class StatisticsComponent implements OnInit {
spinnerLoading = false;
feeLevels = feeLevels;
chartColors = chartColors;
filterFeeIndex = 500;
filterFeeIndex = 1;
dropDownOpen = false;
mempoolStats: OptimizedMempoolStats[] = [];