mirror of
https://github.com/mempool/mempool.git
synced 2025-01-10 23:40:09 +01:00
7 lines
150 B
HTML
7 lines
150 B
HTML
|
<app-chartist
|
||
|
*ngIf="mempoolVsizeFeesData"
|
||
|
[data]="mempoolVsizeFeesData"
|
||
|
[type]="'Line'"
|
||
|
[options]="mempoolVsizeFeesOptions">
|
||
|
</app-chartist>
|