@cdc/map 4.22.10-alpha.1 → 4.22.11
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.
- package/dist/cdcmap.js +10 -10
- package/examples/private/atsdr.json +19 -29
- package/examples/private/atsdr_new.json +1 -1
- package/examples/private/bubble.json +282 -284
- package/examples/private/city-state.json +427 -427
- package/examples/private/city-state2.json +433 -433
- package/examples/private/cty-issue.json +42765 -42768
- package/examples/private/default-usa.json +2 -5
- package/examples/private/default-world-data.json +1443 -1443
- package/examples/private/default.json +965 -965
- package/examples/private/diff.json +226 -0
- package/examples/private/filters.json +1 -0
- package/examples/private/legend-issue.json +3271 -1
- package/examples/private/map-issue.json +166 -0
- package/examples/private/map-rounding-error.json +42756 -42759
- package/examples/private/mdx.json +209 -209
- package/examples/private/monkeypox.json +375 -375
- package/examples/private/regions.json +51 -51
- package/examples/private/wcmsrd-13881-data.json +2856 -2856
- package/examples/private/wcmsrd-13881.json +5818 -5822
- package/examples/private/wcmsrd-14492-data.json +291 -291
- package/examples/private/wcmsrd-14492.json +103 -113
- package/examples/private/wcmsrd-test.json +264 -267
- package/examples/private/world.json +1579 -1579
- package/examples/private/worldmap.json +1489 -1489
- package/package.json +3 -3
- package/src/CdcMap.js +231 -315
- package/src/components/BubbleList.js +199 -240
- package/src/components/CityList.js +50 -96
- package/src/components/CountyMap.js +511 -600
- package/src/components/DataTable.js +218 -253
- package/src/components/EditorPanel.js +2338 -2551
- package/src/components/Geo.js +4 -14
- package/src/components/Modal.js +13 -23
- package/src/components/NavigationMenu.js +43 -39
- package/src/components/Sidebar.js +83 -93
- package/src/components/SingleStateMap.js +95 -151
- package/src/components/UsaMap.js +165 -214
- package/src/components/UsaRegionMap.js +122 -160
- package/src/components/WorldMap.js +96 -179
- package/src/components/ZoomableGroup.js +6 -26
- package/src/data/initial-state.js +1 -0
- package/src/hooks/useActiveElement.js +13 -13
- package/src/hooks/useColorPalette.ts +66 -74
- package/src/hooks/useZoomPan.js +22 -23
- package/src/index.html +1 -2
- package/src/scss/sidebar.scss +22 -0
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
{
|
|
2
|
+
"general": {
|
|
3
|
+
"geoType": "us-region",
|
|
4
|
+
"type": "data",
|
|
5
|
+
"geoBorderColor": "darkGray",
|
|
6
|
+
"headerColor": "theme-blue",
|
|
7
|
+
"showTitle": true,
|
|
8
|
+
"showSidebar": true,
|
|
9
|
+
"showDownloadButton": true,
|
|
10
|
+
"showDownloadMediaButton": false,
|
|
11
|
+
"displayAsHex": false,
|
|
12
|
+
"displayStateLabels": false,
|
|
13
|
+
"territoriesLabel": "Territories",
|
|
14
|
+
"language": "en",
|
|
15
|
+
"hasRegions": false,
|
|
16
|
+
"expandDataTable": true,
|
|
17
|
+
"fullBorder": false,
|
|
18
|
+
"palette": {
|
|
19
|
+
"isReversed": false
|
|
20
|
+
},
|
|
21
|
+
"allowMapZoom": true,
|
|
22
|
+
"hideGeoColumnInTooltip": false,
|
|
23
|
+
"hidePrimaryColumnInTooltip": false,
|
|
24
|
+
"statePicked": {
|
|
25
|
+
"fipsCode": "01",
|
|
26
|
+
"stateName": "Alabama"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"type": "map",
|
|
30
|
+
"color": "pinkpurple",
|
|
31
|
+
"columns": {
|
|
32
|
+
"geo": {
|
|
33
|
+
"name": "HHS_REGION2",
|
|
34
|
+
"label": "Location",
|
|
35
|
+
"tooltip": false,
|
|
36
|
+
"dataTable": true
|
|
37
|
+
},
|
|
38
|
+
"primary": {
|
|
39
|
+
"dataTable": true,
|
|
40
|
+
"tooltip": true,
|
|
41
|
+
"prefix": "",
|
|
42
|
+
"suffix": "",
|
|
43
|
+
"name": "Number of TPOXX-prescribed Patients",
|
|
44
|
+
"label": ""
|
|
45
|
+
},
|
|
46
|
+
"navigate": {
|
|
47
|
+
"name": ""
|
|
48
|
+
},
|
|
49
|
+
"latitude": {
|
|
50
|
+
"name": ""
|
|
51
|
+
},
|
|
52
|
+
"longitude": {
|
|
53
|
+
"name": ""
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"legend": {
|
|
57
|
+
"descriptions": {},
|
|
58
|
+
"specialClasses": [],
|
|
59
|
+
"unified": false,
|
|
60
|
+
"singleColumn": false,
|
|
61
|
+
"singleRow": false,
|
|
62
|
+
"dynamicDescription": false,
|
|
63
|
+
"type": "equalnumber",
|
|
64
|
+
"numberOfItems": 3,
|
|
65
|
+
"position": "side",
|
|
66
|
+
"title": "Legend"
|
|
67
|
+
},
|
|
68
|
+
"filters": [],
|
|
69
|
+
"dataTable": {
|
|
70
|
+
"title": "Data Table",
|
|
71
|
+
"forceDisplay": true
|
|
72
|
+
},
|
|
73
|
+
"tooltips": {
|
|
74
|
+
"appearanceType": "hover",
|
|
75
|
+
"linkLabel": "Learn More",
|
|
76
|
+
"capitalizeLabels": true
|
|
77
|
+
},
|
|
78
|
+
"runtime": {
|
|
79
|
+
"editorErrorMessage": []
|
|
80
|
+
},
|
|
81
|
+
"visual": {
|
|
82
|
+
"minBubbleSize": 1,
|
|
83
|
+
"maxBubbleSize": 20,
|
|
84
|
+
"extraBubbleBorder": false,
|
|
85
|
+
"cityStyle": "circle",
|
|
86
|
+
"showBubbleZeros": false
|
|
87
|
+
},
|
|
88
|
+
"mapPosition": {
|
|
89
|
+
"coordinates": [
|
|
90
|
+
0,
|
|
91
|
+
30
|
|
92
|
+
],
|
|
93
|
+
"zoom": 1
|
|
94
|
+
},
|
|
95
|
+
"datasets": {},
|
|
96
|
+
"data": [
|
|
97
|
+
{
|
|
98
|
+
"HHS_REGION2": "Region 1",
|
|
99
|
+
"Number of TPOXX-prescribed Patients": 242,
|
|
100
|
+
"Percent": "3.645127278",
|
|
101
|
+
"FREQUENCY CATEGORIES": "201-400"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"HHS_REGION2": "Region 10",
|
|
105
|
+
"Number of TPOXX-prescribed Patients": 347,
|
|
106
|
+
"Percent": "5.226690767",
|
|
107
|
+
"FREQUENCY CATEGORIES": "201-400"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"HHS_REGION2": "Region 2",
|
|
111
|
+
"Number of TPOXX-prescribed Patients": 1110,
|
|
112
|
+
"Percent": "16.71938545",
|
|
113
|
+
"FREQUENCY CATEGORIES": "601 or more"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"HHS_REGION2": "Region 3",
|
|
117
|
+
"Number of TPOXX-prescribed Patients": 615,
|
|
118
|
+
"Percent": "9.26344329",
|
|
119
|
+
"FREQUENCY CATEGORIES": "601 or more"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"HHS_REGION2": "Region 4",
|
|
123
|
+
"Number of TPOXX-prescribed Patients": 1133,
|
|
124
|
+
"Percent": "17.06582317",
|
|
125
|
+
"FREQUENCY CATEGORIES": "601 or more"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"HHS_REGION2": "Region 5",
|
|
129
|
+
"Number of TPOXX-prescribed Patients": 606,
|
|
130
|
+
"Percent": "9.127880705",
|
|
131
|
+
"FREQUENCY CATEGORIES": "601 or more"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"HHS_REGION2": "Region 6",
|
|
135
|
+
"Number of TPOXX-prescribed Patients": 563,
|
|
136
|
+
"Percent": "8.4801928",
|
|
137
|
+
"FREQUENCY CATEGORIES": "401-600"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"HHS_REGION2": "Region 7",
|
|
141
|
+
"Number of TPOXX-prescribed Patients": 63,
|
|
142
|
+
"Percent": "0.948938093",
|
|
143
|
+
"FREQUENCY CATEGORIES": "0-200"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"HHS_REGION2": "Region 8",
|
|
147
|
+
"Number of TPOXX-prescribed Patients": 143,
|
|
148
|
+
"Percent": "2.153938846",
|
|
149
|
+
"FREQUENCY CATEGORIES": "0-200"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"HHS_REGION2": "Region 9",
|
|
153
|
+
"Number of TPOXX-prescribed Patients": 1817,
|
|
154
|
+
"Percent": "27.36857961",
|
|
155
|
+
"FREQUENCY CATEGORIES": "601 or more"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"dataFileName": "http://localhost:8080/example/private/map-issue.csv",
|
|
159
|
+
"dataFileSourceType": "url",
|
|
160
|
+
"formattedData": [
|
|
161
|
+
{
|
|
162
|
+
"HHS_REGION2": "Region 1",
|
|
163
|
+
"Number of TPOXX-prescribed Patients": "242",
|
|
164
|
+
"Percent": "3.645127278",
|
|
165
|
+
"FREQUENCY CATEGORIES": "201-400"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"HHS_REGION2": "Region 10",
|
|
169
|
+
"Number of TPOXX-prescribed Patients": "347",
|
|
170
|
+
"Percent": "5.226690767",
|
|
171
|
+
"FREQUENCY CATEGORIES": "201-400"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"HHS_REGION2": "Region 2",
|
|
175
|
+
"Number of TPOXX-prescribed Patients": "1110",
|
|
176
|
+
"Percent": "16.71938545",
|
|
177
|
+
"FREQUENCY CATEGORIES": "601 or more"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"HHS_REGION2": "Region 3",
|
|
181
|
+
"Number of TPOXX-prescribed Patients": "615",
|
|
182
|
+
"Percent": "9.26344329",
|
|
183
|
+
"FREQUENCY CATEGORIES": "601 or more"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"HHS_REGION2": "Region 4",
|
|
187
|
+
"Number of TPOXX-prescribed Patients": "1133",
|
|
188
|
+
"Percent": "17.06582317",
|
|
189
|
+
"FREQUENCY CATEGORIES": "601 or more"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"HHS_REGION2": "Region 5",
|
|
193
|
+
"Number of TPOXX-prescribed Patients": "606",
|
|
194
|
+
"Percent": "9.127880705",
|
|
195
|
+
"FREQUENCY CATEGORIES": "601 or more"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"HHS_REGION2": "Region 6",
|
|
199
|
+
"Number of TPOXX-prescribed Patients": "563",
|
|
200
|
+
"Percent": "8.4801928",
|
|
201
|
+
"FREQUENCY CATEGORIES": "401-600"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"HHS_REGION2": "Region 7",
|
|
205
|
+
"Number of TPOXX-prescribed Patients": "63",
|
|
206
|
+
"Percent": "0.948938093",
|
|
207
|
+
"FREQUENCY CATEGORIES": "0-200"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"HHS_REGION2": "Region 8",
|
|
211
|
+
"Number of TPOXX-prescribed Patients": "143",
|
|
212
|
+
"Percent": "2.153938846",
|
|
213
|
+
"FREQUENCY CATEGORIES": "0-200"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"HHS_REGION2": "Region 9",
|
|
217
|
+
"Number of TPOXX-prescribed Patients": "1817",
|
|
218
|
+
"Percent": "27.36857961",
|
|
219
|
+
"FREQUENCY CATEGORIES": "601 or more"
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"dataDescription": {
|
|
223
|
+
"horizontal": false,
|
|
224
|
+
"series": false
|
|
225
|
+
}
|
|
226
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"general":{"geoBorderColor":"darkGray","headerColor":"theme-blue","showTitle":true,"showSidebar":true,"showDownloadButton":true,"showDownloadMediaButton":false,"displayAsHex":false,"displayStateLabels":false,"territoriesLabel":"Territories","language":"en","geoType":"us","hasRegions":false,"expandDataTable":true,"fullBorder":false,"type":"data","palette":{"isReversed":false},"allowMapZoom":true,"hideGeoColumnInTooltip":false,"hidePrimaryColumnInTooltip":false,"statePicked":{"fipsCode":"01","stateName":"Alabama"},"title":"Change Title"},"type":"map","color":"pinkpurple","columns":{"geo":{"name":"STATE","label":"Location","tooltip":false,"dataTable":true},"primary":{"dataTable":true,"tooltip":true,"prefix":"","suffix":"","name":"Rate","label":""},"navigate":{"name":""},"latitude":{"name":""},"longitude":{"name":""}},"legend":{"descriptions":{},"specialClasses":[],"unified":false,"singleColumn":false,"dynamicDescription":false,"type":"equalnumber","numberOfItems":3,"position":"side","title":"Legend","singleRow":false},"filters":[{"label":"","values":[],"columnName":"STATE"}],"dataTable":{"title":"Data Table","forceDisplay":true},"tooltips":{"appearanceType":"hover","linkLabel":"Learn More","capitalizeLabels":true},"runtime":{"editorErrorMessage":[]},"visual":{"minBubbleSize":1,"maxBubbleSize":20,"extraBubbleBorder":false,"cityStyle":"circle"},"mapPosition":{"coordinates":[0,30],"zoom":1},"visualizationType":"us","data":[{"STATE":"Overall","Rate":"55","Location":"Vehicle","URL":"https://www.cdc.gov"},{"STATE":"Alabama","Rate":130,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Alaska","Rate":40,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"American Samoa","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Arizona","Rate":57,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Arkansas","Rate":60,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"California","Rate":30,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Colorado","Rate":40,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Connecticut","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Deleware","Rate":"57","Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"DC","Rate":60,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Florida","Rate":30,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Georgia","Rate":40,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Guam","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Hawaii","Rate":57,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Idaho","Rate":60,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Illinois","Rate":30,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Indiana","Rate":40,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Iowa","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Kansas","Rate":57,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Kentucky","Rate":60,"Location":"NA","URL":"https://www.cdc.gov/"},{"STATE":"Louisiana","Rate":30,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Maine","Rate":40,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Marshall Islands","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Maryland","Rate":57,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Massachusetts","Rate":60,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Michigan","Rate":12,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Micronesia","Rate":65,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Minnesota","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Mississippi","Rate":57,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Montana","Rate":60,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Montana","Rate":30,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Nebraska","Rate":40,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Nevada","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"New Hampshire","Rate":57,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"New Jersey","Rate":60,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"New Mexico","Rate":12,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"New York","Rate":40,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"North Carolina","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"North Dakota","Rate":57,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Northern Mariana Islands","Rate":"60","Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Ohio","Rate":88,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Oklahoma","Rate":40,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Oregon","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Palau","Rate":15,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Pennsylvania","Rate":60,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Puerto Rico","Rate":30,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Rhode Island","Rate":40,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"South Carolina","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"South Dakota","Rate":86,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Tennessee","Rate":60,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Texas","Rate":30,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Utah","Rate":54,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Vermont","Rate":40,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Virgin Islands","Rate":55,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Virginia","Rate":57,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Washington","Rate":62,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"West Virginia","Rate":25,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Wyoming","Rate":43,"Location":"Vehicle","URL":"https://www.cdc.gov/"}],"dataFileName":"valid-data-map.csv","dataFileSourceType":"file","formattedData":[{"STATE":"Overall","Rate":"55","Location":"Vehicle","URL":"https://www.cdc.gov"},{"STATE":"Alabama","Rate":130,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Alaska","Rate":40,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"American Samoa","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Arizona","Rate":57,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Arkansas","Rate":60,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"California","Rate":30,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Colorado","Rate":40,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Connecticut","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Deleware","Rate":"57","Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"DC","Rate":60,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Florida","Rate":30,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Georgia","Rate":40,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Guam","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Hawaii","Rate":57,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Idaho","Rate":60,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Illinois","Rate":30,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Indiana","Rate":40,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Iowa","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Kansas","Rate":57,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Kentucky","Rate":60,"Location":"NA","URL":"https://www.cdc.gov/"},{"STATE":"Louisiana","Rate":30,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Maine","Rate":40,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Marshall Islands","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Maryland","Rate":57,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Massachusetts","Rate":60,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Michigan","Rate":12,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Micronesia","Rate":65,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Minnesota","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Mississippi","Rate":57,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Montana","Rate":60,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Montana","Rate":30,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Nebraska","Rate":40,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Nevada","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"New Hampshire","Rate":57,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"New Jersey","Rate":60,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"New Mexico","Rate":12,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"New York","Rate":40,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"North Carolina","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"North Dakota","Rate":57,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Northern Mariana Islands","Rate":"60","Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Ohio","Rate":88,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Oklahoma","Rate":40,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Oregon","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Palau","Rate":15,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Pennsylvania","Rate":60,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Puerto Rico","Rate":30,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Rhode Island","Rate":40,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"South Carolina","Rate":55,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"South Dakota","Rate":86,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Tennessee","Rate":60,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Texas","Rate":30,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Utah","Rate":54,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"Vermont","Rate":40,"Location":"Home","URL":"https://www.cdc.gov/"},{"STATE":"Virgin Islands","Rate":55,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Virginia","Rate":57,"Location":"School","URL":"https://www.cdc.gov/"},{"STATE":"Washington","Rate":62,"Location":"Work","URL":"https://www.cdc.gov/"},{"STATE":"West Virginia","Rate":25,"Location":"Vehicle","URL":"https://www.cdc.gov/"},{"STATE":"Wyoming","Rate":43,"Location":"Vehicle","URL":"https://www.cdc.gov/"}],"dataDescription":{"horizontal":false,"series":false}}
|