@cdc/dashboard 4.25.2-25 → 4.25.3-6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdcdashboard.js +6371 -6378
- package/examples/private/DEV-10527.json +777 -496
- package/examples/private/DEV-9932.json +95 -0
- package/examples/private/markup.json +115 -0
- package/package.json +9 -9
- package/src/components/VisualizationRow.tsx +17 -13
|
@@ -1,62 +1,140 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dashboard": {
|
|
3
3
|
"theme": "theme-blue",
|
|
4
|
-
"title": "Amount Filtered by Location and Type ",
|
|
5
4
|
"sharedFilters": [
|
|
6
5
|
{
|
|
6
|
+
"key": "Map Detail",
|
|
7
|
+
"showDropdown": true,
|
|
8
|
+
"values": [
|
|
9
|
+
"County",
|
|
10
|
+
"State"
|
|
11
|
+
],
|
|
12
|
+
"type": "configFilter",
|
|
13
|
+
"orderedValues": [
|
|
14
|
+
"County",
|
|
15
|
+
"State"
|
|
16
|
+
],
|
|
17
|
+
"visualizationType": "map",
|
|
18
|
+
"propertyToUpdate": "geoType",
|
|
19
|
+
"usedBy": [
|
|
20
|
+
"map1740773670361"
|
|
21
|
+
],
|
|
22
|
+
"tier": 1
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"key": "State",
|
|
26
|
+
"showDropdown": true,
|
|
7
27
|
"values": [
|
|
8
28
|
"Alabama",
|
|
9
29
|
"Alaska",
|
|
10
|
-
"American Samoa",
|
|
11
30
|
"Arizona",
|
|
12
|
-
"Arkansas"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
31
|
+
"Arkansas",
|
|
32
|
+
"California",
|
|
33
|
+
"Colorado",
|
|
34
|
+
"Connecticut",
|
|
35
|
+
"Delaware",
|
|
36
|
+
"Florida",
|
|
37
|
+
"Georgia",
|
|
38
|
+
"Hawaii",
|
|
39
|
+
"Idaho",
|
|
40
|
+
"Illinois",
|
|
41
|
+
"Indiana",
|
|
42
|
+
"Iowa",
|
|
43
|
+
"Kansas",
|
|
44
|
+
"Kentucky",
|
|
45
|
+
"Louisiana",
|
|
46
|
+
"Maine",
|
|
47
|
+
"Maryland",
|
|
48
|
+
"Massachusetts",
|
|
49
|
+
"Michigan",
|
|
50
|
+
"Minnesota",
|
|
51
|
+
"Mississippi",
|
|
52
|
+
"Missouri",
|
|
53
|
+
"Montana",
|
|
54
|
+
"Nebraska",
|
|
55
|
+
"Nevada",
|
|
56
|
+
"New Hampshire",
|
|
57
|
+
"New Jersey",
|
|
58
|
+
"New Mexico",
|
|
59
|
+
"New York",
|
|
60
|
+
"North Carolina",
|
|
61
|
+
"North Dakota",
|
|
62
|
+
"Ohio",
|
|
63
|
+
"Oklahoma",
|
|
64
|
+
"Oregon",
|
|
65
|
+
"Pennsylvania",
|
|
66
|
+
"Rhode Island",
|
|
67
|
+
"South Carolina",
|
|
68
|
+
"South Dakota",
|
|
69
|
+
"Tennessee",
|
|
70
|
+
"Texas",
|
|
71
|
+
"Utah",
|
|
72
|
+
"Vermont",
|
|
73
|
+
"Virginia",
|
|
74
|
+
"Washington",
|
|
75
|
+
"West Virginia",
|
|
76
|
+
"Wisconsin",
|
|
77
|
+
"Wyoming"
|
|
21
78
|
],
|
|
22
|
-
"
|
|
23
|
-
"type": "datafilter",
|
|
24
|
-
"order": "cust",
|
|
79
|
+
"type": "configFilter",
|
|
25
80
|
"orderedValues": [
|
|
26
81
|
"Alabama",
|
|
27
82
|
"Alaska",
|
|
28
|
-
"American Samoa",
|
|
29
83
|
"Arizona",
|
|
30
|
-
"Arkansas"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
84
|
+
"Arkansas",
|
|
85
|
+
"California",
|
|
86
|
+
"Colorado",
|
|
87
|
+
"Connecticut",
|
|
88
|
+
"Delaware",
|
|
89
|
+
"Florida",
|
|
90
|
+
"Georgia",
|
|
91
|
+
"Hawaii",
|
|
92
|
+
"Idaho",
|
|
93
|
+
"Illinois",
|
|
94
|
+
"Indiana",
|
|
95
|
+
"Iowa",
|
|
96
|
+
"Kansas",
|
|
97
|
+
"Kentucky",
|
|
98
|
+
"Louisiana",
|
|
99
|
+
"Maine",
|
|
100
|
+
"Maryland",
|
|
101
|
+
"Massachusetts",
|
|
102
|
+
"Michigan",
|
|
103
|
+
"Minnesota",
|
|
104
|
+
"Mississippi",
|
|
105
|
+
"Missouri",
|
|
106
|
+
"Montana",
|
|
107
|
+
"Nebraska",
|
|
108
|
+
"Nevada",
|
|
109
|
+
"New Hampshire",
|
|
110
|
+
"New Jersey",
|
|
111
|
+
"New Mexico",
|
|
112
|
+
"New York",
|
|
113
|
+
"North Carolina",
|
|
114
|
+
"North Dakota",
|
|
115
|
+
"Ohio",
|
|
116
|
+
"Oklahoma",
|
|
117
|
+
"Oregon",
|
|
118
|
+
"Pennsylvania",
|
|
119
|
+
"Rhode Island",
|
|
120
|
+
"South Carolina",
|
|
121
|
+
"South Dakota",
|
|
122
|
+
"Tennessee",
|
|
123
|
+
"Texas",
|
|
124
|
+
"Utah",
|
|
125
|
+
"Vermont",
|
|
126
|
+
"Virginia",
|
|
127
|
+
"Washington",
|
|
128
|
+
"West Virginia",
|
|
129
|
+
"Wisconsin",
|
|
130
|
+
"Wyoming"
|
|
38
131
|
],
|
|
39
|
-
"
|
|
40
|
-
"
|
|
132
|
+
"visualizationType": "map",
|
|
133
|
+
"propertyToUpdate": "focusedState",
|
|
41
134
|
"usedBy": [
|
|
42
|
-
"
|
|
43
|
-
"chart1628875631849",
|
|
44
|
-
"data-bite1628876561387",
|
|
45
|
-
"data-bite1628877031319"
|
|
135
|
+
"map1740773670361"
|
|
46
136
|
],
|
|
47
|
-
"tier": 1
|
|
48
|
-
"orderedValues": [
|
|
49
|
-
"Federal",
|
|
50
|
-
"Local",
|
|
51
|
-
"State"
|
|
52
|
-
]
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"key": "Map Detail",
|
|
56
|
-
"showDropdown": true,
|
|
57
|
-
"values": [],
|
|
58
|
-
"type": "mapFilter",
|
|
59
|
-
"orderedValues": []
|
|
137
|
+
"tier": 1
|
|
60
138
|
}
|
|
61
139
|
]
|
|
62
140
|
},
|
|
@@ -65,500 +143,703 @@
|
|
|
65
143
|
"columns": [
|
|
66
144
|
{
|
|
67
145
|
"width": 12,
|
|
68
|
-
"widget": "
|
|
69
|
-
}
|
|
70
|
-
]
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"columns": [
|
|
74
|
-
{
|
|
75
|
-
"width": 6,
|
|
76
|
-
"widget": "data-bite1628875468150"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"width": 6,
|
|
80
|
-
"widget": "chart1628875631849"
|
|
146
|
+
"widget": "dashboardFilters1740773693132"
|
|
81
147
|
},
|
|
82
|
-
{
|
|
83
|
-
|
|
84
|
-
}
|
|
148
|
+
{},
|
|
149
|
+
{}
|
|
85
150
|
]
|
|
86
151
|
},
|
|
87
152
|
{
|
|
88
153
|
"columns": [
|
|
89
154
|
{
|
|
90
|
-
"width":
|
|
91
|
-
"widget": "
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"width": 6,
|
|
95
|
-
"widget": "data-bite1628876561387"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"width": null
|
|
155
|
+
"width": 12,
|
|
156
|
+
"widget": "map1740773670361"
|
|
99
157
|
}
|
|
100
158
|
]
|
|
101
159
|
}
|
|
102
160
|
],
|
|
103
161
|
"visualizations": {
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"dataBite": "",
|
|
107
|
-
"dataFunction": "Mean (Average)",
|
|
108
|
-
"dataColumn": "Amount",
|
|
109
|
-
"bitePosition": "Left",
|
|
110
|
-
"biteFontSize": 24,
|
|
111
|
-
"fontSize": "medium",
|
|
112
|
-
"biteBody": "<span style=\"font-size: 20px;\">Average Amount 2019-2021</span> <br>Reflects the average of the dashboard level filter selections within the timeframe available in the data. In this case 2019-2021. \n This number is calculated within the Data Bite module.\n",
|
|
113
|
-
"imageData": {
|
|
114
|
-
"display": "none",
|
|
115
|
-
"url": "",
|
|
116
|
-
"alt": "",
|
|
117
|
-
"options": []
|
|
118
|
-
},
|
|
119
|
-
"dataFormat": {
|
|
120
|
-
"roundToPlace": 0,
|
|
121
|
-
"commas": true,
|
|
122
|
-
"prefix": "",
|
|
123
|
-
"suffix": ""
|
|
124
|
-
},
|
|
125
|
-
"biteStyle": "graphic",
|
|
126
|
-
"filters": [],
|
|
127
|
-
"subtext": "Citation for Source ",
|
|
128
|
-
"title": "",
|
|
129
|
-
"theme": "theme-orange",
|
|
130
|
-
"shadow": true,
|
|
131
|
-
"visual": {
|
|
132
|
-
"border": false,
|
|
133
|
-
"accent": false,
|
|
134
|
-
"background": false,
|
|
135
|
-
"hideBackgroundColor": false,
|
|
136
|
-
"borderColorTheme": false
|
|
137
|
-
},
|
|
162
|
+
"map1740773670361": {
|
|
163
|
+
"annotations": [],
|
|
138
164
|
"general": {
|
|
139
|
-
"
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
"
|
|
160
|
-
|
|
165
|
+
"geoType": "single-state",
|
|
166
|
+
"navigationTarget": "_self",
|
|
167
|
+
"noStateFoundMessage": "Map Unavailable",
|
|
168
|
+
"annotationDropdownText": "Annotations",
|
|
169
|
+
"geoBorderColor": "darkGray",
|
|
170
|
+
"headerColor": "theme-blue",
|
|
171
|
+
"title": "",
|
|
172
|
+
"showTitle": true,
|
|
173
|
+
"showSidebar": true,
|
|
174
|
+
"showDownloadButton": true,
|
|
175
|
+
"showDownloadMediaButton": false,
|
|
176
|
+
"displayAsHex": false,
|
|
177
|
+
"displayStateLabels": true,
|
|
178
|
+
"territoriesAlwaysShow": false,
|
|
179
|
+
"language": "en",
|
|
180
|
+
"geoLabelOverride": "",
|
|
181
|
+
"hasRegions": false,
|
|
182
|
+
"fullBorder": false,
|
|
183
|
+
"type": "data",
|
|
184
|
+
"convertFipsCodes": true,
|
|
185
|
+
"palette": {
|
|
186
|
+
"isReversed": false
|
|
187
|
+
},
|
|
188
|
+
"allowMapZoom": true,
|
|
189
|
+
"hideGeoColumnInTooltip": false,
|
|
190
|
+
"hidePrimaryColumnInTooltip": false,
|
|
191
|
+
"statePicked": {
|
|
192
|
+
"fipsCode": "12",
|
|
193
|
+
"stateName": "Florida"
|
|
194
|
+
},
|
|
195
|
+
"expandDataTable": false,
|
|
196
|
+
"stateToShow": "Florida"
|
|
161
197
|
},
|
|
162
|
-
"
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
"
|
|
166
|
-
|
|
198
|
+
"type": "map",
|
|
199
|
+
"color": "pinkpurple",
|
|
200
|
+
"columns": {
|
|
201
|
+
"geo": {
|
|
202
|
+
"name": "FIPS Codes",
|
|
203
|
+
"label": "Location",
|
|
204
|
+
"tooltip": false,
|
|
205
|
+
"dataTable": true
|
|
206
|
+
},
|
|
207
|
+
"primary": {
|
|
208
|
+
"dataTable": true,
|
|
209
|
+
"tooltip": true,
|
|
210
|
+
"prefix": "",
|
|
211
|
+
"suffix": "",
|
|
212
|
+
"name": "Percent Vaccinated",
|
|
213
|
+
"label": "Percent Vaccinated",
|
|
214
|
+
"roundToPlace": 0
|
|
215
|
+
},
|
|
216
|
+
"navigate": {
|
|
217
|
+
"name": ""
|
|
218
|
+
},
|
|
219
|
+
"latitude": {
|
|
220
|
+
"name": ""
|
|
221
|
+
},
|
|
222
|
+
"longitude": {
|
|
223
|
+
"name": ""
|
|
224
|
+
}
|
|
167
225
|
},
|
|
168
|
-
"
|
|
169
|
-
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
226
|
+
"legend": {
|
|
227
|
+
"descriptions": {},
|
|
228
|
+
"specialClasses": [],
|
|
229
|
+
"unified": false,
|
|
230
|
+
"singleColumn": false,
|
|
231
|
+
"singleRow": false,
|
|
232
|
+
"verticalSorted": false,
|
|
233
|
+
"showSpecialClassesLast": false,
|
|
234
|
+
"dynamicDescription": false,
|
|
235
|
+
"type": "equalnumber",
|
|
236
|
+
"numberOfItems": 3,
|
|
237
|
+
"position": "side",
|
|
238
|
+
"title": "",
|
|
239
|
+
"style": "circles",
|
|
240
|
+
"subStyle": "linear blocks",
|
|
241
|
+
"tickRotation": "",
|
|
242
|
+
"singleColumnLegend": false,
|
|
243
|
+
"hideBorder": false
|
|
174
244
|
},
|
|
245
|
+
"filters": [],
|
|
175
246
|
"table": {
|
|
247
|
+
"wrapColumns": false,
|
|
176
248
|
"label": "Data Table",
|
|
177
249
|
"expanded": false,
|
|
178
|
-
"
|
|
250
|
+
"limitHeight": false,
|
|
251
|
+
"height": "",
|
|
252
|
+
"caption": "",
|
|
253
|
+
"showDownloadUrl": false,
|
|
254
|
+
"showDataTableLink": true,
|
|
255
|
+
"showDownloadLinkBelow": true,
|
|
256
|
+
"showFullGeoNameInCSV": false,
|
|
257
|
+
"forceDisplay": true,
|
|
258
|
+
"download": true,
|
|
259
|
+
"indexLabel": ""
|
|
179
260
|
},
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
261
|
+
"tooltips": {
|
|
262
|
+
"appearanceType": "hover",
|
|
263
|
+
"linkLabel": "Learn More",
|
|
264
|
+
"capitalizeLabels": true,
|
|
265
|
+
"opacity": 90
|
|
184
266
|
},
|
|
185
|
-
"
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
"type": "Bar"
|
|
195
|
-
}
|
|
196
|
-
],
|
|
197
|
-
"dataKey": "dashboard_aggregate_example_no_add_fullname.csv"
|
|
198
|
-
},
|
|
199
|
-
"data-bite1628876561387": {
|
|
200
|
-
"type": "data-bite",
|
|
201
|
-
"dataBite": "",
|
|
202
|
-
"dataFunction": "Max",
|
|
203
|
-
"dataColumn": "Amount",
|
|
204
|
-
"bitePosition": "Right",
|
|
205
|
-
"biteFontSize": "58",
|
|
206
|
-
"fontSize": "medium",
|
|
207
|
-
"imageUrl": "",
|
|
208
|
-
"biteBody": "<span style=\"font-size: 24px;\"> Peak Amount</span> <br>Reflects the maximum point of data within the dashboard level filter selections within the timeframe set in the data. In this case 2019-2021. \nThis number is calculated within the Data Bite module.\n",
|
|
209
|
-
"prefix": "",
|
|
210
|
-
"suffix": "",
|
|
211
|
-
"dataFormat": {
|
|
212
|
-
"roundToPlace": 0,
|
|
213
|
-
"commas": true,
|
|
214
|
-
"prefix": "",
|
|
215
|
-
"suffix": ""
|
|
267
|
+
"visual": {
|
|
268
|
+
"minBubbleSize": 1,
|
|
269
|
+
"maxBubbleSize": 20,
|
|
270
|
+
"extraBubbleBorder": false,
|
|
271
|
+
"cityStyle": "circle",
|
|
272
|
+
"cityStyleLabel": "",
|
|
273
|
+
"showBubbleZeros": false,
|
|
274
|
+
"additionalCityStyles": [],
|
|
275
|
+
"geoCodeCircleSize": 8
|
|
216
276
|
},
|
|
217
|
-
"
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
"uid": "data-bite1628876561387",
|
|
224
|
-
"visualizationType": "data-bite",
|
|
225
|
-
"dataKey": "dashboard_aggregate_example_no_add_fullname.csv"
|
|
226
|
-
},
|
|
227
|
-
"data-bite1628877031319": {
|
|
228
|
-
"type": "data-bite",
|
|
229
|
-
"dataBite": "",
|
|
230
|
-
"dataFunction": "Sum",
|
|
231
|
-
"dataColumn": "Amount",
|
|
232
|
-
"bitePosition": "Right",
|
|
233
|
-
"biteFontSize": "58",
|
|
234
|
-
"fontSize": "medium",
|
|
235
|
-
"imageUrl": "",
|
|
236
|
-
"biteBody": "<span style=\"font-size: 24px;\">State Total</span> <br>Reflects the Sum total of the dashboard level filter selections within the timeframe set in the data. In this case 2019-2021. \n This number is calculated within the Data Bite module.\n",
|
|
237
|
-
"prefix": "",
|
|
238
|
-
"suffix": "",
|
|
239
|
-
"dataFormat": {
|
|
240
|
-
"roundToPlace": 0,
|
|
241
|
-
"commas": true,
|
|
242
|
-
"prefix": "",
|
|
243
|
-
"suffix": ""
|
|
277
|
+
"mapPosition": {
|
|
278
|
+
"coordinates": [
|
|
279
|
+
0,
|
|
280
|
+
30
|
|
281
|
+
],
|
|
282
|
+
"zoom": 1
|
|
244
283
|
},
|
|
245
|
-
"
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
284
|
+
"map": {
|
|
285
|
+
"layers": [],
|
|
286
|
+
"patterns": []
|
|
287
|
+
},
|
|
288
|
+
"hexMap": {
|
|
289
|
+
"type": "",
|
|
290
|
+
"shapeGroups": [
|
|
291
|
+
{
|
|
292
|
+
"legendTitle": "",
|
|
293
|
+
"legendDescription": "",
|
|
294
|
+
"items": [
|
|
295
|
+
{
|
|
296
|
+
"key": "",
|
|
297
|
+
"shape": "Arrow Up",
|
|
298
|
+
"column": "",
|
|
299
|
+
"operator": "=",
|
|
300
|
+
"value": ""
|
|
301
|
+
}
|
|
302
|
+
]
|
|
303
|
+
}
|
|
304
|
+
]
|
|
305
|
+
},
|
|
306
|
+
"filterBehavior": "Filter Change",
|
|
307
|
+
"filterIntro": "",
|
|
308
|
+
"openModal": true,
|
|
309
|
+
"uid": "map1740773670361",
|
|
310
|
+
"dataDescription": {
|
|
311
|
+
"horizontal": false,
|
|
312
|
+
"series": false
|
|
313
|
+
},
|
|
314
|
+
"dataKey": "valid-county-data.csv",
|
|
315
|
+
"version": "4.25.1",
|
|
316
|
+
"migrations": {
|
|
317
|
+
"addColorMigration": true
|
|
318
|
+
}
|
|
258
319
|
},
|
|
259
|
-
"
|
|
320
|
+
"dashboardFilters1740773693132": {
|
|
321
|
+
"filters": [],
|
|
322
|
+
"filterBehavior": "Filter Change",
|
|
323
|
+
"newViz": true,
|
|
324
|
+
"openModal": true,
|
|
325
|
+
"uid": "dashboardFilters1740773693132",
|
|
260
326
|
"type": "dashboardFilters",
|
|
261
|
-
"visualizationType": "dashboardFilters",
|
|
262
327
|
"sharedFilterIndexes": [
|
|
263
328
|
0,
|
|
264
|
-
1
|
|
265
|
-
2
|
|
329
|
+
1
|
|
266
330
|
],
|
|
267
|
-
"
|
|
268
|
-
"uid": "legacySharedFilters"
|
|
331
|
+
"visualizationType": "dashboardFilters"
|
|
269
332
|
}
|
|
270
333
|
},
|
|
271
334
|
"table": {
|
|
272
335
|
"label": "Data Table",
|
|
273
|
-
"show": true
|
|
336
|
+
"show": true,
|
|
337
|
+
"showDownloadUrl": false,
|
|
338
|
+
"showDownloadLinkBelow": true,
|
|
339
|
+
"showVertical": true
|
|
274
340
|
},
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"
|
|
341
|
+
"newViz": true,
|
|
342
|
+
"errors": [],
|
|
343
|
+
"currentViewport": "lg",
|
|
344
|
+
"id": 15,
|
|
345
|
+
"category": "General",
|
|
346
|
+
"label": "Dashboard",
|
|
278
347
|
"type": "dashboard",
|
|
279
|
-
"
|
|
280
|
-
"
|
|
348
|
+
"subType": null,
|
|
349
|
+
"orientation": null,
|
|
350
|
+
"icon": {
|
|
351
|
+
"key": null,
|
|
352
|
+
"ref": null,
|
|
353
|
+
"props": {},
|
|
354
|
+
"_owner": null,
|
|
355
|
+
"_store": {}
|
|
356
|
+
},
|
|
357
|
+
"content": "Present multiple data visualizations with shared filter controls.",
|
|
281
358
|
"datasets": {
|
|
282
|
-
"
|
|
359
|
+
"valid-county-data.csv": {
|
|
283
360
|
"data": [
|
|
284
361
|
{
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
"
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
"
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
"
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
"
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
"
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
"
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
"
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
"
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
"
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
"
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
"
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
"
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
"
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
"
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
"
|
|
388
|
-
"
|
|
389
|
-
"
|
|
390
|
-
"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
"
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
"
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
"
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
"
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
"
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"
|
|
430
|
-
"
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
"
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
"
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
"
|
|
442
|
-
"
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
"
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
"
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
"
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
"
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
-
"
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
"
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
"
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
"
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
"
|
|
496
|
-
"
|
|
497
|
-
"
|
|
498
|
-
"
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"
|
|
502
|
-
"
|
|
503
|
-
"
|
|
504
|
-
"
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
"
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
"
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
"
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
-
"
|
|
522
|
-
"
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
"
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
"
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
"
|
|
532
|
-
"
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"
|
|
538
|
-
"
|
|
539
|
-
"
|
|
540
|
-
"
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
"
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
"
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
"
|
|
550
|
-
"
|
|
551
|
-
"
|
|
552
|
-
"
|
|
362
|
+
"FIPS Codes": "02013",
|
|
363
|
+
"County": "Aleutians East Borough",
|
|
364
|
+
"State": "AK",
|
|
365
|
+
"State Name": "Alaska",
|
|
366
|
+
"Public Health Jurisdiction": "AK",
|
|
367
|
+
"Percent Vaccinated": "99.99",
|
|
368
|
+
"Vaccination Coverage Group": "70% or More"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"FIPS Codes": "01001",
|
|
372
|
+
"County": "Autauga County",
|
|
373
|
+
"State": "AL",
|
|
374
|
+
"State Name": "Alabama",
|
|
375
|
+
"Public Health Jurisdiction": "AL",
|
|
376
|
+
"Percent Vaccinated": "34.13",
|
|
377
|
+
"Vaccination Coverage Group": "30% - 39.9%"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"FIPS Codes": "05001",
|
|
381
|
+
"County": "Arkansas County",
|
|
382
|
+
"State": "AR",
|
|
383
|
+
"State Name": "Arkansas",
|
|
384
|
+
"Public Health Jurisdiction": "AR",
|
|
385
|
+
"Percent Vaccinated": "55.55",
|
|
386
|
+
"Vaccination Coverage Group": "50% - 59.9%"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"FIPS Codes": "04001",
|
|
390
|
+
"County": "Apache County",
|
|
391
|
+
"State": "AZ",
|
|
392
|
+
"State Name": "Arizona",
|
|
393
|
+
"Public Health Jurisdiction": "AZ",
|
|
394
|
+
"Percent Vaccinated": "99.99",
|
|
395
|
+
"Vaccination Coverage Group": "70% or More"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"FIPS Codes": "06001",
|
|
399
|
+
"County": "Alameda County",
|
|
400
|
+
"State": "CA",
|
|
401
|
+
"State Name": "California",
|
|
402
|
+
"Public Health Jurisdiction": "CA",
|
|
403
|
+
"Percent Vaccinated": "96.69",
|
|
404
|
+
"Vaccination Coverage Group": "70% or More"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"FIPS Codes": "08001",
|
|
408
|
+
"County": "Adams County",
|
|
409
|
+
"State": "CO",
|
|
410
|
+
"State Name": "Colorado",
|
|
411
|
+
"Public Health Jurisdiction": "CO",
|
|
412
|
+
"Percent Vaccinated": "65.08",
|
|
413
|
+
"Vaccination Coverage Group": "60% - 69.9%"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"FIPS Codes": "09001",
|
|
417
|
+
"County": "Fairfield County",
|
|
418
|
+
"State": "CT",
|
|
419
|
+
"State Name": "Connecticut",
|
|
420
|
+
"Public Health Jurisdiction": "CT",
|
|
421
|
+
"Percent Vaccinated": "91.95",
|
|
422
|
+
"Vaccination Coverage Group": "70% or More"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"FIPS Codes": "11001",
|
|
426
|
+
"County": "District of Columbia",
|
|
427
|
+
"State": "DC",
|
|
428
|
+
"State Name": "District of Columbia",
|
|
429
|
+
"Public Health Jurisdiction": "DC",
|
|
430
|
+
"Percent Vaccinated": "84.06",
|
|
431
|
+
"Vaccination Coverage Group": "70% or More"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"FIPS Codes": "10001",
|
|
435
|
+
"County": "Kent County",
|
|
436
|
+
"State": "DE",
|
|
437
|
+
"State Name": "Delaware",
|
|
438
|
+
"Public Health Jurisdiction": "DE",
|
|
439
|
+
"Percent Vaccinated": "48.47",
|
|
440
|
+
"Vaccination Coverage Group": "40% - 49.9%"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"FIPS Codes": "12001",
|
|
444
|
+
"County": "Alachua County",
|
|
445
|
+
"State": "FL",
|
|
446
|
+
"State Name": "Florida",
|
|
447
|
+
"Public Health Jurisdiction": "FL",
|
|
448
|
+
"Percent Vaccinated": "69.86",
|
|
449
|
+
"Vaccination Coverage Group": "60% - 69.9%"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"FIPS Codes": "13001",
|
|
453
|
+
"County": "Appling County",
|
|
454
|
+
"State": "GA",
|
|
455
|
+
"State Name": "Georgia",
|
|
456
|
+
"Public Health Jurisdiction": "GA",
|
|
457
|
+
"Percent Vaccinated": "14.04",
|
|
458
|
+
"Vaccination Coverage Group": "0% - 19.9%"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"FIPS Codes": "15001",
|
|
462
|
+
"County": "Hawaii County",
|
|
463
|
+
"State": "HI",
|
|
464
|
+
"State Name": "Hawaii",
|
|
465
|
+
"Public Health Jurisdiction": "HI",
|
|
466
|
+
"Percent Vaccinated": "81.14",
|
|
467
|
+
"Vaccination Coverage Group": "70% or More"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"FIPS Codes": "19001",
|
|
471
|
+
"County": "Adair County",
|
|
472
|
+
"State": "IA",
|
|
473
|
+
"State Name": "Iowa",
|
|
474
|
+
"Public Health Jurisdiction": "IA",
|
|
475
|
+
"Percent Vaccinated": "33.78",
|
|
476
|
+
"Vaccination Coverage Group": "30% - 39.9%"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"FIPS Codes": "16001",
|
|
480
|
+
"County": "Ada County",
|
|
481
|
+
"State": "ID",
|
|
482
|
+
"State Name": "Idaho",
|
|
483
|
+
"Public Health Jurisdiction": "ID",
|
|
484
|
+
"Percent Vaccinated": "0",
|
|
485
|
+
"Vaccination Coverage Group": "No Data"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"FIPS Codes": "17001",
|
|
489
|
+
"County": "Adams County",
|
|
490
|
+
"State": "IL",
|
|
491
|
+
"State Name": "Illinois",
|
|
492
|
+
"Public Health Jurisdiction": "IL",
|
|
493
|
+
"Percent Vaccinated": "30.99",
|
|
494
|
+
"Vaccination Coverage Group": "30% - 39.9%"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"FIPS Codes": "18001",
|
|
498
|
+
"County": "Adams County",
|
|
499
|
+
"State": "IN",
|
|
500
|
+
"State Name": "Indiana",
|
|
501
|
+
"Public Health Jurisdiction": "IN",
|
|
502
|
+
"Percent Vaccinated": "13.41",
|
|
503
|
+
"Vaccination Coverage Group": "0% - 19.9%"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"FIPS Codes": "20001",
|
|
507
|
+
"County": "Allen County",
|
|
508
|
+
"State": "KS",
|
|
509
|
+
"State Name": "Kansas",
|
|
510
|
+
"Public Health Jurisdiction": "KS",
|
|
511
|
+
"Percent Vaccinated": "28.08",
|
|
512
|
+
"Vaccination Coverage Group": "20% - 29.9%"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"FIPS Codes": "21001",
|
|
516
|
+
"County": "Adair County",
|
|
517
|
+
"State": "KY",
|
|
518
|
+
"State Name": "Kentucky",
|
|
519
|
+
"Public Health Jurisdiction": "KY",
|
|
520
|
+
"Percent Vaccinated": "23.78",
|
|
521
|
+
"Vaccination Coverage Group": "20% - 29.9%"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"FIPS Codes": "22001",
|
|
525
|
+
"County": "Acadia Parish",
|
|
526
|
+
"State": "LA",
|
|
527
|
+
"State Name": "Louisiana",
|
|
528
|
+
"Public Health Jurisdiction": "LA",
|
|
529
|
+
"Percent Vaccinated": "29.95",
|
|
530
|
+
"Vaccination Coverage Group": "20% - 29.9%"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"FIPS Codes": "25001",
|
|
534
|
+
"County": "Barnstable County",
|
|
535
|
+
"State": "MA",
|
|
536
|
+
"State Name": "Massachusetts",
|
|
537
|
+
"Public Health Jurisdiction": "MA",
|
|
538
|
+
"Percent Vaccinated": "1.26",
|
|
539
|
+
"Vaccination Coverage Group": "0% - 19.9%"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"FIPS Codes": "24001",
|
|
543
|
+
"County": "Allegany County",
|
|
544
|
+
"State": "MD",
|
|
545
|
+
"State Name": "Maryland",
|
|
546
|
+
"Public Health Jurisdiction": "MD",
|
|
547
|
+
"Percent Vaccinated": "39.9",
|
|
548
|
+
"Vaccination Coverage Group": "30% - 39.9%"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"FIPS Codes": "23001",
|
|
552
|
+
"County": "Androscoggin County",
|
|
553
|
+
"State": "ME",
|
|
554
|
+
"State Name": "Maine",
|
|
555
|
+
"Public Health Jurisdiction": "ME",
|
|
556
|
+
"Percent Vaccinated": "62.47",
|
|
557
|
+
"Vaccination Coverage Group": "60% - 69.9%"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"FIPS Codes": "26001",
|
|
561
|
+
"County": "Alcona County",
|
|
562
|
+
"State": "MI",
|
|
563
|
+
"State Name": "Michigan",
|
|
564
|
+
"Public Health Jurisdiction": "MI",
|
|
565
|
+
"Percent Vaccinated": "16.24",
|
|
566
|
+
"Vaccination Coverage Group": "0% - 19.9%"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"FIPS Codes": "27001",
|
|
570
|
+
"County": "Aitkin County",
|
|
571
|
+
"State": "MN",
|
|
572
|
+
"State Name": "Minnesota",
|
|
573
|
+
"Public Health Jurisdiction": "MN",
|
|
574
|
+
"Percent Vaccinated": "40.28",
|
|
575
|
+
"Vaccination Coverage Group": "40% - 49.9%"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"FIPS Codes": "28001",
|
|
579
|
+
"County": "Adams County",
|
|
580
|
+
"State": "MS",
|
|
581
|
+
"State Name": "Mississippi",
|
|
582
|
+
"Public Health Jurisdiction": "MS",
|
|
583
|
+
"Percent Vaccinated": "44.87",
|
|
584
|
+
"Vaccination Coverage Group": "40% - 49.9%"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"FIPS Codes": "29001",
|
|
588
|
+
"County": "Adair County",
|
|
589
|
+
"State": "MO",
|
|
590
|
+
"State Name": "Missouri",
|
|
591
|
+
"Public Health Jurisdiction": "MO",
|
|
592
|
+
"Percent Vaccinated": "33.61",
|
|
593
|
+
"Vaccination Coverage Group": "30% - 39.9%"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"FIPS Codes": "30001",
|
|
597
|
+
"County": "Beaverhead County",
|
|
598
|
+
"State": "MT",
|
|
599
|
+
"State Name": "Montana",
|
|
600
|
+
"Public Health Jurisdiction": "MT",
|
|
601
|
+
"Percent Vaccinated": "43.67",
|
|
602
|
+
"Vaccination Coverage Group": "40% - 49.9%"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"FIPS Codes": "37001",
|
|
606
|
+
"County": "Alamance County",
|
|
607
|
+
"State": "NC",
|
|
608
|
+
"State Name": "North Carolina",
|
|
609
|
+
"Public Health Jurisdiction": "NC",
|
|
610
|
+
"Percent Vaccinated": "53.24",
|
|
611
|
+
"Vaccination Coverage Group": "50% - 59.9%"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"FIPS Codes": "38001",
|
|
615
|
+
"County": "Adams County",
|
|
616
|
+
"State": "ND",
|
|
617
|
+
"State Name": "North Dakota",
|
|
618
|
+
"Public Health Jurisdiction": "ND",
|
|
619
|
+
"Percent Vaccinated": "23.45",
|
|
620
|
+
"Vaccination Coverage Group": "20% - 29.9%"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"FIPS Codes": "31025",
|
|
624
|
+
"County": "Cass County",
|
|
625
|
+
"State": "NE",
|
|
626
|
+
"State Name": "Nebraska",
|
|
627
|
+
"Public Health Jurisdiction": "NE",
|
|
628
|
+
"Percent Vaccinated": "51.79",
|
|
629
|
+
"Vaccination Coverage Group": "50% - 59.9%"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"FIPS Codes": "33001",
|
|
633
|
+
"County": "Belknap County",
|
|
634
|
+
"State": "NH",
|
|
635
|
+
"State Name": "New Hampshire",
|
|
636
|
+
"Public Health Jurisdiction": "NH",
|
|
637
|
+
"Percent Vaccinated": "51.35",
|
|
638
|
+
"Vaccination Coverage Group": "50% - 59.9%"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"FIPS Codes": "34001",
|
|
642
|
+
"County": "Atlantic County",
|
|
643
|
+
"State": "NJ",
|
|
644
|
+
"State Name": "New Jersey",
|
|
645
|
+
"Public Health Jurisdiction": "NJ",
|
|
646
|
+
"Percent Vaccinated": "54.02",
|
|
647
|
+
"Vaccination Coverage Group": "50% - 59.9%"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"FIPS Codes": "35001",
|
|
651
|
+
"County": "Bernalillo County",
|
|
652
|
+
"State": "NM",
|
|
653
|
+
"State Name": "New Mexico",
|
|
654
|
+
"Public Health Jurisdiction": "NM",
|
|
655
|
+
"Percent Vaccinated": "73.22",
|
|
656
|
+
"Vaccination Coverage Group": "70% or More"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"FIPS Codes": "32510",
|
|
660
|
+
"County": "Carson City",
|
|
661
|
+
"State": "NV",
|
|
662
|
+
"State Name": "Nevada",
|
|
663
|
+
"Public Health Jurisdiction": "NV",
|
|
664
|
+
"Percent Vaccinated": "54.87",
|
|
665
|
+
"Vaccination Coverage Group": "50% - 59.9%"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"FIPS Codes": "36001",
|
|
669
|
+
"County": "Albany County",
|
|
670
|
+
"State": "NY",
|
|
671
|
+
"State Name": "New York",
|
|
672
|
+
"Public Health Jurisdiction": "NY",
|
|
673
|
+
"Percent Vaccinated": "78.84",
|
|
674
|
+
"Vaccination Coverage Group": "70% or More"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"FIPS Codes": "39001",
|
|
678
|
+
"County": "Adams County",
|
|
679
|
+
"State": "OH",
|
|
680
|
+
"State Name": "Ohio",
|
|
681
|
+
"Public Health Jurisdiction": "OH",
|
|
682
|
+
"Percent Vaccinated": "20.47",
|
|
683
|
+
"Vaccination Coverage Group": "20% - 29.9%"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"FIPS Codes": "40001",
|
|
687
|
+
"County": "Adair County",
|
|
688
|
+
"State": "OK",
|
|
689
|
+
"State Name": "Oklahoma",
|
|
690
|
+
"Public Health Jurisdiction": "OK",
|
|
691
|
+
"Percent Vaccinated": "31.71",
|
|
692
|
+
"Vaccination Coverage Group": "30% - 39.9%"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"FIPS Codes": "41001",
|
|
696
|
+
"County": "Baker County",
|
|
697
|
+
"State": "OR",
|
|
698
|
+
"State Name": "Oregon",
|
|
699
|
+
"Public Health Jurisdiction": "OR",
|
|
700
|
+
"Percent Vaccinated": "36.09",
|
|
701
|
+
"Vaccination Coverage Group": "30% - 39.9%"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"FIPS Codes": "42001",
|
|
705
|
+
"County": "Adams County",
|
|
706
|
+
"State": "PA",
|
|
707
|
+
"State Name": "Pennsylvania",
|
|
708
|
+
"Public Health Jurisdiction": "PA",
|
|
709
|
+
"Percent Vaccinated": "39.79",
|
|
710
|
+
"Vaccination Coverage Group": "30% - 39.9%"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"FIPS Codes": "72001",
|
|
714
|
+
"County": "Adjuntas Municipio",
|
|
715
|
+
"State": "PR",
|
|
716
|
+
"State Name": "Puerto Rico",
|
|
717
|
+
"Public Health Jurisdiction": "PR",
|
|
718
|
+
"Percent Vaccinated": "91.99",
|
|
719
|
+
"Vaccination Coverage Group": "70% or More"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"FIPS Codes": "44001",
|
|
723
|
+
"County": "Bristol County",
|
|
724
|
+
"State": "RI",
|
|
725
|
+
"State Name": "Rhode Island",
|
|
726
|
+
"Public Health Jurisdiction": "RI",
|
|
727
|
+
"Percent Vaccinated": "84.65",
|
|
728
|
+
"Vaccination Coverage Group": "70% or More"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"FIPS Codes": "45001",
|
|
732
|
+
"County": "Abbeville County",
|
|
733
|
+
"State": "SC",
|
|
734
|
+
"State Name": "South Carolina",
|
|
735
|
+
"Public Health Jurisdiction": "SC",
|
|
736
|
+
"Percent Vaccinated": "22.3",
|
|
737
|
+
"Vaccination Coverage Group": "20% - 29.9%"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"FIPS Codes": "46003",
|
|
741
|
+
"County": "Aurora County",
|
|
742
|
+
"State": "SD",
|
|
743
|
+
"State Name": "South Dakota",
|
|
744
|
+
"Public Health Jurisdiction": "SD",
|
|
745
|
+
"Percent Vaccinated": "35.48",
|
|
746
|
+
"Vaccination Coverage Group": "30% - 39.9%"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"FIPS Codes": "47001",
|
|
750
|
+
"County": "Anderson County",
|
|
751
|
+
"State": "TN",
|
|
752
|
+
"State Name": "Tennessee",
|
|
753
|
+
"Public Health Jurisdiction": "TN",
|
|
754
|
+
"Percent Vaccinated": "40.37",
|
|
755
|
+
"Vaccination Coverage Group": "40% - 49.9%"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"FIPS Codes": "48001",
|
|
759
|
+
"County": "Anderson County",
|
|
760
|
+
"State": "TX",
|
|
761
|
+
"State Name": "Texas",
|
|
762
|
+
"Public Health Jurisdiction": "TX",
|
|
763
|
+
"Percent Vaccinated": "0",
|
|
764
|
+
"Vaccination Coverage Group": "No Data"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"FIPS Codes": "49001",
|
|
768
|
+
"County": "Beaver County",
|
|
769
|
+
"State": "UT",
|
|
770
|
+
"State Name": "Utah",
|
|
771
|
+
"Public Health Jurisdiction": "UT",
|
|
772
|
+
"Percent Vaccinated": "33.6",
|
|
773
|
+
"Vaccination Coverage Group": "30% - 39.9%"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"FIPS Codes": "51001",
|
|
777
|
+
"County": "Accomack County",
|
|
778
|
+
"State": "VA",
|
|
779
|
+
"State Name": "Virginia",
|
|
780
|
+
"Public Health Jurisdiction": "VA",
|
|
781
|
+
"Percent Vaccinated": "55.87",
|
|
782
|
+
"Vaccination Coverage Group": "50% - 59.9%"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"FIPS Codes": "50001",
|
|
786
|
+
"County": "Addison County",
|
|
787
|
+
"State": "VT",
|
|
788
|
+
"State Name": "Vermont",
|
|
789
|
+
"Public Health Jurisdiction": "VT",
|
|
790
|
+
"Percent Vaccinated": "78.86",
|
|
791
|
+
"Vaccination Coverage Group": "70% or More"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"FIPS Codes": "53001",
|
|
795
|
+
"County": "Adams County",
|
|
796
|
+
"State": "WA",
|
|
797
|
+
"State Name": "Washington",
|
|
798
|
+
"Public Health Jurisdiction": "WA",
|
|
799
|
+
"Percent Vaccinated": "44.02",
|
|
800
|
+
"Vaccination Coverage Group": "40% - 49.9%"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"FIPS Codes": "55001",
|
|
804
|
+
"County": "Adams County",
|
|
805
|
+
"State": "WI",
|
|
806
|
+
"State Name": "Wisconsin",
|
|
807
|
+
"Public Health Jurisdiction": "WI",
|
|
808
|
+
"Percent Vaccinated": "32.12",
|
|
809
|
+
"Vaccination Coverage Group": "30% - 39.9%"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"FIPS Codes": "54001",
|
|
813
|
+
"County": "Barbour County",
|
|
814
|
+
"State": "WV",
|
|
815
|
+
"State Name": "West Virginia",
|
|
816
|
+
"Public Health Jurisdiction": "WV",
|
|
817
|
+
"Percent Vaccinated": "35.8",
|
|
818
|
+
"Vaccination Coverage Group": "30% - 39.9%"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"FIPS Codes": "56001",
|
|
822
|
+
"County": "Albany County",
|
|
823
|
+
"State": "WY",
|
|
824
|
+
"State Name": "Wyoming",
|
|
825
|
+
"Public Health Jurisdiction": "WY",
|
|
826
|
+
"Percent Vaccinated": "61.75",
|
|
827
|
+
"Vaccination Coverage Group": "60% - 69.9%"
|
|
553
828
|
}
|
|
554
|
-
]
|
|
829
|
+
],
|
|
830
|
+
"dataFileSize": 2919,
|
|
831
|
+
"dataFileName": "valid-county-data.csv",
|
|
832
|
+
"dataFileSourceType": "file",
|
|
833
|
+
"dataFileFormat": "CSV",
|
|
834
|
+
"preview": true
|
|
555
835
|
}
|
|
556
836
|
},
|
|
557
|
-
"
|
|
558
|
-
"
|
|
559
|
-
"
|
|
837
|
+
"visualizationType": null,
|
|
838
|
+
"activeVizButtonID": 15,
|
|
839
|
+
"runtime": {},
|
|
560
840
|
"version": "4.25.1",
|
|
561
841
|
"migrations": {
|
|
562
842
|
"addColorMigration": true
|
|
563
|
-
}
|
|
843
|
+
},
|
|
844
|
+
"uuid": 1740773669107
|
|
564
845
|
}
|