@cdc/map 4.22.11 → 4.23.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 (49) hide show
  1. package/dist/495.js +3 -0
  2. package/dist/703.js +1 -0
  3. package/dist/856.js +3 -0
  4. package/dist/cdcmap.js +724 -120
  5. package/examples/bubble-us.json +362 -362
  6. package/examples/bubble-world.json +426 -426
  7. package/examples/{private/city-state2.json → city-state.json} +2 -2
  8. package/examples/example-city-state.json +202 -25
  9. package/package.json +3 -4
  10. package/src/CdcMap.js +142 -232
  11. package/src/components/BubbleList.js +2 -3
  12. package/src/components/CityList.js +1 -2
  13. package/src/components/DataTable.js +31 -3
  14. package/src/components/EditorPanel.js +73 -16
  15. package/src/components/Filters.js +114 -0
  16. package/src/components/Sidebar.js +0 -6
  17. package/src/components/UsaMap.js +4 -4
  18. package/src/context.js +5 -0
  19. package/src/data/initial-state.js +19 -15
  20. package/src/data/supported-geos.js +3201 -3175
  21. package/src/index.html +32 -28
  22. package/src/scss/datatable.scss +1 -2
  23. package/src/scss/filters.scss +42 -0
  24. package/src/scss/main.scss +4 -3
  25. package/examples/private/atsdr.json +0 -429
  26. package/examples/private/atsdr_new.json +0 -436
  27. package/examples/private/bubble.json +0 -283
  28. package/examples/private/city-state.json +0 -428
  29. package/examples/private/cty-issue.json +0 -42765
  30. package/examples/private/default-usa.json +0 -457
  31. package/examples/private/default-world-data.json +0 -1444
  32. package/examples/private/default.json +0 -968
  33. package/examples/private/diff.json +0 -226
  34. package/examples/private/filters.json +0 -1
  35. package/examples/private/legend-issue.json +0 -3271
  36. package/examples/private/map-issue.json +0 -166
  37. package/examples/private/map-rounding-error.json +0 -42756
  38. package/examples/private/map.csv +0 -60
  39. package/examples/private/mdx.json +0 -210
  40. package/examples/private/monkeypox.json +0 -376
  41. package/examples/private/regions.json +0 -52
  42. package/examples/private/valid-data-map.csv +0 -59
  43. package/examples/private/wcmsrd-13881-data.json +0 -2858
  44. package/examples/private/wcmsrd-13881.json +0 -5819
  45. package/examples/private/wcmsrd-14492-data.json +0 -292
  46. package/examples/private/wcmsrd-14492.json +0 -104
  47. package/examples/private/wcmsrd-test.json +0 -265
  48. package/examples/private/world.json +0 -1580
  49. package/examples/private/worldmap.json +0 -1490
package/src/index.html CHANGED
@@ -1,32 +1,36 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
6
- <style type="text/css">
7
- body {
8
- margin: 0;
9
- }
10
- .cdc-map-outer-container {
11
- min-height: 100vh;
12
- }
13
- </style>
14
- </head>
15
- <body>
16
- <!-- DEFAULT EXAMPLES -->
17
- <div class="react-container react-container--maps" data-config="/examples/default-county.json"></div>
18
- <!-- <div class="react-container react-container--maps" data-config="/examples/default-geocode.json"></div> -->
19
- <!-- <div class="react-container react-container--maps" data-config="/examples/default-usa-regions.json"></div> -->
20
- <!-- <div class="react-container react-container--maps" data-config="/examples/default-world.json"></div> -->
21
- <!-- <div class="react-container react-container--maps" data-config="/examples/bubble-us.json"></div/> -->
22
- <!-- <div class="react-container react-container&#45;&#45;maps" data-config="/examples/bubble-world.json"></div>-->
23
-
24
- <!-- TP4 EXAMPLES -->
25
- <!-- <div class="react-container react-container--maps" data-config="/examples/example-city-state.json"></div> -->
26
- <!-- <div class="react-container react-container--maps" data-config="/examples/example-world-map.json"></div> -->
27
- <!-- <div class="react-container react-container--maps" data-config="/examples/default-hex.json"></div> -->
28
-
29
3
 
