Fix Liquid dashboard layout for mobile view

This commit is contained in:
natsoni
2024-02-08 18:32:07 +01:00
parent efdc83d4bb
commit e5f0544cc2
4 changed files with 29 additions and 10 deletions

View File

@@ -18,9 +18,9 @@ import { EChartsOption } from '../../graphs/echarts';
})
export class LbtcPegsGraphComponent implements OnInit, OnChanges {
@Input() data: any;
@Input() height: number | string = '320';
pegsChartOptions: EChartsOption;
height: number | string = '320';
right: number | string = '10';
top: number | string = '20';
left: number | string = '50';