Liquid dashboard: switch places of top graphs

This commit is contained in:
natsoni
2024-02-13 09:36:22 +01:00
parent 69747a0028
commit 55cd2f5678
6 changed files with 19 additions and 31 deletions

View File

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

View File

@@ -52,7 +52,7 @@ export class ReservesRatioComponent implements OnInit, OnChanges {
type: 'gauge',
startAngle: 180,
endAngle: 0,
center: ['50%', '70%'],
center: ['50%', '75%'],
radius: '100%',
min: 0.999,
max: 1.001,

View File

@@ -41,6 +41,7 @@
}
.fee-text{
border-bottom: 1px solid #ffffff1c;
color: #ffffff;
width: fit-content;
margin: auto;
line-height: 1.45;