mempool/frontend/src/app/components/mempool-graph/mempool-graph.component.html
2020-03-29 23:59:04 +07:00

7 lines
150 B
HTML

<app-chartist
*ngIf="mempoolVsizeFeesData"
[data]="mempoolVsizeFeesData"
[type]="'Line'"
[options]="mempoolVsizeFeesOptions">
</app-chartist>