Skip to content

Commit

Permalink
🎉 support projections in explorers
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Jan 13, 2025
1 parent e6e4402 commit e574af6
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 e574af6

Please sign in to comment.