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

2 lines
148 B
HTML
Raw Normal View History

<div echarts class="echarts" (chartInit)="onChartReady($event)" [initOpts]="mempoolVsizeFeesInitOptions" [options]="mempoolVsizeFeesOptions"></div>