30
- <noscript>You need to enable JavaScript to run this app.</noscript>
31
- </body>
4
+ <head>
5
+ <meta charset="utf-8" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
7
+ <style type="text/css">
8
+ body {
9
+ margin: 0;
10
+ }
11
+
12
+ .cdc-map-outer-container {
13
+ min-height: 100vh;
14
+ }
15
+ </style>
16
+ </head>
17
+
18
+ <body>
19
+ <!-- DEFAULT EXAMPLES -->
20
+ <!-- <div class="react-container react-container--maps" data-config="/examples/default-county.json"></div> -->
21
+ <!-- <div class="react-container react-container--maps" data-config="/examples/default-geocode.json"></div> -->
22
+ <!-- <div class="react-container react-container--maps" data-config="/examples/default-usa-regions.json"></div> -->
23
+ <!-- <div class="react-container react-container--maps" data-config="/examples/default-world.json"></div> -->
24
+ <!-- <div class="react-container react-container--maps" data-config="/examples/bubble-us.json"></div /> -->
25
+ <!-- <div class="react-container react-container&#45;&#45;maps" data-config="/examples/bubble-world.json"></div> -->
26
+
27
+ <!-- TP4 EXAMPLES -->
28
+ <div class="react-container react-container--maps" data-config="/examples/example-city-state.json"></div>
29
+ <!-- <div class="react-container react-container--maps" data-config="/examples/example-world-map.json"></div> -->
30
+ <!-- <div class="react-container react-container--maps" data-config="/examples/default-hex.json"></div> -->
31
+
32
+
33
+ <noscript>You need to enable JavaScript to run this app.</noscript>
34
+ </body>
35
+
32
36
  </html>
@@ -1,7 +1,6 @@
1
1
  .data-table-container {
2
2
  margin: 0;
3
3
  @include breakpointClass(md) {
4
- margin: 1em;
4
+ margin: 5px 1em;
5
5
  }
6
-
7
6
  }
@@ -0,0 +1,42 @@
1
+ .cdc-open-viz-module .cdc-map-inner-container .filters-section,
2
+ .cove .cdc-map-inner-container .filters-section {
3
+ margin-left: 1rem;
4
+ margin-right: 1rem;
5
+
6
+ &__title {
7
+ margin: 15px 0;
8
+ }
9
+
10
+ &__wrapper {
11
+ margin-bottom: 40px;
12
+
13
+ hr {
14
+ margin-bottom: 20px;
15
+ }
16
+
17
+ label {
18
+ display: inherit;
19
+ margin-bottom: 5px;
20
+ font-weight: 600;
21
+ font-size: 16px;
22
+ }
23
+ }
24
+
25
+ @include breakpoint(md) {
26
+ display: flex;
27
+ gap: 30px;
28
+ }
29
+
30
+ label:not(:empty) {
31
+ margin-right: 0.4em;
32
+ }
33
+
34
+ select {
35
+ font-size: 1em;
36
+ padding-right: 5px;
37
+ }
38
+
39
+ .single-filter {
40
+ margin-bottom: 0.5em;
41
+ }
42
+ }
@@ -2,6 +2,7 @@
2
2
  @import "~@cdc/core/styles/heading-colors";
3
3
  @import "variables";
4
4
  @import "editor-panel";
5
+ @import "filters";
5
6
 
6
7
  .cdc-map-outer-container {
7
8
  position: relative;
@@ -185,7 +186,7 @@
185
186
  > div.select-heading {
186
187
  font-size: 1.1em;
187
188
  font-weight: 600;
188
- margin-bottom: .75em;
189
+ margin-bottom: .75em;
189
190
  }
190
191
  }
