From 16984c828203de1bbb35d469637f532d92b4862c Mon Sep 17 00:00:00 2001 From: Marcos Martinez Date: Mon, 7 Dec 2020 08:45:54 -0800 Subject: [PATCH] Update sample data and list of variables, and disable R code generation button --- .../src/components/content/Step3.js | 3 ++- phs-gdc-dashboard/src/resources/data2.json | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/phs-gdc-dashboard/src/components/content/Step3.js b/phs-gdc-dashboard/src/components/content/Step3.js index 3630c0a..e78ab1a 100644 --- a/phs-gdc-dashboard/src/components/content/Step3.js +++ b/phs-gdc-dashboard/src/components/content/Step3.js @@ -73,7 +73,8 @@ export default function Step3(props) {

- diff --git a/phs-gdc-dashboard/src/resources/data2.json b/phs-gdc-dashboard/src/resources/data2.json index bd00744..0b52116 100644 --- a/phs-gdc-dashboard/src/resources/data2.json +++ b/phs-gdc-dashboard/src/resources/data2.json @@ -19,6 +19,11 @@ "label": "Count_Household", "category": "Demographics" }, + { + "name": "Count_HousingUnit", + "label": "Count_HousingUnit", + "category": "Demographics" + }, { "name": "Count_CriminalActivities_CombinedCrime", "label": "Count_CriminalActivities_CombinedCrime", @@ -33,6 +38,15 @@ "name": "Median_Income_Household", "label": "Median_Income_Household", "category": "Household" + }, + { + "name": "Count_Establishment", + "label": "Count_Establishment", + "category": "Employment" + }, + { + "name": "WagesAnnual_Establishment", + "label": "WagesAnnual_Establishment", + "category": "Employment" } - ]