diff --git a/frontend/src/app/components/lbtc-pegs-graph/lbtc-pegs-graph.component.ts b/frontend/src/app/components/lbtc-pegs-graph/lbtc-pegs-graph.component.ts index 0f6f115ff..e2231e7ce 100644 --- a/frontend/src/app/components/lbtc-pegs-graph/lbtc-pegs-graph.component.ts +++ b/frontend/src/app/components/lbtc-pegs-graph/lbtc-pegs-graph.component.ts @@ -20,7 +20,7 @@ export class LbtcPegsGraphComponent implements OnInit, OnChanges { @Input() data: any; pegsChartOptions: EChartsOption; - height: number | string = '200'; + height: number | string = '320'; right: number | string = '10'; top: number | string = '20'; left: number | string = '50'; diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index 16c1af36d..9ebc22dd4 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -187,7 +187,7 @@ - + diff --git a/frontend/src/app/dashboard/dashboard.component.ts b/frontend/src/app/dashboard/dashboard.component.ts index c762d309f..cd393e89f 100644 --- a/frontend/src/app/dashboard/dashboard.component.ts +++ b/frontend/src/app/dashboard/dashboard.component.ts @@ -162,7 +162,7 @@ export class DashboardComponent implements OnInit, OnDestroy, AfterViewInit { newArray.push(feature); } } - return newArray.slice(0, 4); + return newArray.slice(0, 6); }), );