mempool/frontend/src/app/lightning/nodes-channels/node-channels.component.html

3 lines
146 B
HTML
Raw Normal View History

<div *ngIf="channelsObservable$ | async" echarts [initOpts]="chartInitOptions" [options]="chartOptions" (chartInit)="onChartInit($event)">
</div>