From e574af643b0ad27063dbb8b2f915030b8b8c5e4b Mon Sep 17 00:00:00 2001 From: Sophia Mersmann Date: Wed, 8 Jan 2025 14:13:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20=20support=20projections=20in=20?= =?UTF-8?q?explorers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/@ourworldindata/explorer/src/ColumnGrammar.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/@ourworldindata/explorer/src/ColumnGrammar.ts b/packages/@ourworldindata/explorer/src/ColumnGrammar.ts index 3645f3a613..3d9d7a28d0 100644 --- a/packages/@ourworldindata/explorer/src/ColumnGrammar.ts +++ b/packages/@ourworldindata/explorer/src/ColumnGrammar.ts @@ -207,6 +207,12 @@ export const ColumnGrammar: Grammar = { " Example: one,#ccc,uno; two,,dos", ].join("\n"), }, + isProjection: { + ...BooleanCellDef, + keyword: "isProjection", + description: "Is the time series a forward projection?", + display: true, + }, plotMarkersOnlyInLineChart: { ...BooleanCellDef, keyword: "plotMarkersOnlyInLineChart",