Renaming Mempool blocks to "next block" + ux fixes

This commit is contained in:
softsimon
2020-03-25 03:59:30 +07:00
parent 628df1a972
commit 05d4eb7696
6 changed files with 27 additions and 15 deletions

View File

@@ -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'"

View File

@@ -28,6 +28,7 @@ export class FeeDistributionGraphComponent implements OnChanges {
low: 0,
axisY: {
showLabel: false,
offset: 0
},
axisX: {
showGrid: true,