@cdc/core 4.23.10 → 4.24.1

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 (74) hide show
  1. package/LICENSE +201 -0
  2. package/assets/icon-deviation-bar.svg +1 -0
  3. package/components/DataTable/DataTable.tsx +223 -0
  4. package/components/DataTable/components/BoxplotHeader.tsx +16 -0
  5. package/components/DataTable/components/CellAnchor.tsx +44 -0
  6. package/components/DataTable/components/ChartHeader.tsx +103 -0
  7. package/components/DataTable/components/ExpandCollapse.tsx +21 -0
  8. package/components/DataTable/components/Icons.tsx +10 -0
  9. package/components/DataTable/components/MapHeader.tsx +56 -0
  10. package/components/DataTable/components/SkipNav.tsx +7 -0
  11. package/components/DataTable/helpers/boxplotCellMatrix.tsx +64 -0
  12. package/components/DataTable/helpers/chartCellMatrix.tsx +92 -0
  13. package/components/DataTable/helpers/customColumns.ts +25 -0
  14. package/components/DataTable/helpers/customSort.ts +55 -0
  15. package/components/DataTable/helpers/getChartCellValue.ts +56 -0
  16. package/components/DataTable/helpers/getDataSeriesColumns.ts +29 -0
  17. package/components/DataTable/helpers/getSeriesName.ts +26 -0
  18. package/components/DataTable/helpers/mapCellMatrix.tsx +56 -0
  19. package/components/DataTable/helpers/regionCellMatrix.tsx +13 -0
  20. package/components/DataTable/helpers/standardizeState.js +76 -0
  21. package/components/DataTable/index.ts +1 -0
  22. package/components/DataTable/types/TableConfig.ts +52 -0
  23. package/components/DownloadButton.tsx +29 -0
  24. package/components/EditorPanel/DataTableEditor.tsx +133 -0
  25. package/components/EditorPanel/Inputs.tsx +150 -0
  26. package/components/Filters.jsx +3 -3
  27. package/components/LegendCircle.jsx +2 -2
  28. package/components/MediaControls.jsx +1 -1
  29. package/components/MultiSelect/MultiSelect.tsx +95 -0
  30. package/components/MultiSelect/index.ts +1 -0
  31. package/components/MultiSelect/multiselect.styles.css +50 -0
  32. package/components/Table/Table.tsx +69 -0
  33. package/components/Table/components/Cell.tsx +9 -0
  34. package/components/Table/components/GroupRow.tsx +20 -0
  35. package/components/Table/components/Row.tsx +26 -0
  36. package/components/Table/index.ts +1 -0
  37. package/components/Table/types/CellMatrix.ts +4 -0
  38. package/components/Table/types/RowType.ts +5 -0
  39. package/components/_stories/DataTable.stories.tsx +103 -0
  40. package/components/_stories/EditorPanel.stories.tsx +53 -0
  41. package/components/_stories/Inputs.stories.tsx +37 -0
  42. package/components/_stories/MultiSelect.stories.tsx +24 -0
  43. package/components/_stories/Table.stories.tsx +53 -0
  44. package/components/_stories/_mocks/dashboard_no_filter.json +121 -0
  45. package/components/_stories/_mocks/example-city-state.json +808 -0
  46. package/components/_stories/_mocks/row_type.json +42 -0
  47. package/components/_stories/styles.scss +9 -0
  48. package/components/inputs/{InputSelect.jsx → InputSelect.tsx} +15 -5
  49. package/components/managers/{DataDesigner.jsx → DataDesigner.tsx} +103 -94
  50. package/components/ui/{Icon.jsx → Icon.tsx} +3 -3
  51. package/components/ui/Title/Title.scss +95 -0
  52. package/components/ui/Title/index.tsx +34 -0
  53. package/components/ui/_stories/Title.stories.tsx +21 -0
  54. package/helpers/DataTransform.ts +75 -20
  55. package/helpers/cove/string.ts +11 -0
  56. package/helpers/fetchRemoteData.js +1 -1
  57. package/helpers/getFileExtension.ts +28 -5
  58. package/package.json +2 -2
  59. package/styles/_data-table.scss +3 -0
  60. package/styles/heading-colors.scss +0 -3
  61. package/styles/v2/layout/_component.scss +0 -11
  62. package/types/Axis.ts +41 -0
  63. package/types/Color.ts +5 -0
  64. package/types/Column.ts +15 -0
  65. package/types/ComponentStyles.ts +7 -0
  66. package/types/ComponentThemes.ts +13 -0
  67. package/types/EditorColumnProperties.ts +8 -0
  68. package/types/FilterBehavior.ts +1 -0
  69. package/types/Runtime.ts +29 -0
  70. package/types/Series.ts +1 -0
  71. package/types/Table.ts +18 -0
  72. package/types/UpdateFieldFunc.ts +1 -0
  73. package/types/Visualization.ts +21 -0
  74. package/components/DataTable.jsx +0 -754
