@cdc/map 2.6.3 → 9.22.9

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 (73) hide show
  1. package/dist/cdcmap.js +32 -18
  2. package/examples/bubble-us.json +363 -0
  3. package/examples/bubble-world.json +427 -0
  4. package/examples/default-county.json +64 -12
  5. package/examples/default-hex.json +477 -0
  6. package/examples/default-usa-regions.json +118 -0
  7. package/examples/default-usa.json +1 -1
  8. package/examples/default-world-data.json +1450 -0
  9. package/examples/default-world.json +5 -3
  10. package/examples/example-city-state.json +46 -1
  11. package/examples/gallery/categorical-qualitative.json +797 -0
  12. package/examples/gallery/categorical-scale-based.json +739 -0
  13. package/examples/gallery/city-state.json +479 -0
  14. package/examples/gallery/county.json +22731 -0
  15. package/examples/gallery/equal-interval.json +1027 -0
  16. package/examples/gallery/equal-number.json +1027 -0
  17. package/examples/gallery/filterable.json +909 -0
  18. package/examples/gallery/hex-filtered.json +420 -0
  19. package/examples/gallery/hex.json +413 -0
  20. package/examples/gallery/single-state.json +21402 -0
  21. package/examples/gallery/world.json +1592 -0
  22. package/examples/private/atsdr.json +439 -0
  23. package/examples/private/atsdr_new.json +436 -0
  24. package/examples/private/bubble.json +285 -0
  25. package/examples/private/city-state.json +428 -0
  26. package/examples/private/cty-issue.json +42768 -0
  27. package/examples/private/default-usa.json +460 -0
  28. package/examples/private/default-world-data.json +1444 -0
  29. package/examples/private/default.json +968 -0
  30. package/examples/private/legend-issue.json +1 -0
  31. package/examples/private/map-rounding-error.json +42759 -0
  32. package/examples/private/map.csv +60 -0
  33. package/examples/private/mdx.json +210 -0
  34. package/examples/private/monkeypox.json +376 -0
  35. package/examples/private/regions.json +52 -0
  36. package/examples/private/valid-data-map.csv +59 -0
  37. package/examples/private/wcmsrd-13881-data.json +2858 -0
  38. package/examples/private/wcmsrd-13881.json +5823 -0
  39. package/examples/private/wcmsrd-14492-data.json +292 -0
  40. package/examples/private/wcmsrd-14492.json +114 -0
  41. package/examples/private/wcmsrd-test.json +268 -0
  42. package/examples/private/world.json +1580 -0
  43. package/examples/private/worldmap.json +1490 -0
  44. package/package.json +51 -50
  45. package/src/CdcMap.js +496 -158
  46. package/src/components/BubbleList.js +244 -0
  47. package/src/components/CityList.js +41 -5
  48. package/src/components/CountyMap.js +16 -6
  49. package/src/components/DataTable.js +25 -18
  50. package/src/components/EditorPanel.js +915 -404
  51. package/src/components/Geo.js +1 -1
  52. package/src/components/Modal.js +2 -1
  53. package/src/components/NavigationMenu.js +4 -3
  54. package/src/components/Sidebar.js +14 -19
  55. package/src/components/SingleStateMap.js +11 -5
  56. package/src/components/UsaMap.js +103 -36
  57. package/src/components/UsaRegionMap.js +320 -0
  58. package/src/components/WorldMap.js +116 -34
  59. package/src/data/country-coordinates.js +250 -0
  60. package/src/data/{dfc-map.json → county-map.json} +0 -0
  61. package/src/data/initial-state.js +20 -2
  62. package/src/data/state-coordinates.js +55 -0
  63. package/src/data/supported-geos.js +96 -15
  64. package/src/data/us-regions-topo-2.json +360525 -0
  65. package/src/data/us-regions-topo.json +37894 -0
  66. package/src/hooks/useColorPalette.ts +96 -0
  67. package/src/index.html +7 -4
  68. package/src/scss/editor-panel.scss +78 -57
  69. package/src/scss/main.scss +1 -1
  70. package/src/scss/map.scss +112 -2
  71. package/src/scss/sidebar.scss +2 -1
  72. package/src/data/color-palettes.js +0 -200
  73. package/src/images/map-folded.svg +0 -1
