@cdc/map 2.6.2 → 2.6.3

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/cdcmap.js +27 -27
  2. package/examples/default-county.json +105 -0
  3. package/examples/default-single-state.json +109 -0
  4. package/examples/default-usa.json +744 -603
  5. package/examples/example-city-state.json +474 -0
  6. package/examples/example-world-map.json +1596 -0
  7. package/examples/gender-rate-map.json +1 -0
  8. package/package.json +50 -47
  9. package/src/CdcMap.js +422 -159
  10. package/src/components/CityList.js +3 -2
  11. package/src/components/CountyMap.js +556 -0
  12. package/src/components/DataTable.js +73 -19
  13. package/src/components/EditorPanel.js +2088 -1230
  14. package/src/components/Sidebar.js +5 -5
  15. package/src/components/SingleStateMap.js +326 -0
  16. package/src/components/UsaMap.js +20 -3
  17. package/src/data/abbreviations.js +57 -0
  18. package/src/data/color-palettes.js +10 -1
  19. package/src/data/county-map-halfquality.json +58453 -0
  20. package/src/data/county-map-quarterquality.json +1 -0
  21. package/src/data/county-topo.json +1 -0
  22. package/src/data/dfc-map.json +1 -0
  23. package/src/data/initial-state.js +2 -2
  24. package/src/data/newtest.json +1 -0
  25. package/src/data/state-abbreviations.js +60 -0
  26. package/src/data/supported-geos.js +3504 -151
  27. package/src/data/test.json +1 -0
  28. package/src/hooks/useActiveElement.js +19 -0
  29. package/src/index.html +27 -20
  30. package/src/index.js +8 -4
  31. package/src/scss/datatable.scss +2 -1
  32. package/src/scss/main.scss +10 -1
  33. package/src/scss/map.scss +153 -123
  34. package/src/scss/sidebar.scss +0 -1
  35. package/uploads/upload-example-city-state.json +392 -0
  36. package/uploads/upload-example-world-data.json +1490 -0
  37. package/LICENSE +0 -201
