@cdc/dashboard 4.25.6-2 → 4.25.7

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 (43) hide show
  1. package/dist/cdcdashboard.js +63503 -41005
  2. package/package.json +9 -9
  3. package/src/CdcDashboardComponent.tsx +11 -8
  4. package/src/components/Header/Header.tsx +2 -2
  5. package/src/components/VisualizationRow.tsx +324 -324
  6. package/src/helpers/getVizConfig.ts +1 -0
  7. package/src/helpers/getVizRowColumnLocator.ts +10 -10
  8. package/src/helpers/reloadURLHelpers.ts +124 -124
  9. package/src/store/dashboard.reducer.ts +288 -288
  10. package/src/types/ConfigRow.ts +19 -19
  11. package/src/types/Dashboard.ts +11 -11
  12. package/examples/private/DEV-10120.json +0 -1294
  13. package/examples/private/DEV-10527.json +0 -845
  14. package/examples/private/DEV-10586.json +0 -54319
  15. package/examples/private/DEV-10856.json +0 -54319
  16. package/examples/private/DEV-9199.json +0 -606
  17. package/examples/private/DEV-9644.json +0 -20092
  18. package/examples/private/DEV-9684.json +0 -2135
  19. package/examples/private/DEV-9932.json +0 -95
  20. package/examples/private/DEV-9989.json +0 -229
  21. package/examples/private/art-dashboard.json +0 -18174
  22. package/examples/private/art-scratch.json +0 -2406
  23. package/examples/private/bird-flu-2.json +0 -440
  24. package/examples/private/bird-flu.json +0 -413
  25. package/examples/private/crashing-sidebar.json +0 -975
  26. package/examples/private/d.json +0 -1561
  27. package/examples/private/dashboard-config-ehdi.json +0 -29915
  28. package/examples/private/dashboard-map-filter.json +0 -815
  29. package/examples/private/dashboard-margins.js +0 -15
  30. package/examples/private/dataset.json +0 -1452
  31. package/examples/private/dev-10856-2.json +0 -1348
  32. package/examples/private/ehdi-data.json +0 -29502
  33. package/examples/private/exposure-source-h5-data.csv +0 -26
  34. package/examples/private/fatal-data.csv +0 -3159
  35. package/examples/private/feelings.json +0 -1
  36. package/examples/private/gaza-issue.json +0 -1214
  37. package/examples/private/josh.json +0 -6175
  38. package/examples/private/map-issue.json +0 -628
  39. package/examples/private/markup.json +0 -115
  40. package/examples/private/mpox.json +0 -429
  41. package/examples/private/nhis.json +0 -1792
  42. package/examples/private/testing-pie.json +0 -436
  43. package/examples/private/workforce.json +0 -2041
