From bc697ef77848511659563ac875a1f3aee52e7709 Mon Sep 17 00:00:00 2001 From: sophiamersmann Date: Wed, 22 May 2024 13:35:21 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(grapher)=20left-align=20external?= =?UTF-8?q?=20facet=20legend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/@ourworldindata/grapher/src/facetChart/FacetChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@ourworldindata/grapher/src/facetChart/FacetChart.tsx b/packages/@ourworldindata/grapher/src/facetChart/FacetChart.tsx index 103c2cb0a89..ddb23934608 100644 --- a/packages/@ourworldindata/grapher/src/facetChart/FacetChart.tsx +++ b/packages/@ourworldindata/grapher/src/facetChart/FacetChart.tsx @@ -629,7 +629,7 @@ export class FacetChart } @computed get legendAlign(): HorizontalAlign { - return HorizontalAlign.center + return HorizontalAlign.left } @computed get legendTitle(): string | undefined {