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

7 lines
150 B
HTML
Raw Normal View History

2020-03-29 18:59:04 +02:00
<app-chartist
*ngIf="mempoolVsizeFeesData"
[data]="mempoolVsizeFeesData"
[type]="'Line'"
[options]="mempoolVsizeFeesOptions">
</app-chartist>