From 0852feeebeb01d4c79ee4ede16625e81bc37587f Mon Sep 17 00:00:00 2001 From: nofurtherinformation Date: Tue, 24 Sep 2024 15:31:12 -0500 Subject: [PATCH] Update config.ts --- utils/data/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`,