From e842aa814ecaec824c531ed366ca0a6e97f40551 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Wed, 18 Jan 2023 15:54:56 -0600 Subject: [PATCH] fix overlapping legend on block fee rates chart --- .../block-fee-rates-graph/block-fee-rates-graph.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.ts b/frontend/src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.ts index 762e49c74..cbf33933c 100644 --- a/frontend/src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.ts +++ b/frontend/src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.ts @@ -213,6 +213,7 @@ export class BlockFeeRatesGraphComponent implements OnInit { }, }, legend: (data.series.length === 0) ? undefined : { + padding: [10, 75], data: data.legends, selected: JSON.parse(this.storageService.getValue('fee_rates_legend')) ?? { 'Min': true,