Skip to content

Commit

Permalink
Merge pull request #4406 from owid/projections-in-explorers
Browse files Browse the repository at this point in the history
🎉  support projections in explorers / TAS-798
  • Loading branch information
sophiamersmann authored Jan 13, 2025
2 parents 938aa1f + 46dafea commit 61b3820
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/@ourworldindata/explorer/src/ColumnGrammar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,12 @@ export const ColumnGrammar: Grammar<ColumnCellDef> = {
" 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",
Expand Down

0 comments on commit 61b3820

Please sign in to comment.