diff --git a/utils/data/config.ts b/utils/data/config.ts index 284a612..55b55fd 100644 --- a/utils/data/config.ts +++ b/utils/data/config.ts @@ -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}`,