Update fee distribution graph and fix arrow.

This commit is contained in:
softsimon
2020-03-20 02:11:40 +07:00
parent e84ec7dd86
commit 4ae5576452
5 changed files with 59 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
<div style="height: 400px;" *ngIf="mempoolVsizeFeesData; else loadingFees">
<div style="height: 350px;" *ngIf="mempoolVsizeFeesData; else loadingFees">
<app-chartist
[data]="mempoolVsizeFeesData"
[type]="'Line'"