@@ -1,827 +1,968 @@
1
1
  {
2
- "type": "map",
3
- "defaultData": true,
4
- "general": {
5
- "title": "Default USA Map",
6
- "subtext": "",
7
- "territoriesLabel": "Territories",
8
- "type": "data",
9
- "geoType": "us",
10
- "headerColor": "theme-blue",
11
- "showSidebar": true,
12
- "showTitle": true,
13
- "geoBorderColor": "darkGray",
14
- "showDownloadButton": true,
15
- "expandDataTable": true
16
- },
17
- "color": "pinkpurple",
18
- "columns": {
19
- "geo": {
20
- "name": "state",
21
- "label": "Location",
22
- "tooltip": false,
23
- "dataTable": true
24
- },
25
- "primary": {
26
- "name": "Insured Rate",
27
- "label": "Data Label",
28
- "prefix": "",
29
- "suffix": "%",
30
- "dataTable": true,
31
- "tooltip": true
32
- },
33
- "navigate": {
34
- "name": "link",
35
- "tooltip": false,
36
- "dataTable": false
37
- }
38
- },
39
- "legend": {
40
- "numberOfItems": 3,
41
- "position": "side",
42
- "title": "Legend Title",
43
- "description": "Legend Text",
44
- "type": "equalnumber",
45
- "specialClasses": ["N/A"]
46
- },
47
- "filters": [],
48
2
  "data": [
49
3
  {
50
- "Insured Rate": "43",
51
- "Coverage Status": "Insured",
52
- "state": "AL",
53
- "Year (Good filter option)": 2010,
54
- "link": ""
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"
55
352
  },
56
353
  {
57
- "Insured Rate": "20",
58
- "Coverage Status": "Insured",
59
- "state": "AL",
60
- "Year (Good filter option)": 2003,
61
- "link": ""
354
+ "Condition": "Generic v2.0",
355
+ "State": "IN",
356
+ "Status": "Production"
62
357
  },
63
358
  {
64
- "Insured Rate": "0",
65
- "Coverage Status": "Uninsured",
66
- "state": "Alaska",
67
- "Year (Good filter option)": "2010",
68
- "link": ""
359
+ "Condition": "Generic v2.0",
360
+ "State": "IA",
361
+ "Status": "Production"
69
362
  },
70
363
  {
71
- "Insured Rate": "72.7",
72
- "Coverage Status": "Insured",
73
- "state": "Arizona",
74
- "Year (Good filter option)": "2010",
75
- "link": "#lorem"
364
+ "Condition": "Generic v2.0",
365
+ "State": "KS",
366
+ "Status": "Production"
76
367
  },
77
368
  {
78
- "Insured Rate": "78.7",
79
- "Coverage Status": "Insured",
80
- "state": "Arkansas",
81
- "Year (Good filter option)": "2010",
82
- "link": ""
369
+ "Condition": "Generic v2.0",
370
+ "State": "KY",
371
+ "Status": "Production"
83
372
  },
84
373
  {
85
- "Insured Rate": "37.2",
86
- "Coverage Status": "Insured",
87
- "state": "California",
88
- "Year (Good filter option)": "2010",
89
- "link": "https://search.cdc.gov/search/?query=California&utf8=%E2%9C%93&affiliate=cdc-main"
374
+ "Condition": "Generic v2.0",
375
+ "State": "ME",
376
+ "Status": "Production"
90
377
  },
91
378
  {
92
- "Insured Rate": "50.6",
93
- "Coverage Status": "Insured",
94
- "state": "Colorado",
95
- "Year (Good filter option)": "2010",
96
- "link": ""
379
+ "Condition": "Generic v2.0",
380
+ "State": "MA",
381
+ "Status": "Production"
97
382
  },
98
383
  {
99
- "Insured Rate": "83.2",
100
- "Coverage Status": "Insured",
101
- "state": "Connecticut",
102
- "Year (Good filter option)": "2010",
103
- "link": ""
384
+ "Condition": "Generic v2.0",
385
+ "State": "MI",
386
+ "Status": "Production"
104
387
  },
105
388
  {
106
- "Insured Rate": "90",
107
- "Coverage Status": "Insured",
108
- "state": "Delaware",
109
- "Year (Good filter option)": "2010",
110
- "link": ""
389
+ "Condition": "Generic v2.0",
390
+ "State": "MN",
391
+ "Status": "Production"
111
392
  },
112
393
  {
113
- "Insured Rate": "77",
114
- "Coverage Status": "Insured",
115
- "state": "District of Columbia",
116
- "Year (Good filter option)": "2010",
117
- "link": "https://search.cdc.gov/search/index.html?query=Washington+D.C.&sitelimit=&utf8=%E2%9C%93&affiliate=cdc-main"
394
+ "Condition": "Generic v2.0",
395
+ "State": "MS",
396
+ "Status": "Production"
118
397
  },
119
398
  {
120
- "Insured Rate": "83",
121
- "Coverage Status": "Insured",
122
- "state": "Florida",
123
- "Year (Good filter option)": "2010",
124
- "link": ""
399
+ "Condition": "Generic v2.0",
400
+ "State": "MT",
401
+ "Status": "Production"
125
402
  },
126
403
  {
127
- "Insured Rate": "83.7",
128
- "Coverage Status": "Uninsured",
129
- "state": "Georgia",
130
- "Year (Good filter option)": "2010",
131
- "link": ""
404
+ "Condition": "Generic v2.0",
405
+ "State": "NH",
406
+ "Status": "Onboarding"
132
407
  },
133
408
  {
134
- "Insured Rate": "N/A",
135
- "Coverage Status": "Insured",
136
- "state": "Hawaii",
137
- "Year (Good filter option)": "2010",
138
- "link": "https://cdc.gov/"
409
+ "Condition": "Generic v2.0",
410
+ "State": "NJ",
411
+ "Status": "Production"
139
412
  },
140
413
  {
141
- "Insured Rate": "80.96",
142
- "Coverage Status": "Insured",
143
- "state": "Idaho",
144
- "Year (Good filter option)": "2010",
145
- "link": ""
414
+ "Condition": "Generic v2.0",
415
+ "State": "NY",
416
+ "Status": "Production"
146
417
  },
147
418
  {
148
- "Insured Rate": "86.9",
149
- "Coverage Status": "Insured",
150
- "state": "Illinois",
151
- "Year (Good filter option)": "2010",
152
- "link": ""
419
+ "Condition": "Generic v2.0",
420
+ "State": "NC",
421
+ "Status": "Production"
153
422
  },
154
423
  {
155
- "Insured Rate": "85",
156
- "Coverage Status": "Insured",
157
- "state": "Indiana",
158
- "Year (Good filter option)": "2010",
159
- "link": ""
424
+ "Condition": "Generic v2.0",
425
+ "State": "OR",
426
+ "Status": "Production"
160
427
  },
161
428
  {
162
- "Insured Rate": "89.6",
163
- "Coverage Status": "Insured",
164
- "state": "Iowa",
165
- "Year (Good filter option)": "2010",
166
- "link": ""
429
+ "Condition": "Generic v2.0",
430
+ "State": "PA",
431
+ "Status": "Production"
167
432
  },
168
433
  {
169
- "Insured Rate": "N/A",
170
- "Coverage Status": "Insured",
171
- "state": "Kansas",
172
- "Year (Good filter option)": "2010",
173
- "link": ""
434
+ "Condition": "Generic v2.0",
435
+ "State": "RI",
436
+ "Status": "Production"
174
437
  },
175
438
  {
176
- "Insured Rate": "0",
177
- "Coverage Status": "Insured",
178
- "state": "Kentucky",
179
- "Year (Good filter option)": "2010",
180
- "link": ""
439
+ "Condition": "Generic v2.0",
440
+ "State": "SC",
441
+ "Status": "Production"
181
442
  },
182
443
  {
183
- "Insured Rate": "79.2",
184
- "Coverage Status": "Insured",
185
- "state": "Louisiana",
186
- "Year (Good filter option)": "2010",
187
- "link": ""
444
+ "Condition": "Generic v2.0",
445
+ "State": "TN",
446
+ "Status": "Production"
188
447
  },
189
448
  {
190
- "Insured Rate": "88",
191
- "Coverage Status": "Insured",
192
- "state": "Maine",
193
- "Year (Good filter option)": "2010",
194
- "link": ""
449
+ "Condition": "Generic v2.0",
450
+ "State": "UT",
451
+ "Status": "Production"
195
452
  },
196
453
  {
197
- "Insured Rate": "9.1",
198
- "Coverage Status": "Insured",
199
- "state": "Maryland",
200
- "Year (Good filter option)": "2010",
201
- "link": ""
454
+ "Condition": "Generic v2.0",
455
+ "State": "VA",
456
+ "Status": "Production"
202
457
  },
203
458
  {
204
- "Insured Rate": "95.7",
205
- "Coverage Status": "Insured",
206
- "state": "Massachusetts",
207
- "Year (Good filter option)": "2010",
208
- "link": ""
459
+ "Condition": "Generic v2.0",
460
+ "State": "WV",
461
+ "Status": "Onboarding"
209
462
  },
210
463
  {
211
- "Insured Rate": "86.1",
212
- "Coverage Status": "Insured",
213
- "state": "Michigan",
214
- "Year (Good filter option)": "2010",
215
- "link": ""
464
+ "Condition": "Generic v2.0",
465
+ "State": "WI",
466
+ "Status": "Production"
216
467
  },
217
468
  {
218
- "Insured Rate": "21",
219
- "Coverage Status": "Insured",
220
- "state": "Minnesota",
221
- "Year (Good filter option)": "2010",
222
- "link": ""
469
+ "Condition": "Generic v2.0",
470
+ "State": "WY",
471
+ "Status": "Onboarding"
223
472
  },
224
473
  {
225
- "Insured Rate": "78.46",
226
- "Coverage Status": "Insured",
227
- "state": "Mississippi",
228
- "Year (Good filter option)": "2010",
229
- "link": ""
474
+ "Condition": "Generic v2.0",
475
+ "State": "New York City",
476
+ "Status": "Production"
230
477
  },
231
478
  {
232
- "Insured Rate": "85",
233
- "Coverage Status": "Insured",
234
- "state": "Missouri",
235
- "Year (Good filter option)": "2010",
236
- "link": ""
479
+ "Condition": "Generic v2.0",
480
+ "State": "CNMI",
481
+ "Status": "Onboarding"
237
482
  },
238
483
  {
239
- "Insured Rate": "81.599",
240
- "Coverage Status": "Uninsured",
241
- "state": "Montana",
242
- "Year (Good filter option)": "2010",
243
- "link": ""
484
+ "Condition": "Generic v2.0",
485
+ "State": "GU",
486
+ "Status": "Production"
244
487
  },
245
488
  {
246
- "Insured Rate": "86.3",
247
- "Coverage Status": "Insured",
248
- "state": "Nebraska",
249
- "Year (Good filter option)": "2010",
250
- "link": ""
489
+ "Condition": "Generic v2.0",
490
+ "State": "PR",
491
+ "Status": "Production"
251
492
  },
252
493
  {
253
- "Insured Rate": "80.3",
254
- "Coverage Status": "Insured",
255
- "state": "Nevada",
256
- "Year (Good filter option)": "2010",
257
- "link": ""
494
+ "Condition": "Generic v2.0",
495
+ "State": "VI",
496
+ "Status": "Onboarding"
258
497
  },
259
498
  {
260
- "Insured Rate": "88.7",
261
- "Coverage Status": "Insured",
262
- "state": "New Hampshire",
263
- "Year (Good filter option)": "2010",
264
- "link": ""
499
+ "Condition": "HAI MDRO",
500
+ "State": "CO",
501
+ "Status": "Onboarding"
265
502
  },
266
503
  {
267
- "Insured Rate": "88.5",
268
- "Coverage Status": "Insured",
269
- "state": "New Jersey",
270
- "Year (Good filter option)": "2010",
271
- "link": ""
504
+ "Condition": "HAI MDRO",
505
+ "State": "MI",
506
+ "Status": "Production"
272
507
  },
273
508
  {
274
- "Insured Rate": "80.96",
275
- "Coverage Status": "Insured",
276
- "state": "New Mexico",
277
- "Year (Good filter option)": "2010",
278
- "link": ""
509
+ "Condition": "HAI MDRO",
510
+ "State": "OR",
511
+ "Status": "Piloting"
279
512
  },
280
513
  {
281
- "Insured Rate": "88.6",
282
- "Coverage Status": "Insured",
283
- "state": "New York",
284
- "Year (Good filter option)": "2010",
285
- "link": ""
514
+ "Condition": "Hepatitis",
515
+ "State": "AL",
516
+ "Status": "Production"
286
517
  },
287
518
  {
288
- "Insured Rate": "81",
289
- "Coverage Status": "Uninsured",
290
- "state": "North Carolina",
291
- "Year (Good filter option)": "2010",
292
- "link": ""
519
+ "Condition": "Hepatitis",
520
+ "State": "AK",
521
+ "Status": "Production"
293
522
  },
294
523
  {
295
- "Insured Rate": "88.9",
296
- "Coverage Status": "Insured",
297
- "state": "North Dakota",
298
- "Year (Good filter option)": "2010",
299
- "link": ""
524
+ "Condition": "Hepatitis",
525
+ "State": "CO",
526
+ "Status": "Production"
300
527
  },
301
528
  {
302
- "Insured Rate": "57.2",
303
- "Coverage Status": "Insured",
304
- "state": "Ohio",
305
- "Year (Good filter option)": "2010",
306
- "link": ""
529
+ "Condition": "Hepatitis",
530
+ "State": "DE",
531
+ "Status": "Production"
307
532
  },
308
533
  {
309
- "Insured Rate": "80.8",
310
- "Coverage Status": "Insured",
311
- "state": "Oklahoma",
312
- "Year (Good filter option)": "2010",
313
- "link": ""
534
+ "Condition": "Hepatitis",
535
+ "State": "FL",
536
+ "Status": "Production"
314
537
  },
315
538
  {
316
- "Insured Rate": "83.5",
317
- "Coverage Status": "Medicaid",
318
- "state": "Oregon",
319
- "Year (Good filter option)": "2010",
320
- "link": ""
539
+ "Condition": "Hepatitis",
540
+ "State": "ID",
541
+ "Status": "Production"
321
542
  },
322
543
  {
323
- "Insured Rate": "88.5",
324
- "Coverage Status": "Insured",
325
- "state": "Pennsylvania",
326
- "Year (Good filter option)": "2010",
327
- "link": ""
544
+ "Condition": "Hepatitis",
545
+ "State": "IN",
546
+ "Status": "Production"
328
547
  },
329
548
  {
330
- "Insured Rate": "87.7",
331
- "Coverage Status": "Medicaid",
332
- "state": "Rhode Island",
333
- "Year (Good filter option)": "2010",
334
- "link": ""
549
+ "Condition": "Hepatitis",
550
+ "State": "IA",
551
+ "Status": "Production"
335
552
  },
336
553
  {
337
- "Insured Rate": "81.2",
338
- "Coverage Status": "Insured",
339
- "state": "South Carolina",
340
- "Year (Good filter option)": "2010",
341
- "link": ""
554
+ "Condition": "Hepatitis",
555
+ "State": "LA",
556
+ "Status": "Production"
342
557
  },
343
558
  {
344
- "Insured Rate": "89.4",
345
- "Coverage Status": "Insured",
346
- "state": "South Dakota",
347
- "Year (Good filter option)": "2010",
348
- "link": ""
559
+ "Condition": "Hepatitis",
560
+ "State": "MA",
561
+ "Status": "Production"
349
562
  },
350
563
  {
351
- "Insured Rate": "83.5",
352
- "Coverage Status": "Insured",
353
- "state": "Tennessee",
354
- "Year (Good filter option)": "2010",
355
- "link": ""
564
+ "Condition": "Hepatitis",
565
+ "State": "MI",
566
+ "Status": "Production"
356
567
  },
357
568
  {
358
- "Insured Rate": "8",
359
- "Coverage Status": "Insured",
360
- "state": "Texas",
361
- "Year (Good filter option)": "2010",
362
- "link": "https://search.cdc.gov/search/?query=Texas&utf8=%E2%9C%93&affiliate=cdc-main"
569
+ "Condition": "Hepatitis",
570
+ "State": "MN",
571
+ "Status": "Production"
363
572
  },
364
573
  {
365
- "Insured Rate": "44.1",
366
- "Coverage Status": "Insured",
367
- "state": "Utah",
368
- "Year (Good filter option)": "2010",
369
- "link": ""
574
+ "Condition": "Hepatitis",
575
+ "State": "NE",
576
+ "Status": "Production"
370
577
  },
371
578
  {
372
- "Insured Rate": "45.2",
373
- "Coverage Status": "Medicaid",
374
- "state": "Vermont",
375
- "Year (Good filter option)": "2010",
376
- "link": ""
579
+ "Condition": "Hepatitis",
580
+ "State": "NJ",
581
+ "Status": "Production"
377
582
  },
378
583
  {
379
- "Insured Rate": "55",
380
- "Coverage Status": "Insured",
381
- "state": "Virginia",
382
- "Year (Good filter option)": "2010",
383
- "link": ""
584
+ "Condition": "Hepatitis",
585
+ "State": "NY",
586
+ "Status": "Production"
384
587
  },
385
588
  {
386
- "Insured Rate": "55",
387
- "Coverage Status": "Insured",
388
- "state": "Washington",
389
- "Year (Good filter option)": "2010",
390
- "link": ""
589
+ "Condition": "Hepatitis",
590
+ "State": "OR",
591
+ "Status": "Production"
391
592
  },
392
593
  {
393
- "Insured Rate": "82.5",
394
- "Coverage Status": "Insured",
395
- "state": "West Virginia",
396
- "Year (Good filter option)": "2010",
397
- "link": ""
594
+ "Condition": "Hepatitis",
595
+ "State": "RI",
596
+ "Status": "Production"
398
597
  },
399
598
  {
400
- "Insured Rate": "26",
401
- "Coverage Status": "Insured",
402
- "state": "Wisconsin",
403
- "Year (Good filter option)": "2010",
404
- "link": ""
599
+ "Condition": "Hepatitis",
600
+ "State": "SC",
601
+ "Status": "Production"
405
602
  },
406
603
  {
407
- "Insured Rate": "59.3",
408
- "Coverage Status": "Insured",
409
- "state": "Los Angeles",
410
- "Year (Good filter option)": "2010",
411
- "link": "https://cdc.gov/"
604
+ "Condition": "Hepatitis",
605
+ "State": "TN",
606
+ "Status": "Production"
412
607
  },
413
608
  {
414
- "Insured Rate": "23",
415
- "Coverage Status": "Insured",
416
- "state": "Dallas",
417
- "Year (Good filter option)": "2010",
418
- "link": ""
609
+ "Condition": "Hepatitis",
610
+ "State": "UT",
611
+ "Status": "Production"
419
612
  },
420
613
  {
421
- "Insured Rate": "83.5",
422
- "Coverage Status": "Insured",
423
- "state": "Wyoming",
424
- "Year (Good filter option)": "2010",
425
- "link": ""
614
+ "Condition": "Hepatitis",
615
+ "State": "VA",
616
+ "Status": "Production"
426
617
  },
427
618
  {
428
- "Insured Rate": "18",
429
- "Coverage Status": "Insured",
430
- "state": "Virgin Islands",
431
- "Year (Good filter option)": "2010",
432
- "link": ""
619
+ "Condition": "Hepatitis",
620
+ "State": "WV",
621
+ "Status": "Production"
433
622
  },
434
623
  {
435
- "Insured Rate": "43",
436
- "Coverage Status": "Insured",
437
- "state": "PR",
438
- "Year (Good filter option)": "2010",
439
- "link": "https://cdc.gov/"
624
+ "Condition": "Hepatitis",
625
+ "State": "WI",
626
+ "Status": "Production"
440
627
  },
441
628
  {
442
- "Insured Rate": "43",
443
- "Coverage Status": "Insured",
444
- "state": "Alabama",
445
- "Year (Good filter option)": "2015",
446
- "link": ""
629
+ "Condition": "Hepatitis",
630
+ "State": "GU",
631
+ "Status": "Onboarding"
447
632
  },
448
633
  {
449
- "Insured Rate": "72.7",
450
- "Coverage Status": "Uninsured",
451
- "state": "Alaska",
452
- "Year (Good filter option)": "2015",
453
- "link": ""
634
+ "Condition": "Hepatitis",
635
+ "State": "PR",
636
+ "Status": "Production"
454
637
  },
455
638
  {
456
- "Insured Rate": "0",
457
- "Coverage Status": "Insured",
458
- "state": "Arizona",
459
- "Year (Good filter option)": "2015",
460
- "link": "https://search.cdc.gov/search/?query=Arizona&utf8=%E2%9C%93&affiliate=cdc-main"
639
+ "Condition": "Hepatitis",
640
+ "State": "VI",
641
+ "Status": "Onboarding"
461
642
  },
462
643
  {
463
- "Insured Rate": "67",
464
- "Coverage Status": "Test Category",
465
- "state": "Arkansas",
466
- "Year (Good filter option)": "2015",
467
- "link": ""
644
+ "Condition": "Lyme & TBRD",
645
+ "State": "FL",
646
+ "Status": "Piloting"
468
647
  },
469
648
  {
470
- "Insured Rate": "29",
471
- "Coverage Status": "Insured",
472
- "state": "California",
473
- "Year (Good filter option)": "2015",
474
- "link": "https://search.cdc.gov/search/?query=California&utf8=%E2%9C%93&affiliate=cdc-main"
649
+ "Condition": "Lyme & TBRD",
650
+ "State": "ID",
651
+ "Status": "Production"
475
652
  },
476
653
  {
477
- "Insured Rate": "50.6",
478
- "Coverage Status": "Insured",
479
- "state": "Colorado",
480
- "Year (Good filter option)": "2015",
481
- "link": ""
654
+ "Condition": "Lyme & TBRD",
655
+ "State": "IL",
656
+ "Status": "Onboarding"
482
657
  },
483
658
  {
484
- "Insured Rate": "90",
485
- "Coverage Status": "Insured",
486
- "state": "Connecticut",
487
- "Year (Good filter option)": "2015",
488
- "link": ""
659
+ "Condition": "Lyme & TBRD",
660
+ "State": "MI",
661
+ "Status": "Production"
489
662
  },
490
663
  {
491
- "Insured Rate": "83.2",
492
- "Coverage Status": "Insured",
493
- "state": "Delaware",
494
- "Year (Good filter option)": "2015",
495
- "link": ""
664
+ "Condition": "Lyme & TBRD",
665
+ "State": "OR",
666
+ "Status": "Piloting"
496
667
  },
497
668
  {
498
- "Insured Rate": "95",
499
- "Coverage Status": "Insured",
500
- "state": "District of Columbia",
501
- "Year (Good filter option)": "2015",
502
- "link": "https://search.cdc.gov/search/index.html?query=Washington+D.C.&sitelimit=&utf8=%E2%9C%93&affiliate=cdc-main"
669
+ "Condition": "Malaria",
670
+ "State": "CT",
671
+ "Status": "Piloting"
503
672
  },
504
673
  {
505
- "Insured Rate": "83.7",
506
- "Coverage Status": "Insured",
507
- "state": "Florida",
508
- "Year (Good filter option)": "2015",
509
- "link": ""
674
+ "Condition": "Malaria",
675
+ "State": "FL",
676
+ "Status": "Piloting"
510
677
  },
511
678
  {
512
- "Insured Rate": "83",
513
- "Coverage Status": "Uninsured",
514
- "state": "Georgia",
515
- "Year (Good filter option)": "2015",
516
- "link": ""
679
+ "Condition": "Malaria",
680
+ "State": "ID",
681
+ "Status": "Production"
517
682
  },
518
683
  {
519
- "Insured Rate": "15",
520
- "Coverage Status": "Insured",
521
- "state": "Hawaii",
522
- "Year (Good filter option)": "2015",
523
- "link": "https://cdc.gov/"
684
+ "Condition": "Malaria",
685
+ "State": "MI",
686
+ "Status": "Production"
524
687
  },
525
688
  {
526
- "Insured Rate": "80.96",
527
- "Coverage Status": "Insured",
528
- "state": "Idaho",
529
- "Year (Good filter option)": "2015",
530
- "link": ""
689
+ "Condition": "Measles",
690
+ "State": "AL",
691
+ "Status": "Piloting"
531
692
  },
532
693
  {
533
- "Insured Rate": "86.9",
534
- "Coverage Status": "Insured",
535
- "state": "Illinois",
536
- "Year (Good filter option)": "2015",
537
- "link": ""
694
+ "Condition": "Measles",
695
+ "State": "AZ",
696
+ "Status": "Piloting"
538
697
  },
539
698
  {
540
- "Insured Rate": "85",
541
- "Coverage Status": "Insured",
542
- "state": "Indiana",
543
- "Year (Good filter option)": "2015",
544
- "link": ""
699
+ "Condition": "Measles",
700
+ "State": "FL",
701
+ "Status": "Piloting"
545
702
  },
546
703
  {
547
- "Insured Rate": "89.6",
548
- "Coverage Status": "Insured",
549
- "state": "Iowa",
550
- "Year (Good filter option)": "2015",
551
- "link": ""
704
+ "Condition": "Measles",
705
+ "State": "OR",
706
+ "Status": "Piloting"
552
707
  },
553
708
  {
554
- "Insured Rate": "87.5",
555
- "Coverage Status": "Insured",
556
- "state": "Kansas",
557
- "Year (Good filter option)": "2015",
558
- "link": ""
709
+ "Condition": "Mumps",
710
+ "State": "FL",
711
+ "Status": "Piloting"
559
712
  },
560
713
  {
561
- "Insured Rate": "83.1",
562
- "Coverage Status": "Insured",
563
- "state": "Kentucky",
564
- "Year (Good filter option)": "2015",
565
- "link": ""
714
+ "Condition": "Mumps",
715
+ "State": "KS",
716
+ "Status": "Piloting"
566
717
  },
567
718
  {
568
- "Insured Rate": "79.2",
569
- "Coverage Status": "Insured",
570
- "state": "Louisiana",
571
- "Year (Good filter option)": "2015",
572
- "link": ""
719
+ "Condition": "Mumps",
720
+ "State": "MI",
721
+ "Status": "Piloting"
573
722
  },
574
723
  {
575
- "Insured Rate": "88",
576
- "Coverage Status": "Insured",
577
- "state": "Maine",
578
- "Year (Good filter option)": "2015",
579
- "link": ""
724
+ "Condition": "Mumps",
725
+ "State": "OR",
726
+ "Status": "Piloting"
580
727
  },
581
728
  {
582
- "Insured Rate": "9.1",
583
- "Coverage Status": "Insured",
584
- "state": "Maryland",
585
- "Year (Good filter option)": "2015",
586
- "link": ""
729
+ "Condition": "Mumps",
730
+ "State": "UT",
731
+ "Status": "Production"
587
732
  },
588
733
  {
589
- "Insured Rate": "95.7",
590
- "Coverage Status": "Insured",
591
- "state": "Massachusetts",
592
- "Year (Good filter option)": "2015",
593
- "link": ""
734
+ "Condition": "Mumps",
735
+ "State": "New York City",
736
+ "Status": "Piloting"
594
737
  },
595
738
  {
596
- "Insured Rate": "86.1",
597
- "Coverage Status": "Insured",
598
- "state": "Michigan",
599
- "Year (Good filter option)": "2015",
600
- "link": ""
739
+ "Condition": "Pertussis",
740
+ "State": "FL",
741
+ "Status": "Piloting"
601
742
  },
602
743
  {
603
- "Insured Rate": "21",
604
- "Coverage Status": "Insured",
605
- "state": "Minnesota",
606
- "Year (Good filter option)": "2015",
607
- "link": ""
744
+ "Condition": "Pertussis",
745
+ "State": "KS",
746
+ "Status": "Piloting"
608
747
  },
609
748
  {
610
- "Insured Rate": "78.46",
611
- "Coverage Status": "Insured",
612
- "state": "Mississippi",
613
- "Year (Good filter option)": "2015",
614
- "link": ""
749
+ "Condition": "Pertussis",
750
+ "State": "MI",
751
+ "Status": "Piloting"
615
752
  },
616
753
  {
617
- "Insured Rate": "85",
618
- "Coverage Status": "Insured",
619
- "state": "Missouri",
620
- "Year (Good filter option)": "2015",
621
- "link": ""
754
+ "Condition": "Pertussis",
755
+ "State": "OR",
756
+ "Status": "Piloting"
622
757
  },
623
758
  {
624
- "Insured Rate": "81.599",
625
- "Coverage Status": "Uninsured",
626
- "state": "Montana",
627
- "Year (Good filter option)": "2015",
628
- "link": ""
759
+ "Condition": "Pertussis",
760
+ "State": "UT",
761
+ "Status": "Production"
629
762
  },
630
763
  {
631
- "Insured Rate": "86.3",
632
- "Coverage Status": "Insured",
633
- "state": "Nebraska",
634
- "Year (Good filter option)": "2015",
635
- "link": ""
764
+ "Condition": "Pertussis",
765
+ "State": "New York City",
766
+ "Status": "Piloting"
636
767
  },
637
768
  {
638
- "Insured Rate": "80.3",
639
- "Coverage Status": "Insured",
640
- "state": "Nevada",
641
- "Year (Good filter option)": "2015",
642
- "link": ""
769
+ "Condition": "RIBD",
770
+ "State": "GA",
771
+ "Status": "Piloting"
643
772
  },
644
773
  {
645
- "Insured Rate": "88.7",
646
- "Coverage Status": "Insured",
647
- "state": "New Hampshire",
648
- "Year (Good filter option)": "2015",
649
- "link": ""
774
+ "Condition": "RIBD",
775
+ "State": "OR",
776
+ "Status": "Piloting"
650
777
  },
651
778
  {
652
- "Insured Rate": "88.5",
653
- "Coverage Status": "Insured",
654
- "state": "New Jersey",
655
- "Year (Good filter option)": "2015",
656
- "link": ""
779
+ "Condition": "Rubella",
780
+ "State": "FL",
781
+ "Status": "Piloting"
657
782
  },
658
783
  {
659
- "Insured Rate": "80.96",
660
- "Coverage Status": "Insured",
661
- "state": "New Mexico",
662
- "Year (Good filter option)": "2015",
663
- "link": ""
784
+ "Condition": "Rubella",
785
+ "State": "OR",
786
+ "Status": "Piloting"
664
787
  },
665
788
  {
666
- "Insured Rate": "88.6",
667
- "Coverage Status": "Insured",
668
- "state": "New York",
669
- "Year (Good filter option)": "2015",
670
- "link": ""
789
+ "Condition": "STD",
790
+ "State": "AL",
791
+ "Status": "Production"
671
792
  },
672
793
  {
673
- "Insured Rate": "81",
674
- "Coverage Status": "Uninsured",
675
- "state": "North Carolina",
676
- "Year (Good filter option)": "2015",
677
- "link": ""
794
+ "Condition": "STD",
795
+ "State": "CT",
796
+ "Status": "Production"
678
797
  },
679
798
  {
680
- "Insured Rate": "88.9",
681
- "Coverage Status": "Insured",
682
- "state": "North Dakota",
683
- "Year (Good filter option)": "2015",
684
- "link": ""
799
+ "Condition": "STD",
800
+ "State": "ID",
801
+ "Status": "Production"
685
802
  },
686
803
  {
687
- "Insured Rate": "57.2",
688
- "Coverage Status": "Insured",
689
- "state": "Ohio",
690
- "Year (Good filter option)": "2015",
691
- "link": ""
804
+ "Condition": "STD",
805
+ "State": "IN",
806
+ "Status": "Onboarding"
692
807
  },
693
808
  {
694
- "Insured Rate": "80.8",
695
- "Coverage Status": "Insured",
696
- "state": "Oklahoma",
697
- "Year (Good filter option)": "2015",
698
- "link": ""
809
+ "Condition": "STD",
810
+ "State": "KY",
811
+ "Status": "Production"
699
812
  },
700
813
  {
701
- "Insured Rate": "83.5",
702
- "Coverage Status": "Medicaid",
703
- "state": "Oregon",
704
- "Year (Good filter option)": "2015",
705
- "link": ""
814
+ "Condition": "STD",
815
+ "State": "MI",
816
+ "Status": "Production"
706
817
  },
707
818
  {
708
- "Insured Rate": "88.5",
709
- "Coverage Status": "Insured",
710
- "state": "Pennsylvania",
711
- "Year (Good filter option)": "2015",
712
- "link": ""
819
+ "Condition": "STD",
820
+ "State": "NC",
821
+ "Status": "Production"
713
822
  },
714
823
  {
715
- "Insured Rate": "87.7",
716
- "Coverage Status": "Medicaid",
717
- "state": "Rhode Island",
718
- "Year (Good filter option)": "2015",
719
- "link": ""
824
+ "Condition": "STD",
825
+ "State": "OR",
826
+ "Status": "Production"
720
827
  },
721
828
  {
722
- "Insured Rate": "81.2",
723
- "Coverage Status": "Insured",
724
- "state": "South Carolina",
725
- "Year (Good filter option)": "2015",
726
- "link": ""
829
+ "Condition": "STD",
830
+ "State": "SC",
831
+ "Status": "Production"
727
832
  },
728
833
  {
729
- "Insured Rate": "89.4",
730
- "Coverage Status": "Insured",
731
- "state": "South Dakota",
732
- "Year (Good filter option)": "2015",
733
- "link": ""
834
+ "Condition": "STD",
835
+ "State": "WI",
836
+ "Status": "Production"
734
837
  },
735
838
  {
736
- "Insured Rate": "83.5",
737
- "Coverage Status": "Insured",
738
- "state": "Tennessee",
739
- "Year (Good filter option)": "2015",
740
- "link": ""
839
+ "Condition": "TB & LTBI",
840
+ "State": "AZ",
841
+ "Status": "Onboarding"
741
842
  },
742
843
  {
743
- "Insured Rate": "26.96",
744
- "Coverage Status": "Insured",
745
- "state": "Texas",
746
- "Year (Good filter option)": "2015",
747
- "link": "https://search.cdc.gov/search/?query=Texas&utf8=%E2%9C%93&affiliate=cdc-main"
844
+ "Condition": "TB & LTBI",
845
+ "State": "MI",
846
+ "Status": "Onboarding"
748
847
  },
749
848
  {
750
- "Insured Rate": "44.1",
751
- "Coverage Status": "Insured",
752
- "state": "Utah",
753
- "Year (Good filter option)": "2015",
754
- "link": ""
849
+ "Condition": "TB & LTBI",
850
+ "State": "OR",
851
+ "Status": "Production"
755
852
  },
756
853
  {
757
- "Insured Rate": "45.2",
758
- "Coverage Status": "Medicaid",
759
- "state": "Vermont",
760
- "Year (Good filter option)": "2015",
761
- "link": ""
854
+ "Condition": "Trichinellosis",
855
+ "State": "CT",
856
+ "Status": "Piloting"
762
857
  },
763
858
  {
764
- "Insured Rate": "27.8",
765
- "Coverage Status": "Insured",
766
- "state": "Virginia",
767
- "Year (Good filter option)": "2015",
768
- "link": ""
859
+ "Condition": "Trichinellosis",
860
+ "State": "FL",
861
+ "Status": "Piloting"
769
862
  },
770
863
  {
771
- "Insured Rate": "55",
772
- "Coverage Status": "Insured",
773
- "state": "Washington",
774
- "Year (Good filter option)": "2015",
775
- "link": ""
864
+ "Condition": "Trichinellosis",
865
+ "State": "ID",
866
+ "Status": "Onboarding"
776
867
  },
777
868
  {
778
- "Insured Rate": "82.5",
779
- "Coverage Status": "Insured",
780
- "state": "West Virginia",
781
- "Year (Good filter option)": "2015",
782
- "link": ""
869
+ "Condition": "Trichinellosis",
870
+ "State": "MI",
871
+ "Status": "Production"
783
872
  },
784
873
  {
785
- "Insured Rate": "89.3",
786
- "Coverage Status": "Insured",
787
- "state": "Wisconsin",
788
- "Year (Good filter option)": "2015",
789
- "link": ""
874
+ "Condition": "Trichinellosis",
875
+ "State": "WI",
876
+ "Status": "Production"
790
877
  },
791
878
  {
792
- "Insured Rate": "59.3",
793
- "Coverage Status": "Insured",
794
- "state": "Los Angeles",
795
- "Year (Good filter option)": "2015",
796
- "link": ""
879
+ "Condition": "Varicella",
880
+ "State": "FL",
881
+ "Status": "Piloting"
797
882
  },
798
883
  {
799
- "Insured Rate": "89.3",
800
- "Coverage Status": "Insured",
801
- "state": "Dallas",
802
- "Year (Good filter option)": "2015",
803
- "link": ""
884
+ "Condition": "Varicella",
885
+ "State": "KS",
886
+ "Status": "Piloting"
804
887
  },
805
888
  {
806
- "Insured Rate": "83.5",
807
- "Coverage Status": "Insured",
808
- "state": "Wyoming",
809
- "Year (Good filter option)": "2015",
810
- "link": ""
889
+ "Condition": "Varicella",
890
+ "State": "MI",
891
+ "Status": "Piloting"
811
892
  },
812
893
  {
813
- "Insured Rate": "18",
814
- "Coverage Status": "Insured",
815
- "state": "Virgin Islands",
816
- "Year (Good filter option)": "2015",
817
- "link": ""
894
+ "Condition": "Varicella",
895
+ "State": "SC",
896
+ "Status": "Piloting"
818
897
  },
819
898
  {
820
- "Insured Rate": "33.5",
821
- "Coverage Status": "Insured",
822
- "state": "PR",
823
- "Year (Good filter option)": "2015",
824
- "link": "https://cdc.gov/"
899
+ "Condition": "Varicella",
900
+ "State": "UT",
901
+ "Status": "Production"
825
902
  }
826
- ]
827
- }
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": [{ "label": "", "values": [], "columnName": "Condition" }, { "label": "", "values": [], "columnName": "State" } ],
962
+ "dataTable": { "title": "Data Table", "forceDisplay": true },
963
+ "tooltips": {
964
+ "appearanceType": "hover",
965
+ "linkLabel": "Learn More",
966
+ "capitalizeLabels": true
967
+ }
968
+ }