Change renderer to svg.

Fix data structure of mempool graph.
Change tooltip total position (top).
Change tooltip visual of partial porcentage.
This commit is contained in:
Miguel Medeiros
2021-09-07 17:48:43 -03:00
parent 584d091d4e
commit 9020c618f0
4 changed files with 25 additions and 29 deletions

View File

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