Update data length limit in fees bar chart to 10k blocks at once
This commit is contained in:
@@ -47,7 +47,7 @@ export class BlockFeesSubsidyGraphComponent implements OnInit {
|
||||
chartInstance: any = undefined;
|
||||
showFiat = false;
|
||||
dropdownOptions = [];
|
||||
step = 20000;
|
||||
step = 10000;
|
||||
includeAccelerations = false;
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user