@@ -0,0 +1,808 @@
1
+ {
2
+ "general": {
3
+ "title": "Example Data Map with Cities",
4
+ "subtext": "*: Lorem ipsum; NA: Lorem ipsum.",
5
+ "type": "data",
6
+ "geoType": "us",
7
+ "headerColor": "theme-cyan",
8
+ "showSidebar": true,
9
+ "showTitle": true,
10
+ "showDownloadButton": true,
11
+ "expandDataTable": true,
12
+ "backgroundColor": "#f5f5f5",
13
+ "geoBorderColor": "darkGray",
14
+ "territoriesLabel": "Territories",
15
+ "language": "en",
16
+ "hasRegions": false,
17
+ "showDownloadMediaButton": false,
18
+ "displayAsHex": false,
19
+ "displayStateLabels": false,
20
+ "fullBorder": false,
21
+ "palette": {
22
+ "isReversed": false
23
+ },
24
+ "allowMapZoom": true,
25
+ "hideGeoColumnInTooltip": false,
26
+ "hidePrimaryColumnInTooltip": false,
27
+ "statePicked": {
28
+ "fipsCode": "01",
29
+ "stateName": "Alabama"
30
+ },
31
+ "showDownloadImgButton": false,
32
+ "showDownloadPdfButton": false,
33
+ "territoriesAlwaysShow": false,
34
+ "geoLabelOverride": ""
35
+ },
36
+ "type": "map",
37
+ "color": "yelloworangered",
38
+ "columns": {
39
+ "geo": {
40
+ "dataTable": true,
41
+ "label": "",
42
+ "name": "STATE",
43
+ "tooltip": false
44
+ },
45
+ "primary": {
46
+ "dataTable": true,
47
+ "label": "Rate",
48
+ "name": "Rate",
49
+ "prefix": "",
50
+ "suffix": "",
51
+ "tooltip": false
52
+ },
53
+ "navigate": {
54
+ "dataTable": false,
55
+ "name": "",
56
+ "tooltip": false
57
+ },
58
+ "additionalColumn1": {
59
+ "label": "Location",
60
+ "dataTable": true,
61
+ "tooltips": false,
62
+ "prefix": "",
63
+ "suffix": "",
64
+ "name": "Location",
65
+ "tooltip": true
66
+ },
67
+ "geosInRegion": {
68
+ "name": ""
69
+ },
70
+ "latitude": {
71
+ "name": ""
72
+ },
73
+ "longitude": {
74
+ "name": ""
75
+ }
76
+ },
77
+ "legend": {
78
+ "numberOfItems": 3,
79
+ "position": "side",
80
+ "title": "Legend Title",
81
+ "description": "Legend Text",
82
+ "type": "equalnumber",
83
+ "specialClasses": [
84
+ {
85
+ "key": "Rate",
86
+ "value": "*",
87
+ "label": "*"
88
+ },
89
+ {
90
+ "key": "Rate",
91
+ "value": "NA",
92
+ "label": "N/A"
93
+ }
94
+ ],
95
+ "unified": false,
96
+ "singleColumn": false,
97
+ "dynamicDescription": false,
98
+ "descriptions": {},
99
+ "singleRow": false,
100
+ "showSpecialClassesLast": false
101
+ },
102
+ "dataTable": {
103
+ "title": "Data Table",
104
+ "forceDisplay": true
105
+ },
106
+ "table": {
107
+ "showDownloadUrl": false,
108
+ "showDataTableLink": true
109
+ },
110
+ "tooltips": {
111
+ "appearanceType": "hover",
112
+ "linkLabel": "Learn More",
113
+ "capitalizeLabels": true
114
+ },
115
+ "runtime": {
116
+ "editorErrorMessage": []
117
+ },
118
+ "visual": {
119
+ "cityStyle": "pin",
120
+ "minBubbleSize": 1,
121
+ "maxBubbleSize": 20,
122
+ "extraBubbleBorder": false,
123
+ "showBubbleZeros": false,
124
+ "geoCodeCircleSize": 2
125
+ },
126
+ "mapPosition": {
127
+ "coordinates": [0, 30],
128
+ "zoom": 1
129
+ },
130
+ "map": {
131
+ "layers": []
132
+ },
133
+ "sharing": {
134
+ "enabled": false,
135
+ "dataHost": "wcms-wp.cdc.gov",
136
+ "configUrl": "/wcms/4.0/cdc-wp/data-presentation/examples/city-data-map-example.json"
137
+ },
138
+ "usingWidgetLoader": true,
139
+ "data": [
140
+ {
141
+ "STATE": "AL",
142
+ "Rate": 1000,
143
+ "Location": "Home",
144
+ "URL": "https://www.cdc.gov/"
145
+ },
146
+ {
147
+ "STATE": "Great Plains Tribal Leaders Health Board",
148
+ "Rate": 1000,
149
+ "Location": "Home",
150
+ "URL": "https://www.cdc.gov/"
151
+ },
152
+ {
153
+ "STATE": "Montana American Indian Women’s Health Coalition",
154
+ "Rate": 1000,
155
+ "Location": "Home",
156
+ "URL": "https://www.cdc.gov/"
157
+ },
158
+ {
159
+ "STATE": "AK",
160
+ "Rate": 1200,
161
+ "Location": "Vehicle",
162
+ "URL": "https://www.cdc.gov/"
163
+ },
164
+ {
165
+ "STATE": "AS",
166
+ "Rate": 14,
167
+ "Location": "Work",
168
+ "URL": "https://www.cdc.gov/"
169
+ },
170
+ {
171
+ "STATE": "EAU CLAIRE",
172
+ "Rate": 140,
173
+ "Location": "Work",
174
+ "URL": "https://www.cdc.gov/"
175
+ },
176
+ {
177
+ "STATE": "AZ",
178
+ "Rate": 9,
179
+ "Location": "School",
180
+ "URL": "https://www.cdc.gov/"
181
+ },
182
+ {
183
+ "STATE": "AR",
184
+ "Rate": 17,
185
+ "Location": "School",
186
+ "URL": "https://www.cdc.gov/"
187
+ },
188
+ {
189
+ "STATE": "CA",
190
+ "Rate": "*",
191
+ "Location": "Work",
192
+ "URL": "https://www.cdc.gov/"
193
+ },
194
+ {
195
+ "STATE": "CO",
196
+ "Rate": 22,
197
+ "Location": "Vehicle",
198
+ "URL": "https://www.cdc.gov/"
199
+ },
200
+ {
201
+ "STATE": "CT",
202
+ "Rate": 10,
203
+ "Location": "Home",
204
+ "URL": "https://www.cdc.gov/"
205
+ },
206
+ {
207
+ "STATE": "DE",
208
+ "Rate": 12,
209
+ "Location": "Home",
210
+ "URL": "https://www.cdc.gov/"
211
+ },
212
+ {
213
+ "STATE": "DC",
214
+ "Rate": 14,
215
+ "Location": "Home",
216
+ "URL": "https://www.cdc.gov/"
217
+ },
218
+ {
219
+ "STATE": "FL",
220
+ "Rate": 9,
221
+ "Location": "Vehicle",
222
+ "URL": "https://www.cdc.gov/"
223
+ },
224
+ {
225
+ "STATE": "GA",
226
+ "Rate": 17,
227
+ "Location": "Work",
228
+ "URL": "https://www.cdc.gov/"
229
+ },
230
+ {
231
+ "STATE": "GU",
232
+ "Rate": 20,
233
+ "Location": "School",
234
+ "URL": "https://www.cdc.gov/"
235
+ },
236
+ {
237
+ "STATE": "HI",
238
+ "Rate": 22,
239
+ "Location": "School",
240
+ "URL": "https://www.cdc.gov/"
241
+ },
242
+ {
243
+ "STATE": "GAINESVILLE",
244
+ "Rate": 22,
245
+ "Location": "School",
246
+ "URL": "https://www.cdc.gov/"
247
+ },
248
+ {
249
+ "STATE": "ID",
250
+ "Rate": "*",
251
+ "Location": "Work",
252
+ "URL": "https://www.cdc.gov/"
253
+ },
254
+ {
255
+ "STATE": "IL",
256
+ "Rate": 12,
257
+ "Location": "Vehicle",
258
+ "URL": "https://www.cdc.gov/"
259
+ },
260
+ {
261
+ "STATE": "IN",
262
+ "Rate": 14,
263
+ "Location": "Home",
264
+ "URL": "https://www.cdc.gov/"
265
+ },
266
+ {
267
+ "STATE": "IA",
268
+ "Rate": 9,
269
+ "Location": "Home",
270
+ "URL": "https://www.cdc.gov/"
271
+ },
272
+ {
273
+ "STATE": "KS",
274
+ "Rate": "NA",
275
+ "Location": "Home",
276
+ "URL": "https://www.cdc.gov/"
277
+ },
278
+ {
279
+ "STATE": "KY",
280
+ "Rate": 20,
281
+ "Location": "Vehicle",
282
+ "URL": "https://www.cdc.gov/"
283
+ },
284
+ {
285
+ "STATE": "LA",
286
+ "Rate": 22,
287
+ "Location": "Work",
288
+ "URL": "https://www.cdc.gov/"
289
+ },
290
+ {
291
+ "STATE": "ME",
292
+ "Rate": 10,
293
+ "Location": "School",
294
+ "URL": "https://www.cdc.gov/"
295
+ },
296
+ {
297
+ "STATE": "MH",
298
+ "Rate": 12,
299
+ "Location": "School",
300
+ "URL": "https://www.cdc.gov/"
301
+ },
302
+ {
303
+ "STATE": "MD",
304
+ "Rate": "*",
305
+ "Location": "Work",
306
+ "URL": "https://www.cdc.gov/"
307
+ },
308
+ {
309
+ "STATE": "MA",
310
+ "Rate": 9,
311
+ "Location": "Vehicle",
312
+ "URL": "https://www.cdc.gov/"
313
+ },
314
+ {
315
+ "STATE": "MI",
316
+ "Rate": 17,
317
+ "Location": "Home",
318
+ "URL": "https://www.cdc.gov/"
319
+ },
320
+ {
321
+ "STATE": "FM",
322
+ "Rate": 20,
323
+ "Location": "Home",
324
+ "URL": "https://www.cdc.gov/"
325
+ },
326
+ {
327
+ "STATE": "MN",
328
+ "Rate": 22,
329
+ "Location": "Home",
330
+ "URL": "https://www.cdc.gov/"
331
+ },
332
+ {
333
+ "STATE": "MS",
334
+ "Rate": 10,
335
+ "Location": "Vehicle",
336
+ "URL": "https://www.cdc.gov/"
337
+ },
338
+ {
339
+ "STATE": "MO",
340
+ "Rate": 11,
341
+ "Location": "Work",
342
+ "URL": "https://www.cdc.gov/"
343
+ },
344
+ {
345
+ "STATE": "MT",
346
+ "Rate": 14,
347
+ "Location": "School",
348
+ "URL": "https://www.cdc.gov/"
349
+ },
350
+ {
351
+ "STATE": "NE",
352
+ "Rate": 9,
353
+ "Location": "School",
354
+ "URL": "https://www.cdc.gov/"
355
+ },
356
+ {
357
+ "STATE": "NV",
358
+ "Rate": 17,
359
+ "Location": "Work",
360
+ "URL": "https://www.cdc.gov/"
361
+ },
362
+ {
363
+ "STATE": "NH",
364
+ "Rate": 20,
365
+ "Location": "Vehicle",
366
+ "URL": "https://www.cdc.gov/"
367
+ },
368
+ {
369
+ "STATE": "NJ",
370
+ "Rate": 28,
371
+ "Location": "Home",
372
+ "URL": "https://www.cdc.gov/"
373
+ },
374
+ {
375
+ "STATE": "NM",
376
+ "Rate": 10,
377
+ "Location": "Home",
378
+ "URL": "https://www.cdc.gov/"
379
+ },
380
+ {
381
+ "STATE": "NY",
382
+ "Rate": 12,
383
+ "Location": "Home",
384
+ "URL": "https://www.cdc.gov/"
385
+ },
386
+ {
387
+ "STATE": "NC",
388
+ "Rate": 14,
389
+ "Location": "Vehicle",
390
+ "URL": "https://www.cdc.gov/"
391
+ },
392
+ {
393
+ "STATE": "ND",
394
+ "Rate": 9,
395
+ "Location": "Work",
396
+ "URL": "https://www.cdc.gov/"
397
+ },
398
+ {
399
+ "STATE": "MP",
400
+ "Rate": 17,
401
+ "Location": "School",
402
+ "URL": "https://www.cdc.gov/"
403
+ },
404
+ {
405
+ "STATE": "OH",
406
+ "Rate": "NA",
407
+ "Location": "School",
408
+ "URL": "https://www.cdc.gov/"
409
+ },
410
+ {
411
+ "STATE": "OK",
412
+ "Rate": 22,
413
+ "Location": "Work",
414
+ "URL": "https://www.cdc.gov/"
415
+ },
416
+ {
417
+ "STATE": "OR",
418
+ "Rate": 10,
419
+ "Location": "Vehicle",
420
+ "URL": "https://www.cdc.gov/"
421
+ },
422
+ {
423
+ "STATE": "PW",
424
+ "Rate": 12,
425
+ "Location": "Home",
426
+ "URL": "https://www.cdc.gov/"
427
+ },
428
+ {
429
+ "STATE": "PA",
430
+ "Rate": 14,
431
+ "Location": "Home",
432
+ "URL": "https://www.cdc.gov/"
433
+ },
434
+ {
435
+ "STATE": "PR",
436
+ "Rate": 6,
437
+ "Location": "Home",
438
+ "URL": "https://www.cdc.gov/"
439
+ },
440
+ {
441
+ "STATE": "RI",
442
+ "Rate": 17,
443
+ "Location": "Vehicle",
444
+ "URL": "https://www.cdc.gov/"
445
+ },
446
+ {
447
+ "STATE": "SC",
448
+ "Rate": 20,
449
+ "Location": "Work",
450
+ "URL": "https://www.cdc.gov/"
451
+ },
452
+ {
453
+ "STATE": "SD",
454
+ "Rate": 22,
455
+ "Location": "School",
456
+ "URL": "https://www.cdc.gov/"
457
+ },
458
+ {
459
+ "STATE": "TN",
460
+ "Rate": 10,
461
+ "Location": "School",
462
+ "URL": "https://www.cdc.gov/"
463
+ },
464
+ {
465
+ "STATE": "TX",
466
+ "Rate": 12,
467
+ "Location": "Work",
468
+ "URL": "https://www.cdc.gov/"
469
+ },
470
+ {
471
+ "STATE": "VT",
472
+ "Rate": 9,
473
+ "Location": "Home",
474
+ "URL": "https://www.cdc.gov/"
475
+ },
476
+ {
477
+ "STATE": "VI",
478
+ "Rate": 17,
479
+ "Location": "Vehicle",
480
+ "URL": "https://www.cdc.gov/"
481
+ },
482
+ {
483
+ "STATE": "VA",
484
+ "Rate": 20,
485
+ "Location": "Work",
486
+ "URL": "https://www.cdc.gov/"
487
+ },
488
+ {
489
+ "STATE": "WA",
490
+ "Rate": 22,
491
+ "Location": "School",
492
+ "URL": "https://www.cdc.gov/"
493
+ },
494
+ {
495
+ "STATE": "WV",
496
+ "Rate": 10,
497
+ "Location": "School",
498
+ "URL": "https://www.cdc.gov/"
499
+ },
500
+ {
501
+ "STATE": "WI",
502
+ "Rate": 12,
503
+ "Location": "Work",
504
+ "URL": "https://www.cdc.gov/"
505
+ },
506
+ {
507
+ "STATE": "WY",
508
+ "Rate": 14,
509
+ "Location": "Home",
510
+ "URL": "https://www.cdc.gov/"
511
+ },
512
+ {
513
+ "STATE": "Los Angeles",
514
+ "Rate": 14,
515
+ "Location": "Vehicle",
516
+ "URL": "https://www.cdc.gov/"
517
+ },
518
+ {
519
+ "STATE": "Grand Rapids, MICHIGAN",
520
+ "Rate": 14,
521
+ "Location": "Vehicle",
522
+ "URL": "https://www.cdc.gov/"
523
+ },
524
+ {
525
+ "STATE": "Salem, OReGON",
526
+ "Rate": 14,
527
+ "Location": "Vehicle",
528
+ "URL": "https://www.cdc.gov/"
529
+ },
530
+ {
531
+ "STATE": "Round Rock, TEXAS",
532
+ "Rate": 14,
533
+ "Location": "Vehicle",
534
+ "URL": "https://www.cdc.gov/"
535
+ },
536
+ {
537
+ "STATE": "PROVO, UT",
538
+ "Rate": 14,
539
+ "Location": "Vehicle",
540
+ "URL": "https://www.cdc.gov/"
541
+ },
542
+ {
543
+ "STATE": "SALUDA, VIRGINIA",
544
+ "Rate": 14,
545
+ "Location": "Vehicle",
546
+ "URL": "https://www.cdc.gov/"
547
+ },
548
+ {
549
+ "STATE": "ELLENSBURG, WA",
550
+ "Rate": 14,
551
+ "Location": "Vehicle",
552
+ "URL": "https://www.cdc.gov/"
553
+ },
554
+ {
555
+ "STATE": "Atlanta",
556
+ "Rate": 12,
557
+ "Location": "Work",
558
+ "URL": "https://www.cdc.gov/"
559
+ },
560
+ {
561
+ "STATE": "Boston",
562
+ "Rate": 20,
563
+ "Location": "School",
564
+ "URL": "https://www.cdc.gov/"
565
+ },
566
+ {
567
+ "STATE": "New York City",
568
+ "Rate": 22,
569
+ "Location": "School",
570
+ "URL": "https://www.cdc.gov/"
571
+ },
572
+ {
573
+ "STATE": "Dallas",
574
+ "Rate": 18,
575
+ "Location": "Work",
576
+ "URL": "https://www.cdc.gov/"
577
+ },
578
+ {
579
+ "STATE": "Seattle",
580
+ "Rate": 17,
581
+ "Location": "Home",
582
+ "URL": "https://www.cdc.gov/"
583
+ },
584
+ {
585
+ "STATE": "New Orleans",
586
+ "Rate": 14,
587
+ "Location": "Vehicle",
588
+ "URL": "https://www.cdc.gov/"
589
+ },
590
+ {
591
+ "STATE": "Birmingham",
592
+ "Rate": 14,
593
+ "Location": "Vehicle",
594
+ "URL": "https://www.cdc.gov/"
595
+ },
596
+ {
597
+ "STATE": "St Paul",
598
+ "Rate": 14,
599
+ "Location": "Vehicle",
600
+ "URL": "https://www.cdc.gov/"
601
+ },
602
+ {
603
+ "STATE": "Hershey",
604
+ "Rate": 14,
605
+ "Location": "Vehicle",
606
+ "URL": "https://www.cdc.gov/"
607
+ },
608
+ {
609
+ "STATE": "Salt Lake City",
610
+ "Rate": 14,
611
+ "Location": "Vehicle",
612
+ "URL": "https://www.cdc.gov/"
613
+ },
614
+ {
615
+ "STATE": "Syracuse",
616
+ "Rate": 14,
617
+ "Location": "Vehicle",
618
+ "URL": "https://www.cdc.gov/"
619
+ },
620
+ {
621
+ "STATE": "Philadelphia",
622
+ "Rate": 14,
623
+ "Location": "Vehicle",
624
+ "URL": "https://www.cdc.gov/"
625
+ },
626
+ {
627
+ "STATE": "Alaska Native Tribal Health Consortium",
628
+ "Rate": 24,
629
+ "Location": "Work",
630
+ "URL": "https://www.cdc.gov/"
631
+ },
632
+ {
633
+ "STATE": "American Indian Cancer Foundation",
634
+ "Rate": 14,
635
+ "Location": "Vehicle",
636
+ "URL": "https://www.cdc.gov/"
637
+ },
638
+ {
639
+ "STATE": "Arctic Slope Native Association Limited",
640
+ "Rate": 14,
641
+ "Location": "Vehicle",
642
+ "URL": "https://www.cdc.gov/"
643
+ },
644
+ {
645
+ "STATE": "California Rural Indian Health Board Inc.",
646
+ "Rate": 19,
647
+ "Location": "Work",
648
+ "URL": "https://www.cdc.gov/"
649
+ },
650
+ {
651
+ "STATE": "Cherokee Nation",
652
+ "Rate": 12,
653
+ "Location": "Vehicle",
654
+ "URL": "https://www.cdc.gov/"
655
+ },
656
+ {
657
+ "STATE": "Cheyenne River Sioux Tribe",
658
+ "Rate": 11,
659
+ "Location": "Vehicle",
660
+ "URL": "https://www.cdc.gov/"
661
+ },
662
+ {
663
+ "STATE": "Fond du Lac Reservation",
664
+ "Rate": 22,
665
+ "Location": "Vehicle",
666
+ "URL": "https://www.cdc.gov/"
667
+ },
668
+ {
669
+ "STATE": "Great Plains Tribal Leaders Health Board",
670
+ "Rate": 18,
671
+ "Location": "Vehicle",
672
+ "URL": "https://www.cdc.gov/"
673
+ },
674
+ {
675
+ "STATE": "Hopi Tribe",
676
+ "Rate": 19,
677
+ "Location": "Vehicle",
678
+ "URL": "https://www.cdc.gov/"
679
+ },
680
+ {
681
+ "STATE": "Inter-Tribal Council of Michigan, Inc.",
682
+ "Rate": 14,
683
+ "Location": "Vehicle",
684
+ "URL": "https://www.cdc.gov/"
685
+ },
686
+ {
687
+ "STATE": "Kaw Nation of Oklahoma",
688
+ "Rate": 16,
689
+ "Location": "Vehicle",
690
+ "URL": "https://www.cdc.gov/"
691
+ },
692
+ {
693
+ "STATE": "Native American Rehabilitation Association of the Northwest, Inc.",
694
+ "Rate": 22,
695
+ "Location": "School",
696
+ "URL": "https://www.cdc.gov/"
697
+ },
698
+ {
699
+ "STATE": "Navajo Nation",
700
+ "Rate": 24,
701
+ "Location": "Vehicle",
702
+ "URL": "https://www.cdc.gov/"
703
+ },
704
+ {
705
+ "STATE": "Northwest Portland Area Indian Health Board",
706
+ "Rate": 24,
707
+ "Location": "Vehicle",
708
+ "URL": "https://www.cdc.gov/"
709
+ },
710
+ {
711
+ "STATE": "South Puget Intertribal Planning Agency",
712
+ "Rate": 9,
713
+ "Location": "Vehicle",
714
+ "URL": "https://www.cdc.gov/"
715
+ },
716
+ {
717
+ "STATE": "Southcentral Foundation",
718
+ "Rate": 29,
719
+ "Location": "Vehicle",
720
+ "URL": "https://www.cdc.gov/"
721
+ },
722
+ {
723
+ "STATE": "Southeast Alaska Regional Health Consortium",
724
+ "Rate": 8,
725
+ "Location": "Vehicle",
726
+ "URL": "https://www.cdc.gov/"
727
+ },
728
+ {
729
+ "STATE": "Yukon-Kuskokwim Health Corporation",
730
+ "Rate": 5,
731
+ "Location": "Vehicle",
732
+ "URL": "https://www.cdc.gov/"
733
+ },
734
+ {
735
+ "STATE": "Modesto",
736
+ "Rate": 5,
737
+ "Location": "Vehicle",
738
+ "URL": "https://www.cdc.gov/"
739
+ },
740
+ {
741
+ "STATE": "Lakeview",
742
+ "Rate": 5,
743
+ "Location": "Vehicle",
744
+ "URL": "https://www.cdc.gov/"
745
+ },
746
+ {
747
+ "STATE": "Lockport",
748
+ "Rate": 5,
749
+ "Location": "Vehicle",
750
+ "URL": "https://www.cdc.gov/"
751
+ },
752
+ {
753
+ "STATE": "Warren",
754
+ "Rate": 5,
755
+ "Location": "Vehicle",
756
+ "URL": "https://www.cdc.gov/"
757
+ },
758
+ {
759
+ "STATE": "Salem, Oregon",
760
+ "Rate": 5,
761
+ "Location": "Vehicle",
762
+ "URL": "https://www.cdc.gov/"
763
+ },
764
+ {
765
+ "STATE": "Salem, Connecticut",
766
+ "Rate": 5,
767
+ "Location": "Vehicle",
768
+ "URL": "https://www.cdc.gov/"
769
+ },
770
+ {
771
+ "STATE": "Salem, Alabama",
772
+ "Rate": 5,
773
+ "Location": "Vehicle",
774
+ "URL": "https://www.cdc.gov/"
775
+ },
776
+ {
777
+ "STATE": "Salem, Florida",
778
+ "Rate": 5,
779
+ "Location": "Vehicle",
780
+ "URL": "https://www.cdc.gov/"
781
+ },
782
+ {
783
+ "STATE": "Salem, Massachusetts",
784
+ "Rate": 5,
785
+ "Location": "Vehicle",
786
+ "URL": "https://www.cdc.gov/"
787
+ },
788
+ {
789
+ "STATE": "San Benito",
790
+ "Rate": 5,
791
+ "Location": "Vehicle",
792
+ "URL": "https://www.cdc.gov/"
793
+ },
794
+ {
795
+ "STATE": "Alexandria",
796
+ "Rate": 5,
797
+ "Location": "Vehicle",
798
+ "URL": "https://www.cdc.gov/"
799
+ },
800
+ {
801
+ "STATE": "San Juan",
802
+ "Rate": 5,
803
+ "Location": "Vehicle",
804
+ "URL": "https://www.cdc.gov/"
805
+ }
806
+ ],
807
+ "filterStyle": "Filter Changes"
808
+ }