Remove unnecessary echart init option

This commit is contained in:
nymkappa
2022-03-25 10:08:20 +09:00
parent 8114ffe1c8
commit 27d2127d46
4 changed files with 0 additions and 8 deletions

View File

@@ -27,8 +27,6 @@ export class PoolComponent implements OnInit {
chartOptions: EChartsOption = {};
chartInitOptions = {
renderer: 'svg',
width: 'auto',
height: 'auto',
};
blocks: BlockExtended[] = [];