changes updated
This commit is contained in:
parent
3db3ea2a1a
commit
15e2a35fbd
@ -170,7 +170,7 @@
|
|||||||
<h2 class="chart_heading d-inline-block">{{'home.SUPPLY_GROWTH' | translate}}</h2>
|
<h2 class="chart_heading d-inline-block">{{'home.SUPPLY_GROWTH' | translate}}</h2>
|
||||||
<span class="txn_count" title="{{'home.SUPPLY_GROWTH_HOVER' | translate}}" *ngIf="this.gg_last">{{
|
<span class="txn_count" title="{{'home.SUPPLY_GROWTH_HOVER' | translate}}" *ngIf="this.gg_last">{{
|
||||||
this.gg_last | number
|
this.gg_last | number
|
||||||
}}Epic</span>
|
}} Epic</span>
|
||||||
<div class="chart_show">
|
<div class="chart_show">
|
||||||
<epic-explorer-plotly *ngIf="growthGraphData.data" [data]="growthGraphData.data" [layout]="growthGraphData.layout">
|
<epic-explorer-plotly *ngIf="growthGraphData.data" [data]="growthGraphData.data" [layout]="growthGraphData.layout">
|
||||||
</epic-explorer-plotly>
|
</epic-explorer-plotly>
|
||||||
|
Loading…
Reference in New Issue
Block a user