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

@@ -19,6 +19,9 @@ export class IncomingTransactionsGraphComponent implements OnInit, OnChanges {
@Input() template: ('widget' | 'advanced') = 'widget';
mempoolStatsChartOption: EChartsOption = {};
mempoolStatsChartInitOption = {
renderer: 'svg'
};
windowPreference: string;
constructor(