Renaming Mempool blocks to "next block" + ux fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div style="height: 350px;" *ngIf="mempoolVsizeFeesData; else loadingFees">
|
||||
<div style="height: 225px;" *ngIf="mempoolVsizeFeesData; else loadingFees">
|
||||
<app-chartist
|
||||
[data]="mempoolVsizeFeesData"
|
||||
[type]="'Line'"
|
||||
|
||||
@@ -28,6 +28,7 @@ export class FeeDistributionGraphComponent implements OnChanges {
|
||||
low: 0,
|
||||
axisY: {
|
||||
showLabel: false,
|
||||
offset: 0
|
||||
},
|
||||
axisX: {
|
||||
showGrid: true,
|
||||
|
||||
Reference in New Issue
Block a user