Added difficulty chart to mining dashboard

This commit is contained in:
nymkappa
2022-02-17 11:41:34 +09:00
parent 8f9804a996
commit 1c575f1c93
5 changed files with 24 additions and 8 deletions

View File

@@ -26,8 +26,11 @@
<div class="col">
<div class="card">
<div class="card-body">
<app-difficulty [showProgress]=false [showHalving]=true></app-difficulty>
Imagine more stuff down there
<app-difficulty-chart [widget]=true></app-difficulty-chart>
<div class=""><a href="" [routerLink]="['/mining/difficulty' | relativeUrl]" i18n="dashboard.view-more">View more
&raquo;</a></div>
<!-- <app-difficulty [showProgress]=false [showHalving]=true></app-difficulty>
Imagine more stuff down there -->
</div>
</div>
</div>