@@ -1,975 +0,0 @@
1
- {
2
- "dashboard": {
3
- "theme": "theme-blue",
4
- "sharedFilters": [
5
- {
6
- "key": "New Dashboard Filter 1",
7
- "showDropdown": true,
8
- "values": [
9
- "https://www.cdc.gov",
10
- "https://www.cdc.gov/"
11
- ],
12
- "type": "datafilter",
13
- "orderedValues": [
14
- "https://www.cdc.gov",
15
- "https://www.cdc.gov/"
16
- ],
17
- "columnName": "URL",
18
- "tier": 1
19
- }
20
- ]
21
- },
22
- "rows": [
23
- {
24
- "columns": [
25
- {
26
- "width": 12,
27
- "widget": "dashboardFilters1743088956323"
28
- }
29
- ],
30
- "uuid": 1743088954489
31
- },
32
- {
33
- "uuid": 1743088954489,
34
- "columns": [
35
- {
36
- "width": 12,
37
- "widget": "map1743088949189"
38
- },
39
- {},
40
- {}
41
- ]
42
- },
43
- {
44
- "columns": [
45
- {
46
- "width": 12,
47
- "widget": "chart1743088960258"
48
- }
49
- ]
50
- }
51
- ],
52
- "visualizations": {
53
- "map1743088949189": {
54
- "annotations": [],
55
- "general": {
56
- "geoType": "us",
57
- "navigationTarget": "_self",
58
- "noStateFoundMessage": "Map Unavailable",
59
- "annotationDropdownText": "Annotations",
60
- "geoBorderColor": "darkGray",
61
- "headerColor": "theme-blue",
62
- "title": "",
63
- "showTitle": true,
64
- "showSidebar": true,
65
- "showDownloadMediaButton": false,
66
- "displayAsHex": false,
67
- "displayStateLabels": true,
68
- "territoriesAlwaysShow": false,
69
- "language": "en",
70
- "geoLabelOverride": "",
71
- "hasRegions": false,
72
- "fullBorder": false,
73
- "type": "data",
74
- "convertFipsCodes": true,
75
- "palette": {
76
- "isReversed": false
77
- },
78
- "allowMapZoom": true,
79
- "hideGeoColumnInTooltip": false,
80
- "hidePrimaryColumnInTooltip": false,
81
- "statePicked": {
82
- "fipsCode": "01",
83
- "stateName": "Alabama"
84
- },
85
- "showDownloadButton": true,
86
- "expandDataTable": false
87
- },
88
- "type": "map",
89
- "color": "pinkpurple",
90
- "columns": {
91
- "geo": {
92
- "name": "STATE",
93
- "label": "Location",
94
- "tooltip": false,
95
- "dataTable": true
96
- },
97
- "primary": {
98
- "dataTable": true,
99
- "tooltip": true,
100
- "prefix": "",
101
- "suffix": "",
102
- "name": "Rate",
103
- "label": "Rate",
104
- "roundToPlace": 0
105
- },
106
- "navigate": {
107
- "name": ""
108
- },
109
- "latitude": {
110
- "name": ""
111
- },
112
- "longitude": {
113
- "name": ""
114
- }
115
- },
116
- "legend": {
117
- "descriptions": {},
118
- "specialClasses": [],
119
- "unified": false,
120
- "singleColumn": false,
121
- "singleRow": false,
122
- "verticalSorted": false,
123
- "showSpecialClassesLast": false,
124
- "dynamicDescription": false,
125
- "type": "equalnumber",
126
- "numberOfItems": 3,
127
- "position": "side",
128
- "title": "",
129
- "style": "circles",
130
- "subStyle": "linear blocks",
131
- "tickRotation": "",
132
- "singleColumnLegend": false,
133
- "hideBorder": false
134
- },
135
- "filters": [
136
- {
137
- "filterStyle": "dropdown",
138
- "id": 1743089001807,
139
- "showDropdown": true,
140
- "columnName": "Location",
141
- "orderedValues": [
142
- "Home",
143
- "NA",
144
- "School",
145
- "Vehicle",
146
- "Work"
147
- ]
148
- }
149
- ],
150
- "table": {
151
- "wrapColumns": false,
152
- "label": "Data Table",
153
- "expanded": false,
154
- "limitHeight": false,
155
- "height": "",
156
- "caption": "",
157
- "showDownloadUrl": false,
158
- "showDataTableLink": true,
159
- "showDownloadLinkBelow": true,
160
- "showFullGeoNameInCSV": false,
161
- "forceDisplay": true,
162
- "download": true,
163
- "indexLabel": "",
164
- "sharedFilterColumns": [
165
- "URL"
166
- ]
167
- },
168
- "tooltips": {
169
- "appearanceType": "hover",
170
- "linkLabel": "Learn More",
171
- "capitalizeLabels": true,
172
- "opacity": 90
173
- },
174
- "visual": {
175
- "minBubbleSize": 1,
176
- "maxBubbleSize": 20,
177
- "extraBubbleBorder": false,
178
- "cityStyle": "circle",
179
- "cityStyleLabel": "",
180
- "showBubbleZeros": false,
181
- "additionalCityStyles": [],
182
- "geoCodeCircleSize": 8
183
- },
184
- "mapPosition": {
185
- "coordinates": [
186
- 0,
187
- 30
188
- ],
189
- "zoom": 1
190
- },
191
- "map": {
192
- "layers": [],
193
- "patterns": []
194
- },
195
- "hexMap": {
196
- "type": "",
197
- "shapeGroups": [
198
- {
199
- "legendTitle": "",
200
- "legendDescription": "",
201
- "items": [
202
- {
203
- "key": "",
204
- "shape": "Arrow Up",
205
- "column": "",
206
- "operator": "=",
207
- "value": ""
208
- }
209
- ]
210
- }
211
- ]
212
- },
213
- "filterBehavior": "Filter Change",
214
- "filterIntro": "",
215
- "openModal": true,
216
- "uid": "map1743088949189",
217
- "dataDescription": {
218
- "horizontal": false,
219
- "series": false
220
- },
221
- "dataKey": "valid-data-map.csv",
222
- "version": "4.25.1",
223
- "migrations": {
224
- "addColorMigration": true
225
- }
226
- },
227
- "dashboardFilters1743088956323": {
228
- "filters": [],
229
- "filterBehavior": "Filter Change",
230
- "newViz": true,
231
- "openModal": true,
232
- "uid": "dashboardFilters1743088956323",
233
- "type": "dashboardFilters",
234
- "sharedFilterIndexes": [
235
- 0
236
- ],
237
- "visualizationType": "dashboardFilters"
238
- },
239
- "chart1743088960258": {
240
- "filters": [
241
- {
242
- "filterStyle": "dropdown",
243
- "id": 1743089039231,
244
- "showDropdown": true,
245
- "columnName": "Location",
246
- "orderedValues": [
247
- "Home",
248
- "NA",
249
- "School",
250
- "Vehicle",
251
- "Work"
252
- ]
253
- }
254
- ],
255
- "filterBehavior": "Filter Change",
256
- "openModal": true,
257
- "uid": "chart1743088960258",
258
- "type": "chart",
259
- "visualizationType": "Bar",
260
- "dataDescription": {
261
- "horizontal": false,
262
- "series": false
263
- },
264
- "dataKey": "valid-data-map.csv",
265
- "annotations": [],
266
- "debugSvg": false,
267
- "chartMessage": {
268
- "noData": "No Data Available"
269
- },
270
- "title": "",
271
- "showTitle": true,
272
- "showDownloadMediaButton": false,
273
- "theme": "theme-blue",
274
- "animate": false,
275
- "lineDatapointStyle": "hover",
276
- "lineDatapointColor": "Same as Line",
277
- "barHasBorder": "true",
278
- "isLollipopChart": false,
279
- "lollipopShape": "circle",
280
- "lollipopColorStyle": "two-tone",
281
- "visualizationSubType": "regular",
282
- "barStyle": "",
283
- "roundingStyle": "standard",
284
- "tipRounding": "top",
285
- "isResponsiveTicks": false,
286
- "general": {
287
- "annotationDropdownText": "Annotations",
288
- "showMissingDataLabel": true,
289
- "showSuppressedSymbol": true,
290
- "showZeroValueData": true,
291
- "hideNullValue": true
292
- },
293
- "padding": {
294
- "left": 5,
295
- "right": 5
296
- },
297
- "preliminaryData": [],
298
- "yAxis": {
299
- "hideAxis": false,
300
- "displayNumbersOnBar": false,
301
- "hideLabel": false,
302
- "hideTicks": false,
303
- "size": 50,
304
- "gridLines": false,
305
- "enablePadding": false,
306
- "min": "",
307
- "max": "",
308
- "labelColor": "#333",
309
- "tickLabelColor": "#333",
310
- "tickColor": "#333",
311
- "rightHideAxis": false,
312
- "rightAxisSize": 0,
313
- "rightLabel": "",
314
- "rightLabelOffsetSize": 0,
315
- "rightAxisLabelColor": "#333",
316
- "rightAxisTickLabelColor": "#333",
317
- "rightAxisTickColor": "#333",
318
- "numTicks": "",
319
- "axisPadding": 0,
320
- "scalePadding": 10,
321
- "tickRotation": 0,
322
- "anchors": [],
323
- "shoMissingDataLabel": true,
324
- "showMissingDataLine": true,
325
- "categories": []
326
- },
327
- "boxplot": {
328
- "plots": [],
329
- "borders": "true",
330
- "plotOutlierValues": false,
331
- "plotNonOutlierValues": true,
332
- "labels": {
333
- "q1": "Lower Quartile",
334
- "q2": "q2",
335
- "q3": "Upper Quartile",
336
- "q4": "q4",
337
- "minimum": "Minimum",
338
- "maximum": "Maximum",
339
- "mean": "Mean",
340
- "median": "Median",
341
- "sd": "Standard Deviation",
342
- "iqr": "Interquartile Range",
343
- "count": "Count",
344
- "outliers": "Outliers",
345
- "values": "Values",
346
- "lowerBounds": "Lower Bounds",
347
- "upperBounds": "Upper Bounds"
348
- }
349
- },
350
- "topAxis": {
351
- "hasLine": false
352
- },
353
- "isLegendValue": false,
354
- "barThickness": 0.35,
355
- "barHeight": 25,
356
- "barSpace": 15,
357
- "heights": {
358
- "vertical": 300,
359
- "horizontal": 750
360
- },
361
- "xAxis": {
362
- "sortDates": false,
363
- "anchors": [],
364
- "type": "categorical",
365
- "showTargetLabel": true,
366
- "targetLabel": "Target",
367
- "hideAxis": false,
368
- "hideLabel": false,
369
- "hideTicks": false,
370
- "size": 75,
371
- "tickRotation": 0,
372
- "min": "",
373
- "max": "",
374
- "labelColor": "#333",
375
- "tickLabelColor": "#333",
376
- "tickColor": "#333",
377
- "numTicks": "",
378
- "labelOffset": 0,
379
- "axisPadding": 200,
380
- "target": 0,
381
- "maxTickRotation": 0,
382
- "padding": 5,
383
- "showYearsOnce": false,
384
- "sortByRecentDate": false,
385
- "dataKey": "STATE",
386
- "tickWidthMax": 122
387
- },
388
- "table": {
389
- "label": "Data Table",
390
- "expanded": true,
391
- "limitHeight": false,
392
- "height": "",
393
- "caption": "",
394
- "showDownloadUrl": false,
395
- "showDataTableLink": true,
396
- "showDownloadLinkBelow": true,
397
- "indexLabel": "",
398
- "download": false,
399
- "showVertical": true,
400
- "dateDisplayFormat": "",
401
- "showMissingDataLabel": true,
402
- "showSuppressedSymbol": true,
403
- "show": false
404
- },
405
- "orientation": "vertical",
406
- "color": "pinkpurple",
407
- "columns": {},
408
- "legend": {
409
- "hide": false,
410
- "behavior": "isolate",
411
- "axisAlign": true,
412
- "singleRow": true,
413
- "colorCode": "",
414
- "reverseLabelOrder": false,
415
- "description": "",
416
- "dynamicLegend": false,
417
- "dynamicLegendDefaultText": "Show All",
418
- "dynamicLegendItemLimit": 5,
419
- "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
420
- "dynamicLegendChartMessage": "Select Options from the Legend",
421
- "label": "",
422
- "lineMode": false,
423
- "verticalSorted": false,
424
- "highlightOnHover": false,
425
- "hideSuppressedLabels": false,
426
- "hideSuppressionLink": false,
427
- "seriesHighlight": [],
428
- "style": "circles",
429
- "subStyle": "linear blocks",
430
- "groupBy": "",
431
- "shape": "circle",
432
- "tickRotation": "",
433
- "hideBorder": {
434
- "side": false,
435
- "topBottom": true
436
- },
437
- "position": "right"
438
- },
439
- "brush": {
440
- "height": 45,
441
- "active": false
442
- },
443
- "exclusions": {
444
- "active": false,
445
- "keys": []
446
- },
447
- "palette": "qualitative-bold",
448
- "isPaletteReversed": false,
449
- "twoColor": {
450
- "palette": "monochrome-1",
451
- "isPaletteReversed": false
452
- },
453
- "labels": false,
454
- "dataFormat": {
455
- "commas": false,
456
- "prefix": "",
457
- "suffix": "",
458
- "abbreviated": false,
459
- "bottomSuffix": "",
460
- "bottomPrefix": "",
461
- "bottomAbbreviated": false
462
- },
463
- "confidenceKeys": {},
464
- "visual": {
465
- "border": true,
466
- "accent": true,
467
- "background": true,
468
- "verticalHoverLine": false,
469
- "horizontalHoverLine": false,
470
- "lineDatapointSymbol": "none",
471
- "maximumShapeAmount": 7
472
- },
473
- "useLogScale": false,
474
- "highlightedBarValues": [],
475
- "series": [
476
- {
477
- "dataKey": "Rate",
478
- "type": "Bar",
479
- "axis": "Left",
480
- "tooltip": true
481
- }
482
- ],
483
- "tooltips": {
484
- "opacity": 90,
485
- "singleSeries": false,
486
- "dateDisplayFormat": ""
487
- },
488
- "forestPlot": {
489
- "startAt": 0,
490
- "colors": {
491
- "line": "",
492
- "shape": ""
493
- },
494
- "lineOfNoEffect": {
495
- "show": true
496
- },
497
- "type": "",
498
- "pooledResult": {
499
- "diamondHeight": 5,
500
- "column": ""
501
- },
502
- "estimateField": "",
503
- "estimateRadius": "",
504
- "shape": "square",
505
- "rowHeight": 20,
506
- "description": {
507
- "show": true,
508
- "text": "description",
509
- "location": 0
510
- },
511
- "result": {
512
- "show": true,
513
- "text": "result",
514
- "location": 100
515
- },
516
- "radius": {
517
- "min": 2,
518
- "max": 10,
519
- "scalingColumn": ""
520
- },
521
- "regression": {
522
- "lower": 0,
523
- "upper": 0,
524
- "estimateField": 0
525
- },
526
- "leftWidthOffset": 0,
527
- "rightWidthOffset": 0,
528
- "showZeroLine": false,
529
- "leftLabel": "",
530
- "rightLabel": ""
531
- },
532
- "area": {
533
- "isStacked": false
534
- },
535
- "sankey": {
536
- "title": {
537
- "defaultColor": "black"
538
- },
539
- "iterations": 1,
540
- "rxValue": 0.9,
541
- "overallSize": {
542
- "width": 900,
543
- "height": 700
544
- },
545
- "margin": {
546
- "margin_y": 25,
547
- "margin_x": 0
548
- },
549
- "nodeSize": {
550
- "nodeWidth": 26,
551
- "nodeHeight": 40
552
- },
553
- "nodePadding": 55,
554
- "nodeFontColor": "black",
555
- "nodeColor": {
556
- "default": "#ff8500",
557
- "inactive": "#808080"
558
- },
559
- "linkColor": {
560
- "default": "#ffc900",
561
- "inactive": "#D3D3D3"
562
- },
563
- "opacity": {
564
- "nodeOpacityDefault": 1,
565
- "nodeOpacityInactive": 0.1,
566
- "LinkOpacityDefault": 1,
567
- "LinkOpacityInactive": 0.1
568
- },
569
- "storyNodeFontColor": "#006778",
570
- "storyNodeText": [],
571
- "nodeValueStyle": {
572
- "textBefore": "(",
573
- "textAfter": ")"
574
- },
575
- "data": []
576
- },
577
- "dynamicMarginTop": 0
578
- }
579
- },
580
- "table": {
581
- "label": "Data Table",
582
- "show": true,
583
- "showDownloadUrl": false,
584
- "showDownloadLinkBelow": true,
585
- "showVertical": true
586
- },
587
- "errors": [],
588
- "currentViewport": "lg",
589
- "id": 15,
590
- "category": "General",
591
- "label": "Dashboard",
592
- "type": "dashboard",
593
- "subType": null,
594
- "orientation": null,
595
- "icon": {
596
- "key": null,
597
- "ref": null,
598
- "props": {},
599
- "_owner": null
600
- },
601
- "content": "Present multiple data visualizations with shared filter controls.",
602
- "datasets": {
603
- "valid-data-map.csv": {
604
- "data": [
605
- {
606
- "STATE": "Overall",
607
- "Rate": "55",
608
- "Location": "Vehicle",
609
- "URL": "https://www.cdc.gov"
610
- },
611
- {
612
- "STATE": "Alabama",
613
- "Rate": "130",
614
- "Location": "Vehicle",
615
- "URL": "https://www.cdc.gov/"
616
- },
617
- {
618
- "STATE": "Alaska",
619
- "Rate": "40",
620
- "Location": "Work",
621
- "URL": "https://www.cdc.gov/"
622
- },
623
- {
624
- "STATE": "American Samoa",
625
- "Rate": "55",
626
- "Location": "Home",
627
- "URL": "https://www.cdc.gov/"
628
- },
629
- {
630
- "STATE": "Arizona",
631
- "Rate": "57",
632
- "Location": "School",
633
- "URL": "https://www.cdc.gov/"
634
- },
635
- {
636
- "STATE": "Arkansas",
637
- "Rate": "60",
638
- "Location": "School",
639
- "URL": "https://www.cdc.gov/"
640
- },
641
- {
642
- "STATE": "California",
643
- "Rate": "30",
644
- "Location": "Home",
645
- "URL": "https://www.cdc.gov/"
646
- },
647
- {
648
- "STATE": "Colorado",
649
- "Rate": "40",
650
- "Location": "Vehicle",
651
- "URL": "https://www.cdc.gov/"
652
- },
653
- {
654
- "STATE": "Connecticut",
655
- "Rate": "55",
656
- "Location": "Home",
657
- "URL": "https://www.cdc.gov/"
658
- },
659
- {
660
- "STATE": "Delaware",
661
- "Rate": "57",
662
- "Location": "Home",
663
- "URL": "https://www.cdc.gov/"
664
- },
665
- {
666
- "STATE": "DC",
667
- "Rate": "60",
668
- "Location": "Home",
669
- "URL": "https://www.cdc.gov/"
670
- },
671
- {
672
- "STATE": "Florida",
673
- "Rate": "30",
674
- "Location": "Work",
675
- "URL": "https://www.cdc.gov/"
676
- },
677
- {
678
- "STATE": "Georgia",
679
- "Rate": "40",
680
- "Location": "Work",
681
- "URL": "https://www.cdc.gov/"
682
- },
683
- {
684
- "STATE": "Guam",
685
- "Rate": "55",
686
- "Location": "Home",
687
- "URL": "https://www.cdc.gov/"
688
- },
689
- {
690
- "STATE": "Hawaii",
691
- "Rate": "57",
692
- "Location": "School",
693
- "URL": "https://www.cdc.gov/"
694
- },
695
- {
696
- "STATE": "Idaho",
697
- "Rate": "60",
698
- "Location": "School",
699
- "URL": "https://www.cdc.gov/"
700
- },
701
- {
702
- "STATE": "Illinois",
703
- "Rate": "30",
704
- "Location": "Work",
705
- "URL": "https://www.cdc.gov/"
706
- },
707
- {
708
- "STATE": "Indiana",
709
- "Rate": "40",
710
- "Location": "Vehicle",
711
- "URL": "https://www.cdc.gov/"
712
- },
713
- {
714
- "STATE": "Iowa",
715
- "Rate": "55",
716
- "Location": "Home",
717
- "URL": "https://www.cdc.gov/"
718
- },
719
- {
720
- "STATE": "Kansas",
721
- "Rate": "57",
722
- "Location": "Home",
723
- "URL": "https://www.cdc.gov/"
724
- },
725
- {
726
- "STATE": "Kentucky",
727
- "Rate": "60",
728
- "Location": "NA",
729
- "URL": "https://www.cdc.gov/"
730
- },
731
- {
732
- "STATE": "Louisiana",
733
- "Rate": "30",
734
- "Location": "Vehicle",
735
- "URL": "https://www.cdc.gov/"
736
- },
737
- {
738
- "STATE": "Maine",
739
- "Rate": "40",
740
- "Location": "Work",
741
- "URL": "https://www.cdc.gov/"
742
- },
743
- {
744
- "STATE": "Marshall Islands",
745
- "Rate": "55",
746
- "Location": "Home",
747
- "URL": "https://www.cdc.gov/"
748
- },
749
- {
750
- "STATE": "Maryland",
751
- "Rate": "57",
752
- "Location": "School",
753
- "URL": "https://www.cdc.gov/"
754
- },
755
- {
756
- "STATE": "Massachusetts",
757
- "Rate": "60",
758
- "Location": "School",
759
- "URL": "https://www.cdc.gov/"
760
- },
761
- {
762
- "STATE": "Michigan",
763
- "Rate": "12",
764
- "Location": "Work",
765
- "URL": "https://www.cdc.gov/"
766
- },
767
- {
768
- "STATE": "Micronesia",
769
- "Rate": "65",
770
- "Location": "Vehicle",
771
- "URL": "https://www.cdc.gov/"
772
- },
773
- {
774
- "STATE": "Minnesota",
775
- "Rate": "55",
776
- "Location": "Home",
777
- "URL": "https://www.cdc.gov/"
778
- },
779
- {
780
- "STATE": "Mississippi",
781
- "Rate": "57",
782
- "Location": "Home",
783
- "URL": "https://www.cdc.gov/"
784
- },
785
- {
786
- "STATE": "Montana",
787
- "Rate": "60",
788
- "Location": "Home",
789
- "URL": "https://www.cdc.gov/"
790
- },
791
- {
792
- "STATE": "Montana",
793
- "Rate": "30",
794
- "Location": "Vehicle",
795
- "URL": "https://www.cdc.gov/"
796
- },
797
- {
798
- "STATE": "Nebraska",
799
- "Rate": "40",
800
- "Location": "Work",
801
- "URL": "https://www.cdc.gov/"
802
- },
803
- {
804
- "STATE": "Nevada",
805
- "Rate": "55",
806
- "Location": "Home",
807
- "URL": "https://www.cdc.gov/"
808
- },
809
- {
810
- "STATE": "New Hampshire",
811
- "Rate": "57",
812
- "Location": "School",
813
- "URL": "https://www.cdc.gov/"
814
- },
815
- {
816
- "STATE": "New Jersey",
817
- "Rate": "60",
818
- "Location": "School",
819
- "URL": "https://www.cdc.gov/"
820
- },
821
- {
822
- "STATE": "New Mexico",
823
- "Rate": "12",
824
- "Location": "Work",
825
- "URL": "https://www.cdc.gov/"
826
- },
827
- {
828
- "STATE": "New York",
829
- "Rate": "40",
830
- "Location": "Vehicle",
831
- "URL": "https://www.cdc.gov/"
832
- },
833
- {
834
- "STATE": "North Carolina",
835
- "Rate": "55",
836
- "Location": "Home",
837
- "URL": "https://www.cdc.gov/"
838
- },
839
- {
840
- "STATE": "North Dakota",
841
- "Rate": "57",
842
- "Location": "Home",
843
- "URL": "https://www.cdc.gov/"
844
- },
845
- {
846
- "STATE": "Northern Mariana Islands",
847
- "Rate": "60",
848
- "Location": "Home",
849
- "URL": "https://www.cdc.gov/"
850
- },
851
- {
852
- "STATE": "Ohio",
853
- "Rate": "88",
854
- "Location": "Vehicle",
855
- "URL": "https://www.cdc.gov/"
856
- },
857
- {
858
- "STATE": "Oklahoma",
859
- "Rate": "40",
860
- "Location": "Work",
861
- "URL": "https://www.cdc.gov/"
862
- },
863
- {
864
- "STATE": "Oregon",
865
- "Rate": "55",
866
- "Location": "Home",
867
- "URL": "https://www.cdc.gov/"
868
- },
869
- {
870
- "STATE": "Palau",
871
- "Rate": "15",
872
- "Location": "School",
873
- "URL": "https://www.cdc.gov/"
874
- },
875
- {
876
- "STATE": "Pennsylvania",
877
- "Rate": "60",
878
- "Location": "School",
879
- "URL": "https://www.cdc.gov/"
880
- },
881
- {
882
- "STATE": "Puerto Rico",
883
- "Rate": "30",
884
- "Location": "Work",
885
- "URL": "https://www.cdc.gov/"
886
- },
887
- {
888
- "STATE": "Rhode Island",
889
- "Rate": "40",
890
- "Location": "Vehicle",
891
- "URL": "https://www.cdc.gov/"
892
- },
893
- {
894
- "STATE": "South Carolina",
895
- "Rate": "55",
896
- "Location": "Home",
897
- "URL": "https://www.cdc.gov/"
898
- },
899
- {
900
- "STATE": "South Dakota",
901
- "Rate": "86",
902
- "Location": "Home",
903
- "URL": "https://www.cdc.gov/"
904
- },
905
- {
906
- "STATE": "Tennessee",
907
- "Rate": "60",
908
- "Location": "Home",
909
- "URL": "https://www.cdc.gov/"
910
- },
911
- {
912
- "STATE": "Texas",
913
- "Rate": "30",
914
- "Location": "Vehicle",
915
- "URL": "https://www.cdc.gov/"
916
- },
917
- {
918
- "STATE": "Utah",
919
- "Rate": "54",
920
- "Location": "Work",
921
- "URL": "https://www.cdc.gov/"
922
- },
923
- {
924
- "STATE": "Vermont",
925
- "Rate": "40",
926
- "Location": "Home",
927
- "URL": "https://www.cdc.gov/"
928
- },
929
- {
930
- "STATE": "Virgin Islands",
931
- "Rate": "55",
932
- "Location": "School",
933
- "URL": "https://www.cdc.gov/"
934
- },
935
- {
936
- "STATE": "Virginia",
937
- "Rate": "57",
938
- "Location": "School",
939
- "URL": "https://www.cdc.gov/"
940
- },
941
- {
942
- "STATE": "Washington",
943
- "Rate": "62",
944
- "Location": "Work",
945
- "URL": "https://www.cdc.gov/"
946
- },
947
- {
948
- "STATE": "West Virginia",
949
- "Rate": "25",
950
- "Location": "Vehicle",
951
- "URL": "https://www.cdc.gov/"
952
- },
953
- {
954
- "STATE": "Wyoming",
955
- "Rate": "43",
956
- "Location": "Vehicle",
957
- "URL": "https://www.cdc.gov/"
958
- }
959
- ],
960
- "dataFileSize": 2434,
961
- "dataFileName": "valid-data-map.csv",
962
- "dataFileSourceType": "file",
963
- "dataFileFormat": "CSV",
964
- "preview": true
965
- }
966
- },
967
- "visualizationType": null,
968
- "activeVizButtonID": 15,
969
- "version": "4.25.1",
970
- "migrations": {
971
- "addColorMigration": true
972
- },
973
- "uuid": 1743088957676,
974
- "runtime": {}
975
- }