Address widget timespans

This commit is contained in:
Mononaut
2024-04-26 17:53:44 +00:00
parent 6eb21ffd24
commit ccb27dbdb9
5 changed files with 43 additions and 12 deletions

View File

@@ -234,7 +234,7 @@
<div class="card graph-card">
<div class="card-body">
<h5 class="card-title mb-4" i18n="dashboard.balance-history">Balance History</h5>
<app-address-graph [address]="widget.props.address" [stats]="address?.chain_stats" [widget]="true" [height]="graphHeight"></app-address-graph>
<app-address-graph [address]="widget.props.address" [period]="widget.props.period || 'all'" [stats]="address?.chain_stats" [widget]="true" [height]="graphHeight"></app-address-graph>
</div>
</div>
</div>