@cdc/dashboard 4.25.3 → 4.25.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.
Files changed (63) hide show
  1. package/Dynamic_Data.md +79 -0
  2. package/Override_Data.md +39 -0
  3. package/dist/cdcdashboard.js +77308 -78377
  4. package/examples/legend-issue-data.json +1874 -0
  5. package/examples/legend-issue.json +749 -0
  6. package/examples/m2.json +32904 -0
  7. package/examples/map.json +628 -0
  8. package/examples/special-classes.json +54340 -0
  9. package/index.html +1 -26
  10. package/package.json +10 -15
  11. package/src/CdcDashboardComponent.tsx +65 -216
  12. package/src/_stories/Dashboard.stories.tsx +2 -0
  13. package/src/_stories/_mock/api-filter-map.json +43 -1
  14. package/src/components/CollapsibleVisualizationRow.tsx +4 -6
  15. package/src/components/DashboardEditors.tsx +143 -0
  16. package/src/components/DashboardFilters/DashboardFilters.tsx +205 -205
  17. package/src/components/DashboardFilters/DashboardFiltersEditor/components/APIModal.tsx +129 -0
  18. package/src/components/DashboardFilters/DashboardFiltersEditor/components/FilterEditor.tsx +680 -652
  19. package/src/components/DashboardFilters/DashboardFiltersWrapper.tsx +198 -198
  20. package/src/components/DataDesignerModal.tsx +33 -14
  21. package/src/components/Header/Header.tsx +7 -9
  22. package/src/components/MultiConfigTabs/multiconfigtabs.styles.css +3 -0
  23. package/src/components/Row.tsx +2 -24
  24. package/src/components/VisualizationRow.tsx +191 -214
  25. package/src/helpers/getVizConfig.ts +108 -80
  26. package/src/helpers/getVizRowColumnLocator.ts +0 -1
  27. package/src/helpers/reloadURLHelpers.ts +11 -6
  28. package/src/helpers/shouldLoadAllFilters.ts +30 -30
  29. package/src/index.tsx +2 -1
  30. package/src/scss/main.scss +0 -5
  31. package/src/store/dashboard.actions.ts +2 -2
  32. package/src/store/dashboard.reducer.ts +15 -11
  33. package/src/types/ConfigRow.ts +0 -1
  34. package/src/types/Dashboard.ts +1 -1
  35. package/src/types/DashboardConfig.ts +1 -1
  36. package/src/types/SharedFilter.ts +2 -0
  37. package/examples/private/DEV-10120.json +0 -1294
  38. package/examples/private/DEV-10527.json +0 -845
  39. package/examples/private/DEV-10586.json +0 -54319
  40. package/examples/private/DEV-10856.json +0 -54319
  41. package/examples/private/DEV-9199.json +0 -606
  42. package/examples/private/DEV-9644.json +0 -20092
  43. package/examples/private/DEV-9684.json +0 -2135
  44. package/examples/private/DEV-9932.json +0 -95
  45. package/examples/private/DEV-9989.json +0 -229
  46. package/examples/private/art-dashboard.json +0 -18174
  47. package/examples/private/art-scratch.json +0 -2406
  48. package/examples/private/bird-flu-2.json +0 -440
  49. package/examples/private/bird-flu.json +0 -413
  50. package/examples/private/dashboard-config-ehdi.json +0 -29915
  51. package/examples/private/dashboard-map-filter.json +0 -815
  52. package/examples/private/dashboard-margins.js +0 -15
  53. package/examples/private/dataset.json +0 -1452
  54. package/examples/private/dev-10856-2.json +0 -1348
  55. package/examples/private/ehdi-data.json +0 -29502
  56. package/examples/private/exposure-source-h5-data.csv +0 -26
  57. package/examples/private/fatal-data.csv +0 -3159
  58. package/examples/private/feelings.json +0 -1
  59. package/examples/private/gaza-issue.json +0 -1214
  60. package/examples/private/markup.json +0 -115
  61. package/examples/private/nhis.json +0 -1792
  62. package/examples/private/workforce.json +0 -2041
  63. package/src/types/DataSet.ts +0 -11
@@ -1,845 +0,0 @@
1
- {
2
- "dashboard": {
3
- "theme": "theme-blue",
4
- "sharedFilters": [
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,
27
- "values": [
28
- "Alabama",
29
- "Alaska",
30
- "Arizona",
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"
78
- ],
79
- "type": "configFilter",
80
- "orderedValues": [
81
- "Alabama",
82
- "Alaska",
83
- "Arizona",
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"
131
- ],
132
- "visualizationType": "map",
133
- "propertyToUpdate": "focusedState",
134
- "usedBy": [
135
- "map1740773670361"
136
- ],
137
- "tier": 1
138
- }
139
- ]
140
- },
141
- "rows": [
142
- {
143
- "columns": [
144
- {
145
- "width": 12,
146
- "widget": "dashboardFilters1740773693132"
147
- },
148
- {},
149
- {}
150
- ]
151
- },
152
- {
153
- "columns": [
154
- {
155
- "width": 12,
156
- "widget": "map1740773670361"
157
- }
158
- ]
159
- }
160
- ],
161
- "visualizations": {
162
- "map1740773670361": {
163
- "annotations": [],
164
- "general": {
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"
197
- },
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
- }
225
- },
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
244
- },
245
- "filters": [],
246
- "table": {
247
- "wrapColumns": false,
248
- "label": "Data Table",
249
- "expanded": false,
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": ""
260
- },
261
- "tooltips": {
262
- "appearanceType": "hover",
263
- "linkLabel": "Learn More",
264
- "capitalizeLabels": true,
265
- "opacity": 90
266
- },
267
- "visual": {
268
- "minBubbleSize": 1,
269
- "maxBubbleSize": 20,
270
- "extraBubbleBorder": false,
271
- "cityStyle": "circle",
272
- "cityStyleLabel": "",
273
- "showBubbleZeros": false,
274
- "additionalCityStyles": [],
275
- "geoCodeCircleSize": 8
276
- },
277
- "mapPosition": {
278
- "coordinates": [
279
- 0,
280
- 30
281
- ],
282
- "zoom": 1
283
- },
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
- }
319
- },
320
- "dashboardFilters1740773693132": {
321
- "filters": [],
322
- "filterBehavior": "Filter Change",
323
- "newViz": true,
324
- "openModal": true,
325
- "uid": "dashboardFilters1740773693132",
326
- "type": "dashboardFilters",
327
- "sharedFilterIndexes": [
328
- 0,
329
- 1
330
- ],
331
- "visualizationType": "dashboardFilters"
332
- }
333
- },
334
- "table": {
335
- "label": "Data Table",
336
- "show": true,
337
- "showDownloadUrl": false,
338
- "showDownloadLinkBelow": true,
339
- "showVertical": true
340
- },
341
- "newViz": true,
342
- "errors": [],
343
- "currentViewport": "lg",
344
- "id": 15,
345
- "category": "General",
346
- "label": "Dashboard",
347
- "type": "dashboard",
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.",
358
- "datasets": {
359
- "valid-county-data.csv": {
360
- "data": [
361
- {
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%"
828
- }
829
- ],
830
- "dataFileSize": 2919,
831
- "dataFileName": "valid-county-data.csv",
832
- "dataFileSourceType": "file",
833
- "dataFileFormat": "CSV",
834
- "preview": true
835
- }
836
- },
837
- "visualizationType": null,
838
- "activeVizButtonID": 15,
839
- "runtime": {},
840
- "version": "4.25.1",
841
- "migrations": {
842
- "addColorMigration": true
843
- },
844
- "uuid": 1740773669107
845
- }