mempool/frontend/src/app/components/lbtc-pegs-graph/lbtc-pegs-graph.component.html

4 lines
239 B
HTML
Raw Normal View History

<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>