Fixing missing dashboard graph labels in Firefox.

This commit is contained in:
softsimon
2020-10-26 23:12:32 +07:00
parent 69aa6aa938
commit 1bf8f3ba60
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@
<hr>
</div>
<div style="height: 250px;" *ngIf="(mempoolStats$ | async) as mempoolStats">
<app-mempool-graph [data]="mempoolStats.mempool" [showLegend]="false" [offsetX]="10" [small]="true"></app-mempool-graph>
<app-mempool-graph [data]="mempoolStats.mempool" [showLegend]="false" [offsetX]="20" [small]="true"></app-mempool-graph>
</div>
</div>
</div>