Skip to content

Commit d80cea4

Browse files
committed
Finalizing version 0.2 with the full map of the main Goverment Branches
1 parent 4c54904 commit d80cea4

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

GovMap.json

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -86,43 +86,6 @@
8686
{"name": "Sentencing Commission", "value": 25},
8787
{"name": "Tax Court", "value": 25}
8888
]
89-
},
90-
{
91-
"name": "Executive (White House) Departments",
92-
"value": 75,
93-
"children":[
94-
{"name": "Department of Agriculture",
95-
"value": 25,
96-
"children":[
97-
{"name": "Agricultural Research Service", "value": 25},
98-
{"name": "Center for Nutrition Policy and Promotion", "value": 25},
99-
{"name": "Economic Research Service", "value": 25},
100-
{"name": "Farm Service Agency", "value": 25},
101-
{"name": "Food and Nutrition Service", "value": 25},
102-
{"name": "Food Safety and Inspection Service", "value": 25},
103-
{"name": "Foreign Agricultural Service", "value": 25},
104-
{"name": "Forest Service", "value": 25},
105-
{"name": "Marketing and Regulatory Programs",
106-
"value": 25,
107-
"children":[
108-
{"name": "Agricultural Marketing Service", "value": 25},
109-
{"name": "Animal and Plant Health Inspection Service", "value": 25},
110-
{"name": "Grain Inspection, Packers, and Stockyard Administration", "value": 25}
111-
]},
112-
{"name": "National Agricultural Statistics Service", "value": 25},
113-
{"name": "Nationsl Institute of Food and Agriculture", "value": 25},
114-
{"name": "National Resources Conservation Service", "value": 25},
115-
{"name": "Risk Management Agency", "value": 25},
116-
{"name": "Rural Development",
117-
"value": 25,
118-
"children":[
119-
{"name": "Rural Business and Cooperative Programs", "value": 25},
120-
{"name": "Rural Housing Service", "value": 25},
121-
{"name": "Rural Utilities Service", "value": 25}
122-
]}
123-
]},
124-
{"name": "Department of Commerce", "Value": 75}
125-
]
12689
}
12790
]
12891
}

Govmap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<script>
3535

3636
var margin = {top: 20, right: 120, bottom: 20, left: 120},
37-
width = 1920 - margin.right - margin.left,
37+
width = 960 - margin.right - margin.left,
3838
height = 960 - margin.top - margin.bottom;
3939

4040
var i = 0,

0 commit comments

Comments
 (0)