Merge branch 'master' into nymkappa/bugfix/relative-pool-url

This commit is contained in:
softsimon
2022-03-25 17:20:30 +04:00
committed by GitHub
9 changed files with 13 additions and 14 deletions

View File

@@ -28,8 +28,6 @@ export class PoolRankingComponent implements OnInit {
chartOptions: EChartsOption = {};
chartInitOptions = {
renderer: 'svg',
width: 'auto',
height: 'auto',
};
chartInstance: any = undefined;