Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Sep 24, 2024
1 parent f5f5eff commit 0852fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/data/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const defaultYear = 2020

const generateHhiConfig = (year: number, ds: boolean = false) =>
({
name: `Concentration Index ${year} (No Dollar Stores)`,
name: `Concentration Index ${year} (${ds ? "With" : "No"} Dollar Stores)`,
column: `hhi_${ds ? "ds_" : ""}${year}`, // hhi_2000, hhi_2010
bivariate: false,
description: `Herfindahl-Hirschman Index for ${year}`,
Expand Down

0 comments on commit 0852fee

Please sign in to comment.