191
192
  form {
@@ -215,5 +216,5 @@
215
216
  [tabIndex]:focus {
216
217
  outline-color: rgb(0, 95, 204)
217
218
  }
218
-
219
- }
219
+
220
+ }
@@ -1,429 +0,0 @@
1
- {
2
- "columns": {
3
- "geo": {
4
- "dataTable": true,
5
- "label": "",
6
- "name": "State",
7
- "tooltip": false
8
- },
9
- "primary": {
10
- "dataTable": false,
11
- "label": "",
12
- "name": "Documents",
13
- "prefix": "",
14
- "suffix": "",
15
- "tooltip": false
16
- },
17
- "navigate": {
18
- "dataTable": false,
19
- "name": "URL",
20
- "tooltip": false
21
- }
22
- },
23
- "legend": {
24
- "numberOfItems": 1,
25
- "position": "side",
26
- "title": "Legend Title",
27
- "description": "Legend Text",
28
- "type": "equalnumber",
29
- "specialClasses": [],
30
- "descriptions": {},
31
- "unified": false,
32
- "singleColumn": false,
33
- "dynamicDescription": false,
34
- "disabledAmt": 0,
35
- "geosPerColor": {},
36
- "data": []
37
- },
38
- "data": [
39
- {
40
- "State": "Alabama",
41
- "Abbreviation": "AL",
42
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=AL",
43
- "Documents": 31
44
- },
45
- {
46
- "State": "Alaska",
47
- "Abbreviation": "AK",
48
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=AK",
49
- "Documents": 37
50
- },
51
- {
52
- "State": "American Samoa",
53
- "Abbreviation": "AS",
54
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=AS",
55
- "Documents": 0
56
- },
57
- {
58
- "State": "Arizona",
59
- "Abbreviation": "AZ",
60
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=AZ",
61
- "Documents": 71
62
- },
63
- {
64
- "State": "Arkansas",
65
- "Abbreviation": "AR",
66
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=AR",
67
- "Documents": 55
68
- },
69
- {
70
- "State": "California",
71
- "Abbreviation": "CA",
72
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=CA",
73
- "Documents": 120
74
- },
75
- {
76
- "State": "Colorado",
77
- "Abbreviation": "CO",
78
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=CO",
79
- "Documents": 60
80
- },
81
- {
82
- "State": "Commonwealth of Northern Marianas",
83
- "Abbreviation": "NI",
84
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=NI",
85
- "Documents": 0
86
- },
87
- {
88
- "State": "Connecticut",
89
- "Abbreviation": "CT",
90
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=CT",
91
- "Documents": 69
92
- },
93
- {
94
- "State": "Delaware",
95
- "Abbreviation": "DE",
96
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=DE",
97
- "Documents": 7
98
- },
99
- {
100
- "State": "District of Columbia",
101
- "Abbreviation": "DC",
102
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=DC",
103
- "Documents": 9
104
- },
105
- {
106
- "State": "Florida",
107
- "Abbreviation": "FL",
108
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=FL",
109
- "Documents": 162
110
- },
111
- {
112
- "State": "Georgia",
113
- "Abbreviation": "GA",
114
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=GA",
115
- "Documents": 82
116
- },
117
- {
118
- "State": "Guam",
119
- "Abbreviation": "GU",
120
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=GU",
121
- "Documents": 3
122
- },
123
- {
124
- "State": "Hawaii",
125
- "Abbreviation": "HI",
126
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=HI",
127
- "Documents": 10
128
- },
129
- {
130
- "State": "Idaho",
131
- "Abbreviation": "ID",
132
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=ID",
133
- "Documents": 55
134
- },
135
- {
136
- "State": "Illinois",
137
- "Abbreviation": "IL",
138
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=IL",
139
- "Documents": 191
140
- },
141
- {
142
- "State": "Indiana",
143
- "Abbreviation": "IN",
144
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=IN",
145
- "Documents": 35
146
- },
147
- {
148
- "Condition": "Generic v2.0",
149
- "State": "CNMI",
150
- "Status": "Onboarding",
151
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=IN"
152
- },
153
- {
154
- "Condition": "Generic v2.0",
155
- "State": "GU",
156
- "Abbreviation": "GU",
157
- "Status": "Production",
158
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=IN"
159
- },
160
- {
161
- "State": "Iowa",
162
- "Abbreviation": "IA",
163
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=IA",
164
- "Documents": 50
165
- },
166
- {
167
- "State": "Kansas",
168
- "Abbreviation": "KS",
169
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=KS",
170
- "Documents": 19
171
- },
172
- {
173
- "State": "Kentucky",
174
- "Abbreviation": "KY",
175
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=KY",
176
- "Documents": 17
177
- },
178
- {
179
- "State": "Louisiana",
180
- "Abbreviation": "LA",
181
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=LA",
182
- "Documents": 108
183
- },
184
- {
185
- "State": "Maine",
186
- "Abbreviation": "ME",
187
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=ME",
188
- "Documents": 22
189
- },
190
- {
191
- "State": "Maryland",
192
- "Abbreviation": "MD",
193
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=MD",
194
- "Documents": 38
195
- },
196
- {
197
- "State": "Massachusetts",
198
- "Abbreviation": "MA",
199
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=MA",
200
- "Documents": 101
201
- },
202
- {
203
- "State": "Michigan",
204
- "Abbreviation": "MI",
205
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=MI",
206
- "Documents": 148
207
- },
208
- {
209
- "State": "Minnesota",
210
- "Abbreviation": "MN",
211
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=MN",
212
- "Documents": 74
213
- },
214
- {
215
- "State": "Mississippi",
216
- "Abbreviation": "MS",
217
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=MS",
218
- "Documents": 19
219
- },
220
- {
221
- "State": "Missouri",
222
- "Abbreviation": "MO",
223
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=MO",
224
- "Documents": 73
225
- },
226
- {
227
- "State": "Montana",
228
- "Abbreviation": "MT",
229
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=MT",
230
- "Documents": 25
231
- },
232
- {
233
- "State": "Nebraska",
234
- "Abbreviation": "NE",
235
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=NE",
236
- "Documents": 21
237
- },
238
- {
239
- "State": "Nevada",
240
- "Abbreviation": "NV",
241
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=NV",
242
- "Documents": 6
243
- },
244
- {
245
- "State": "New Hampshire",
246
- "Abbreviation": "NH",
247
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=NH",
248
- "Documents": 55
249
- },
250
- {
251
- "State": "New Jersey",
252
- "Abbreviation": "NJ",
253
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=NJ",
254
- "Documents": 130
255
- },
256
- {
257
- "State": "New Mexico",
258
- "Abbreviation": "NM",
259
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=NM",
260
- "Documents": 22
261
- },
262
- {
263
- "State": "New York",
264
- "Abbreviation": "NY",
265
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=NY",
266
- "Documents": 151
267
- },
268
- {
269
- "State": "North Carolina",
270
- "Abbreviation": "NC",
271
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=NC",
272
- "Documents": 47
273
- },
274
- {
275
- "State": "North Dakota",
276
- "Abbreviation": "ND",
277
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=ND",
278
- "Documents": 0
279
- },
280
- {
281
- "State": "Ohio",
282
- "Abbreviation": "OH",
283
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=OH",
284
- "Documents": 110
285
- },
286
- {
287
- "State": "Oklahoma",
288
- "Abbreviation": "OK",
289
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=OK",
290
- "Documents": 12
291
- },
292
- {
293
- "State": "Oregon",
294
- "Abbreviation": "OR",
295
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=OR",
296
- "Documents": 50
297
- },
298
- {
299
- "State": "Pennsylvania",
300
- "Abbreviation": "PA",
301
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=PA",
302
- "Documents": 144
303
- },
304
- {
305
- "State": "Puerto Rico",
306
- "Abbreviation": "PR",
307
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=PR",
308
- "Documents": 33
309
- },
310
- {
311
- "State": "Rhode Island",
312
- "Abbreviation": "RI",
313
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=RI",
314
- "Documents": 11
315
- },
316
- {
317
- "State": "South Carolina",
318
- "Abbreviation": "SC",
319
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=SC",
320
- "Documents": 41
321
- },
322
- {
323
- "State": "South Dakota",
324
- "Abbreviation": "SD",
325
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=SD",
326
- "Documents": 5
327
- },
328
- {
329
- "State": "Tennessee",
330
- "Abbreviation": "TN",
331
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=TN",
332
- "Documents": 105
333
- },
334
- {
335
- "State": "Texas",
336
- "Abbreviation": "TX",
337
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=TX",
338
- "Documents": 134
339
- },
340
- {
341
- "State": "Trust Territories",
342
- "Abbreviation": "TT",
343
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=TT",
344
- "Documents": 0
345
- },
346
- {
347
- "State": "Utah",
348
- "Abbreviation": "UT",
349
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=UT",
350
- "Documents": 42
351
- },
352
- {
353
- "State": "Vermont",
354
- "Abbreviation": "VT",
355
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=VT",
356
- "Documents": 10
357
- },
358
- {
359
- "State": "Virgin Islands",
360
- "Abbreviation": "VI",
361
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=VI",
362
- "Documents": 3
363
- },
364
- {
365
- "State": "Virginia",
366
- "Abbreviation": "VA",
367
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=VA",
368
- "Documents": 38
369
- },
370
- {
371
- "State": "Washington",
372
- "Abbreviation": "WA",
373
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=WA",
374
- "Documents": 152
375
- },
376
- {
377
- "State": "West Virginia",
378
- "Abbreviation": "WV",
379
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=WV",
380
- "Documents": 31
381
- },
382
- {
383
- "State": "Wisconsin",
384
- "Abbreviation": "WI",
385
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=WI",
386
- "Documents": 106
387
- },
388
- {
389
- "State": "Wyoming",
390
- "Abbreviation": "WY",
391
- "URL": "https://wwwndev.cdc.gov/TSP/PHA/PHAListing.aspx?StateIndicator=WY",
392
- "Documents": 4
393
- },
394
- {
395
- "State": null
396
- }
397
- ],
398
- "filters": [],
399
- "sharing": {
400
- "enabled": false,
401
- "dataHost": "wcms-wp-test.cdc.gov",
402
- "configUrl": "/newtest/lewisc/ATSDR_Map.json"
403
- },
404
- "general": {
405
- "title": "Find a Publication - Hover over location to view state or territory name",
406
- "subtext": "",
407
- "territoriesLabel": "Territories",
408
- "type": "data",
409
- "geoType": "us",
410
- "headerColor": "theme-cyan",
411
- "showSidebar": false,
412
- "showTitle": true,
413
- "showDownloadButton": false,
414
- "expandDataTable": false,
415
- "backgroundColor": "#f5f5f5",
416
- "geoBorderColor": "darkGray",
417
- "modalOpen": false,
418
- "modalContent": null
419
- },
420
- "dataTable": {
421
- "title": "Public Heatlh Assessment State Listing"
422
- },
423
- "tooltips": {
424
- "appearanceType": "hover",
425
- "linkLabel": "Learn More",
426
- "capitalizeLabels": false
427
- },
428
- "color": "greenbluereverse"
429
- }