Skip to content

Commit

Permalink
🤖 update default grapher config
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann authored and github-actions[bot] committed Feb 20, 2025
1 parent 86ae8dd commit 256a29d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const defaultGrapherConfig = {
changeInPrefix: false,
},
excludedEntityNames: [],
includedEntityNames: [],
xAxis: {
removePointsOutsideDomain: false,
scaleType: "linear",
Expand All @@ -90,7 +91,6 @@ export const defaultGrapherConfig = {
sortBy: "total",
sortOrder: "desc",
hideFacetControl: true,
includedEntityNames: [],
entityTypePlural: "countries and regions",
missingDataStrategy: "auto",
} as GrapherInterface

0 comments on commit 256a29d

Please sign in to comment.