Change renderer to svg.

This commit is contained in:
Miguel Medeiros
2021-09-07 17:54:27 -03:00
parent 9020c618f0
commit 34695146ee
4 changed files with 8 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ export class FeeDistributionGraphComponent implements OnInit, OnChanges {
@Input() left: number | string = 30;
mempoolVsizeFeesOptions: any;
mempoolVsizeFeesInitOptions = {
renderer: 'svg'
};
constructor() { }