Skip to content

Commit

Permalink
Update sample data and list of variables, and disable R code generati…
Browse files Browse the repository at this point in the history
…on button
  • Loading branch information
marcosmro committed Dec 7, 2020
1 parent 5737907 commit 16984c8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion phs-gdc-dashboard/src/components/content/Step3.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ export default function Step3(props) {
</Button>
<br/>
<br/>
<Button variant="outlined" color="primary" onClick={handleClickOpen}>
<br/>
<Button variant="outlined" color="primary" onClick={handleClickOpen} disabled={true}>
Generate R code
</Button>
<SimpleDialog open={open} onClose={handleClose}/>
Expand Down
16 changes: 15 additions & 1 deletion phs-gdc-dashboard/src/resources/data2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}

]

0 comments on commit 16984c8

Please sign in to comment.