@@ -0,0 +1,968 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "Condition": "Arboviral",
5
+ "State": "AL",
6
+ "Status": "Production"
7
+ },
8
+ {
9
+ "Condition": "Arboviral",
10
+ "State": "AK",
11
+ "Status": "Onboarding"
12
+ },
13
+ {
14
+ "Condition": "Arboviral",
15
+ "State": "AZ",
16
+ "Status": "Production"
17
+ },
18
+ {
19
+ "Condition": "Arboviral",
20
+ "State": "AR",
21
+ "Status": "Production"
22
+ },
23
+ {
24
+ "Condition": "Arboviral",
25
+ "State": "DE",
26
+ "Status": "Production"
27
+ },
28
+ {
29
+ "Condition": "Arboviral",
30
+ "State": "FL",
31
+ "Status": "Production"
32
+ },
33
+ {
34
+ "Condition": "Arboviral",
35
+ "State": "ID",
36
+ "Status": "Production"
37
+ },
38
+ {
39
+ "Condition": "Arboviral",
40
+ "State": "IL",
41
+ "Status": "Production"
42
+ },
43
+ {
44
+ "Condition": "Arboviral",
45
+ "State": "IN",
46
+ "Status": "Production"
47
+ },
48
+ {
49
+ "Condition": "Arboviral",
50
+ "State": "KS",
51
+ "Status": "Onboarding"
52
+ },
53
+ {
54
+ "Condition": "Arboviral",
55
+ "State": "LA",
56
+ "Status": "Production"
57
+ },
58
+ {
59
+ "Condition": "Arboviral",
60
+ "State": "MD",
61
+ "Status": "Production"
62
+ },
63
+ {
64
+ "Condition": "Arboviral",
65
+ "State": "MA",
66
+ "Status": "Production"
67
+ },
68
+ {
69
+ "Condition": "Arboviral",
70
+ "State": "MI",
71
+ "Status": "Onboarding"
72
+ },
73
+ {
74
+ "Condition": "Arboviral",
75
+ "State": "MS",
76
+ "Status": "Production"
77
+ },
78
+ {
79
+ "Condition": "Arboviral",
80
+ "State": "MT",
81
+ "Status": "Production"
82
+ },
83
+ {
84
+ "Condition": "Arboviral",
85
+ "State": "NE",
86
+ "Status": "Production"
87
+ },
88
+ {
89
+ "Condition": "Arboviral",
90
+ "State": "NJ",
91
+ "Status": "Production"
92
+ },
93
+ {
94
+ "Condition": "Arboviral",
95
+ "State": "NY",
96
+ "Status": "Production"
97
+ },
98
+ {
99
+ "Condition": "Arboviral",
100
+ "State": "ND",
101
+ "Status": "Production"
102
+ },
103
+ {
104
+ "Condition": "Arboviral",
105
+ "State": "OR",
106
+ "Status": "Production"
107
+ },
108
+ {
109
+ "Condition": "Arboviral",
110
+ "State": "PA",
111
+ "Status": "Production"
112
+ },
113
+ {
114
+ "Condition": "Arboviral",
115
+ "State": "RI",
116
+ "Status": "Production"
117
+ },
118
+ {
119
+ "Condition": "Arboviral",
120
+ "State": "SC",
121
+ "Status": "Onboarding"
122
+ },
123
+ {
124
+ "Condition": "Arboviral",
125
+ "State": "SD",
126
+ "Status": "Production"
127
+ },
128
+ {
129
+ "Condition": "Arboviral",
130
+ "State": "TN",
131
+ "Status": "Production"
132
+ },
133
+ {
134
+ "Condition": "Arboviral",
135
+ "State": "TX",
136
+ "Status": "Production"
137
+ },
138
+ {
139
+ "Condition": "Arboviral",
140
+ "State": "UT",
141
+ "Status": "Production"
142
+ },
143
+ {
144
+ "Condition": "Arboviral",
145
+ "State": "VA",
146
+ "Status": "Production"
147
+ },
148
+ {
149
+ "Condition": "Arboviral",
150
+ "State": "WA",
151
+ "Status": "Onboarding"
152
+ },
153
+ {
154
+ "Condition": "Arboviral",
155
+ "State": "WI",
156
+ "Status": "Production"
157
+ },
158
+ {
159
+ "Condition": "Arboviral",
160
+ "State": "WY",
161
+ "Status": "Production"
162
+ },
163
+ {
164
+ "Condition": "Arboviral",
165
+ "State": "New York City",
166
+ "Status": "Production"
167
+ },
168
+ {
169
+ "Condition": "Babesiosis",
170
+ "State": "CT",
171
+ "Status": "Piloting"
172
+ },
173
+ {
174
+ "Condition": "Babesiosis",
175
+ "State": "FL",
176
+ "Status": "Piloting"
177
+ },
178
+ {
179
+ "Condition": "Babesiosis",
180
+ "State": "ID",
181
+ "Status": "Onboarding"
182
+ },
183
+ {
184
+ "Condition": "Babesiosis",
185
+ "State": "MI",
186
+ "Status": "Production"
187
+ },
188
+ {
189
+ "Condition": "Babesiosis",
190
+ "State": "WI",
191
+ "Status": "Production"
192
+ },
193
+ {
194
+ "Condition": "Congenital Syphilis",
195
+ "State": "AL",
196
+ "Status": "Production"
197
+ },
198
+ {
199
+ "Condition": "Congenital Syphilis",
200
+ "State": "CT",
201
+ "Status": "Production"
202
+ },
203
+ {
204
+ "Condition": "Congenital Syphilis",
205
+ "State": "ID",
206
+ "Status": "Production"
207
+ },
208
+ {
209
+ "Condition": "Congenital Syphilis",
210
+ "State": "IN",
211
+ "Status": "Onboarding"
212
+ },
213
+ {
214
+ "Condition": "Congenital Syphilis",
215
+ "State": "KY",
216
+ "Status": "Production"
217
+ },
218
+ {
219
+ "Condition": "Congenital Syphilis",
220
+ "State": "MI",
221
+ "Status": "Production"
222
+ },
223
+ {
224
+ "Condition": "Congenital Syphilis",
225
+ "State": "NC",
226
+ "Status": "Production"
227
+ },
228
+ {
229
+ "Condition": "Congenital Syphilis",
230
+ "State": "OR",
231
+ "Status": "Production"
232
+ },
233
+ {
234
+ "Condition": "Congenital Syphilis",
235
+ "State": "SC",
236
+ "Status": "Production"
237
+ },
238
+ {
239
+ "Condition": "Congenital Syphilis",
240
+ "State": "WI",
241
+ "Status": "Production"
242
+ },
243
+ {
244
+ "Condition": "COVID-19",
245
+ "State": "AK",
246
+ "Status": "Onboarding"
247
+ },
248
+ {
249
+ "Condition": "COVID-19",
250
+ "State": "ID",
251
+ "Status": "Production"
252
+ },
253
+ {
254
+ "Condition": "COVID-19",
255
+ "State": "KS",
256
+ "Status": "Production"
257
+ },
258
+ {
259
+ "Condition": "COVID-19",
260
+ "State": "KY",
261
+ "Status": "Onboarding"
262
+ },
263
+ {
264
+ "Condition": "COVID-19",
265
+ "State": "UT",
266
+ "Status": "Production"
267
+ },
268
+ {
269
+ "Condition": "CRS",
270
+ "State": "OR",
271
+ "Status": "Piloting"
272
+ },
273
+ {
274
+ "Condition": "FDD",
275
+ "State": "FL",
276
+ "Status": "Piloting"
277
+ },
278
+ {
279
+ "Condition": "FDD",
280
+ "State": "MI",
281
+ "Status": "Onboarding"
282
+ },
283
+ {
284
+ "Condition": "FDD",
285
+ "State": "MN",
286
+ "Status": "Piloting"
287
+ },
288
+ {
289
+ "Condition": "FDD",
290
+ "State": "NY",
291
+ "Status": "Piloting"
292
+ },
293
+ {
294
+ "Condition": "FDD",
295
+ "State": "OR",
296
+ "Status": "Production"
297
+ },
298
+ {
299
+ "Condition": "Generic v2.0",
300
+ "State": "AL",
301
+ "Status": "Production"
302
+ },
303
+ {
304
+ "Condition": "Generic v2.0",
305
+ "State": "AK",
306
+ "Status": "Production"
307
+ },
308
+ {
309
+ "Condition": "Generic v2.0",
310
+ "State": "AZ",
311
+ "Status": "Production"
312
+ },
313
+ {
314
+ "Condition": "Generic v2.0",
315
+ "State": "CA",
316
+ "Status": "Production"
317
+ },
318
+ {
319
+ "Condition": "Generic v2.0",
320
+ "State": "CO",
321
+ "Status": "Production"
322
+ },
323
+ {
324
+ "Condition": "Generic v2.0",
325
+ "State": "CT",
326
+ "Status": "Production"
327
+ },
328
+ {
329
+ "Condition": "Generic v2.0",
330
+ "State": "DE",
331
+ "Status": "Production"
332
+ },
333
+ {
334
+ "Condition": "Generic v2.0",
335
+ "State": "FL",
336
+ "Status": "Production"
337
+ },
338
+ {
339
+ "Condition": "Generic v2.0",
340
+ "State": "GA",
341
+ "Status": "Production"
342
+ },
343
+ {
344
+ "Condition": "Generic v2.0",
345
+ "State": "ID",
346
+ "Status": "Production"
347
+ },
348
+ {
349
+ "Condition": "Generic v2.0",
350
+ "State": "IL",
351
+ "Status": "Production"
352
+ },
353
+ {
354
+ "Condition": "Generic v2.0",
355
+ "State": "IN",
356
+ "Status": "Production"
357
+ },
358
+ {
359
+ "Condition": "Generic v2.0",
360
+ "State": "IA",
361
+ "Status": "Production"
362
+ },
363
+ {
364
+ "Condition": "Generic v2.0",
365
+ "State": "KS",
366
+ "Status": "Production"
367
+ },
368
+ {
369
+ "Condition": "Generic v2.0",
370
+ "State": "KY",
371
+ "Status": "Production"
372
+ },
373
+ {
374
+ "Condition": "Generic v2.0",
375
+ "State": "ME",
376
+ "Status": "Production"
377
+ },
378
+ {
379
+ "Condition": "Generic v2.0",
380
+ "State": "MA",
381
+ "Status": "Production"
382
+ },
383
+ {
384
+ "Condition": "Generic v2.0",
385
+ "State": "MI",
386
+ "Status": "Production"
387
+ },
388
+ {
389
+ "Condition": "Generic v2.0",
390
+ "State": "MN",
391
+ "Status": "Production"
392
+ },
393
+ {
394
+ "Condition": "Generic v2.0",
395
+ "State": "MS",
396
+ "Status": "Production"
397
+ },
398
+ {
399
+ "Condition": "Generic v2.0",
400
+ "State": "MT",
401
+ "Status": "Production"
402
+ },
403
+ {
404
+ "Condition": "Generic v2.0",
405
+ "State": "NH",
406
+ "Status": "Onboarding"
407
+ },
408
+ {
409
+ "Condition": "Generic v2.0",
410
+ "State": "NJ",
411
+ "Status": "Production"
412
+ },
413
+ {
414
+ "Condition": "Generic v2.0",
415
+ "State": "NY",
416
+ "Status": "Production"
417
+ },
418
+ {
419
+ "Condition": "Generic v2.0",
420
+ "State": "NC",
421
+ "Status": "Production"
422
+ },
423
+ {
424
+ "Condition": "Generic v2.0",
425
+ "State": "OR",
426
+ "Status": "Production"
427
+ },
428
+ {
429
+ "Condition": "Generic v2.0",
430
+ "State": "PA",
431
+ "Status": "Production"
432
+ },
433
+ {
434
+ "Condition": "Generic v2.0",
435
+ "State": "RI",
436
+ "Status": "Production"
437
+ },
438
+ {
439
+ "Condition": "Generic v2.0",
440
+ "State": "SC",
441
+ "Status": "Production"
442
+ },
443
+ {
444
+ "Condition": "Generic v2.0",
445
+ "State": "TN",
446
+ "Status": "Production"
447
+ },
448
+ {
449
+ "Condition": "Generic v2.0",
450
+ "State": "UT",
451
+ "Status": "Production"
452
+ },
453
+ {
454
+ "Condition": "Generic v2.0",
455
+ "State": "VA",
456
+ "Status": "Production"
457
+ },
458
+ {
459
+ "Condition": "Generic v2.0",
460
+ "State": "WV",
461
+ "Status": "Onboarding"
462
+ },
463
+ {
464
+ "Condition": "Generic v2.0",
465
+ "State": "WI",
466
+ "Status": "Production"
467
+ },
468
+ {
469
+ "Condition": "Generic v2.0",
470
+ "State": "WY",
471
+ "Status": "Onboarding"
472
+ },
473
+ {
474
+ "Condition": "Generic v2.0",
475
+ "State": "New York City",
476
+ "Status": "Production"
477
+ },
478
+ {
479
+ "Condition": "Generic v2.0",
480
+ "State": "CNMI",
481
+ "Status": "Onboarding"
482
+ },
483
+ {
484
+ "Condition": "Generic v2.0",
485
+ "State": "GU",
486
+ "Status": "Production"
487
+ },
488
+ {
489
+ "Condition": "Generic v2.0",
490
+ "State": "PR",
491
+ "Status": "Production"
492
+ },
493
+ {
494
+ "Condition": "Generic v2.0",
495
+ "State": "VI",
496
+ "Status": "Onboarding"
497
+ },
498
+ {
499
+ "Condition": "HAI MDRO",
500
+ "State": "CO",
501
+ "Status": "Onboarding"
502
+ },
503
+ {
504
+ "Condition": "HAI MDRO",
505
+ "State": "MI",
506
+ "Status": "Production"
507
+ },
508
+ {
509
+ "Condition": "HAI MDRO",
510
+ "State": "OR",
511
+ "Status": "Piloting"
512
+ },
513
+ {
514
+ "Condition": "Hepatitis",
515
+ "State": "AL",
516
+ "Status": "Production"
517
+ },
518
+ {
519
+ "Condition": "Hepatitis",
520
+ "State": "AK",
521
+ "Status": "Production"
522
+ },
523
+ {
524
+ "Condition": "Hepatitis",
525
+ "State": "CO",
526
+ "Status": "Production"
527
+ },
528
+ {
529
+ "Condition": "Hepatitis",
530
+ "State": "DE",
531
+ "Status": "Production"
532
+ },
533
+ {
534
+ "Condition": "Hepatitis",
535
+ "State": "FL",
536
+ "Status": "Production"
537
+ },
538
+ {
539
+ "Condition": "Hepatitis",
540
+ "State": "ID",
541
+ "Status": "Production"
542
+ },
543
+ {
544
+ "Condition": "Hepatitis",
545
+ "State": "IN",
546
+ "Status": "Production"
547
+ },
548
+ {
549
+ "Condition": "Hepatitis",
550
+ "State": "IA",
551
+ "Status": "Production"
552
+ },
553
+ {
554
+ "Condition": "Hepatitis",
555
+ "State": "LA",
556
+ "Status": "Production"
557
+ },
558
+ {
559
+ "Condition": "Hepatitis",
560
+ "State": "MA",
561
+ "Status": "Production"
562
+ },
563
+ {
564
+ "Condition": "Hepatitis",
565
+ "State": "MI",
566
+ "Status": "Production"
567
+ },
568
+ {
569
+ "Condition": "Hepatitis",
570
+ "State": "MN",
571
+ "Status": "Production"
572
+ },
573
+ {
574
+ "Condition": "Hepatitis",
575
+ "State": "NE",
576
+ "Status": "Production"
577
+ },
578
+ {
579
+ "Condition": "Hepatitis",
580
+ "State": "NJ",
581
+ "Status": "Production"
582
+ },
583
+ {
584
+ "Condition": "Hepatitis",
585
+ "State": "NY",
586
+ "Status": "Production"
587
+ },
588
+ {
589
+ "Condition": "Hepatitis",
590
+ "State": "OR",
591
+ "Status": "Production"
592
+ },
593
+ {
594
+ "Condition": "Hepatitis",
595
+ "State": "RI",
596
+ "Status": "Production"
597
+ },
598
+ {
599
+ "Condition": "Hepatitis",
600
+ "State": "SC",
601
+ "Status": "Production"
602
+ },
603
+ {
604
+ "Condition": "Hepatitis",
605
+ "State": "TN",
606
+ "Status": "Production"
607
+ },
608
+ {
609
+ "Condition": "Hepatitis",
610
+ "State": "UT",
611
+ "Status": "Production"
612
+ },
613
+ {
614
+ "Condition": "Hepatitis",
615
+ "State": "VA",
616
+ "Status": "Production"
617
+ },
618
+ {
619
+ "Condition": "Hepatitis",
620
+ "State": "WV",
621
+ "Status": "Production"
622
+ },
623
+ {
624
+ "Condition": "Hepatitis",
625
+ "State": "WI",
626
+ "Status": "Production"
627
+ },
628
+ {
629
+ "Condition": "Hepatitis",
630
+ "State": "GU",
631
+ "Status": "Onboarding"
632
+ },
633
+ {
634
+ "Condition": "Hepatitis",
635
+ "State": "PR",
636
+ "Status": "Production"
637
+ },
638
+ {
639
+ "Condition": "Hepatitis",
640
+ "State": "VI",
641
+ "Status": "Onboarding"
642
+ },
643
+ {
644
+ "Condition": "Lyme & TBRD",
645
+ "State": "FL",
646
+ "Status": "Piloting"
647
+ },
648
+ {
649
+ "Condition": "Lyme & TBRD",
650
+ "State": "ID",
651
+ "Status": "Production"
652
+ },
653
+ {
654
+ "Condition": "Lyme & TBRD",
655
+ "State": "IL",
656
+ "Status": "Onboarding"
657
+ },
658
+ {
659
+ "Condition": "Lyme & TBRD",
660
+ "State": "MI",
661
+ "Status": "Production"
662
+ },
663
+ {
664
+ "Condition": "Lyme & TBRD",
665
+ "State": "OR",
666
+ "Status": "Piloting"
667
+ },
668
+ {
669
+ "Condition": "Malaria",
670
+ "State": "CT",
671
+ "Status": "Piloting"
672
+ },
673
+ {
674
+ "Condition": "Malaria",
675
+ "State": "FL",
676
+ "Status": "Piloting"
677
+ },
678
+ {
679
+ "Condition": "Malaria",
680
+ "State": "ID",
681
+ "Status": "Production"
682
+ },
683
+ {
684
+ "Condition": "Malaria",
685
+ "State": "MI",
686
+ "Status": "Production"
687
+ },
688
+ {
689
+ "Condition": "Measles",
690
+ "State": "AL",
691
+ "Status": "Piloting"
692
+ },
693
+ {
694
+ "Condition": "Measles",
695
+ "State": "AZ",
696
+ "Status": "Piloting"
697
+ },
698
+ {
699
+ "Condition": "Measles",
700
+ "State": "FL",
701
+ "Status": "Piloting"
702
+ },
703
+ {
704
+ "Condition": "Measles",
705
+ "State": "OR",
706
+ "Status": "Piloting"
707
+ },
708
+ {
709
+ "Condition": "Mumps",
710
+ "State": "FL",
711
+ "Status": "Piloting"
712
+ },
713
+ {
714
+ "Condition": "Mumps",
715
+ "State": "KS",
716
+ "Status": "Piloting"
717
+ },
718
+ {
719
+ "Condition": "Mumps",
720
+ "State": "MI",
721
+ "Status": "Piloting"
722
+ },
723
+ {
724
+ "Condition": "Mumps",
725
+ "State": "OR",
726
+ "Status": "Piloting"
727
+ },
728
+ {
729
+ "Condition": "Mumps",
730
+ "State": "UT",
731
+ "Status": "Production"
732
+ },
733
+ {
734
+ "Condition": "Mumps",
735
+ "State": "New York City",
736
+ "Status": "Piloting"
737
+ },
738
+ {
739
+ "Condition": "Pertussis",
740
+ "State": "FL",
741
+ "Status": "Piloting"
742
+ },
743
+ {
744
+ "Condition": "Pertussis",
745
+ "State": "KS",
746
+ "Status": "Piloting"
747
+ },
748
+ {
749
+ "Condition": "Pertussis",
750
+ "State": "MI",
751
+ "Status": "Piloting"
752
+ },
753
+ {
754
+ "Condition": "Pertussis",
755
+ "State": "OR",
756
+ "Status": "Piloting"
757
+ },
758
+ {
759
+ "Condition": "Pertussis",
760
+ "State": "UT",
761
+ "Status": "Production"
762
+ },
763
+ {
764
+ "Condition": "Pertussis",
765
+ "State": "New York City",
766
+ "Status": "Piloting"
767
+ },
768
+ {
769
+ "Condition": "RIBD",
770
+ "State": "GA",
771
+ "Status": "Piloting"
772
+ },
773
+ {
774
+ "Condition": "RIBD",
775
+ "State": "OR",
776
+ "Status": "Piloting"
777
+ },
778
+ {
779
+ "Condition": "Rubella",
780
+ "State": "FL",
781
+ "Status": "Piloting"
782
+ },
783
+ {
784
+ "Condition": "Rubella",
785
+ "State": "OR",
786
+ "Status": "Piloting"
787
+ },
788
+ {
789
+ "Condition": "STD",
790
+ "State": "AL",
791
+ "Status": "Production"
792
+ },
793
+ {
794
+ "Condition": "STD",
795
+ "State": "CT",
796
+ "Status": "Production"
797
+ },
798
+ {
799
+ "Condition": "STD",
800
+ "State": "ID",
801
+ "Status": "Production"
802
+ },
803
+ {
804
+ "Condition": "STD",
805
+ "State": "IN",
806
+ "Status": "Onboarding"
807
+ },
808
+ {
809
+ "Condition": "STD",
810
+ "State": "KY",
811
+ "Status": "Production"
812
+ },
813
+ {
814
+ "Condition": "STD",
815
+ "State": "MI",
816
+ "Status": "Production"
817
+ },
818
+ {
819
+ "Condition": "STD",
820
+ "State": "NC",
821
+ "Status": "Production"
822
+ },
823
+ {
824
+ "Condition": "STD",
825
+ "State": "OR",
826
+ "Status": "Production"
827
+ },
828
+ {
829
+ "Condition": "STD",
830
+ "State": "SC",
831
+ "Status": "Production"
832
+ },
833
+ {
834
+ "Condition": "STD",
835
+ "State": "WI",
836
+ "Status": "Production"
837
+ },
838
+ {
839
+ "Condition": "TB & LTBI",
840
+ "State": "AZ",
841
+ "Status": "Onboarding"
842
+ },
843
+ {
844
+ "Condition": "TB & LTBI",
845
+ "State": "MI",
846
+ "Status": "Onboarding"
847
+ },
848
+ {
849
+ "Condition": "TB & LTBI",
850
+ "State": "OR",
851
+ "Status": "Production"
852
+ },
853
+ {
854
+ "Condition": "Trichinellosis",
855
+ "State": "CT",
856
+ "Status": "Piloting"
857
+ },
858
+ {
859
+ "Condition": "Trichinellosis",
860
+ "State": "FL",
861
+ "Status": "Piloting"
862
+ },
863
+ {
864
+ "Condition": "Trichinellosis",
865
+ "State": "ID",
866
+ "Status": "Onboarding"
867
+ },
868
+ {
869
+ "Condition": "Trichinellosis",
870
+ "State": "MI",
871
+ "Status": "Production"
872
+ },
873
+ {
874
+ "Condition": "Trichinellosis",
875
+ "State": "WI",
876
+ "Status": "Production"
877
+ },
878
+ {
879
+ "Condition": "Varicella",
880
+ "State": "FL",
881
+ "Status": "Piloting"
882
+ },
883
+ {
884
+ "Condition": "Varicella",
885
+ "State": "KS",
886
+ "Status": "Piloting"
887
+ },
888
+ {
889
+ "Condition": "Varicella",
890
+ "State": "MI",
891
+ "Status": "Piloting"
892
+ },
893
+ {
894
+ "Condition": "Varicella",
895
+ "State": "SC",
896
+ "Status": "Piloting"
897
+ },
898
+ {
899
+ "Condition": "Varicella",
900
+ "State": "UT",
901
+ "Status": "Production"
902
+ }
903
+ ],
904
+ "dataFileName": "undefined.csv",
905
+ "dataFileSourceType": "file",
906
+ "dataDescription": {
907
+ "horizontal": true
908
+ },
909
+ "newViz": true,
910
+ "type": "map",
911
+ "general": {
912
+ "geoType": "us",
913
+ "geoBorderColor": "darkGray",
914
+ "headerColor": "theme-blue",
915
+ "showTitle": true,
916
+ "showSidebar": true,
917
+ "showDownloadButton": true,
918
+ "showDownloadMediaButton": false,
919
+ "displayAsHex": false,
920
+ "displayStateLabels": false,
921
+ "territoriesLabel": "Territories",
922
+ "language": "en",
923
+ "hasRegions": false,
924
+ "expandDataTable": true,
925
+ "fullBorder": false,
926
+ "type": "data",
927
+ "title": "Default US Map"
928
+ },
929
+
930
+ "geoType": "us",
931
+ "geoBorderColor": "darkGray",
932
+ "headerColor": "theme-blue",
933
+ "showTitle": true,
934
+ "showSidebar": true,
935
+ "showDownloadButton": true,
936
+ "showDownloadMediaButton": false,
937
+ "displayAsHex": false,
938
+ "displayStateLabels": false,
939
+ "territoriesLabel": "Territories",
940
+ "language": "en",
941
+ "hasRegions": false,
942
+ "expandDataTable": true,
943
+ "fullBorder": false,
944
+ "color": "pinkpurple",
945
+ "columns": {
946
+ "geo": { "name": "State", "label": "Location", "tooltip": false, "dataTable": true },
947
+ "primary": { "dataTable": true, "tooltip": true, "prefix": "", "suffix": "", "name": "Condition", "label": "" },
948
+ "navigate": { "name": "Condition" }
949
+ },
950
+ "legend": {
951
+ "descriptions": {},
952
+ "specialClasses": [],
953
+ "unified": false,
954
+ "singleColumn": false,
955
+ "dynamicDescription": false,
956
+ "type": "category",
957
+ "numberOfItems": 3,
958
+ "position": "side",
959
+ "title": "Legend"
960
+ },
961
+ "filters": [],
962
+ "dataTable": { "title": "Data Table", "forceDisplay": true },
963
+ "tooltips": {
964
+ "appearanceType": "hover",
965
+ "linkLabel": "Learn More",
966
+ "capitalizeLabels": true
967
+ }
968
+ }