mempool/frontend/src/app/components/lbtc-pegs-graph/lbtc-pegs-graph.component.html
2021-11-28 15:44:42 +04:00

4 lines
No EOL
239 B
HTML

<div class="echarts" echarts [initOpts]="pegsChartInitOption" [options]="pegsChartOptions" (chartRendered)="rendered()"></div>
<div class="text-center loadingGraphs" *ngIf="isLoading">
<div class="spinner-border text-light"></div>
</div>