@cdc/dashboard 4.24.3 → 4.24.5

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