@cdc/dashboard 4.26.3 → 4.26.4
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/CONFIG.md +172 -0
- package/README.md +60 -20
- package/dist/cdcdashboard-CY9IcPSi.es.js +6 -0
- package/dist/cdcdashboard-DlpiY3fQ.es.js +4 -0
- package/dist/cdcdashboard.js +51744 -49003
- package/examples/__data__/data-2.json +6 -0
- package/examples/__data__/data.json +6 -0
- package/examples/legend-issue.json +1 -1
- package/examples/minimal-example.json +34 -0
- package/examples/private/dengue.json +4640 -0
- package/examples/private/link_to_file.json +16662 -0
- package/examples/sankey.json +3 -3
- package/examples/test-api-filter-reset.json +4 -4
- package/examples/tp5-test.json +86 -4
- package/package.json +9 -9
- package/src/CdcDashboardComponent.tsx +1 -1
- package/src/_stories/Dashboard.smoke.stories.tsx +33 -0
- package/src/_stories/Dashboard.stories.tsx +43 -2
- package/src/_stories/_mock/dashboard-data-driven-colors.json +171 -0
- package/src/_stories/_mock/tp5-test.json +86 -5
- package/src/components/DashboardEditors.tsx +15 -0
- package/src/components/DashboardFilters/DashboardFilters.test.tsx +129 -0
- package/src/components/DashboardFilters/DashboardFilters.tsx +10 -7
- package/src/components/DashboardFilters/DashboardFiltersEditor/DashboardFiltersEditor.tsx +5 -4
- package/src/components/DashboardFilters/DashboardFiltersEditor/components/APIModal.tsx +5 -3
- package/src/components/DashboardFilters/DashboardFiltersEditor/components/DeleteFilterModal.tsx +59 -58
- package/src/components/DashboardFilters/DashboardFiltersEditor/components/FilterEditor.test.tsx +127 -0
- package/src/components/DashboardFilters/DashboardFiltersEditor/components/FilterEditor.tsx +28 -4
- package/src/components/DashboardFilters/DashboardFiltersEditor/components/NestedDropDownDashboard.tsx +2 -2
- package/src/components/ExpandCollapseButtons.tsx +6 -4
- package/src/components/Grid.tsx +4 -3
- package/src/components/MultiConfigTabs/MultiConfigTabs.tsx +141 -140
- package/src/components/Row.tsx +11 -10
- package/src/components/VisualizationRow.tsx +71 -20
- package/src/components/VisualizationsPanel/VisualizationsPanel.tsx +1 -1
- package/src/components/Widget/Widget.tsx +5 -4
- package/src/components/Widget/widget.styles.css +41 -10
- package/src/data/initial-state.js +1 -0
- package/src/helpers/addVisualization.ts +3 -1
- package/src/helpers/tests/addVisualization.test.ts +1 -1
- package/src/scss/grid.scss +38 -8
- package/src/scss/main.scss +110 -38
- package/src/store/dashboard.reducer.ts +1 -0
- package/src/test/CdcDashboard.test.jsx +24 -0
- package/src/types/SharedFilter.ts +1 -0
- package/tests/fixtures/dashboard-config-with-metadata.json +1 -1
- package/LICENSE +0 -201
- package/dist/cdcdashboard-vr9HZwRt.es.js +0 -6
- package/examples/DEV-6574.json +0 -2224
- package/examples/api-dashboard-data.json +0 -272
- package/examples/api-dashboard-years.json +0 -11
- package/examples/api-geographies-data.json +0 -11
- package/examples/chart-data.json +0 -5409
- package/examples/custom/css/respiratory.css +0 -236
- package/examples/custom/js/respiratory.js +0 -242
- package/examples/default-data.json +0 -368
- package/examples/default-filter-control.json +0 -209
- package/examples/default-multi-dataset-shared-filter.json +0 -1729
- package/examples/default-multi-dataset.json +0 -506
- package/examples/ed-visits-county-file.json +0 -402
- package/examples/filters/Alabama.json +0 -72
- package/examples/filters/Alaska.json +0 -1737
- package/examples/filters/Arkansas.json +0 -4713
- package/examples/filters/California.json +0 -212
- package/examples/filters/Colorado.json +0 -1500
- package/examples/filters/Connecticut.json +0 -559
- package/examples/filters/Delaware.json +0 -63
- package/examples/filters/DistrictofColumbia.json +0 -63
- package/examples/filters/Florida.json +0 -4217
- package/examples/filters/States.json +0 -146
- package/examples/state-level.json +0 -90136
- package/examples/state-points.json +0 -10474
- package/examples/temp-example-data.json +0 -130
- package/examples/test-dashboard-simple.json +0 -503
- package/examples/test-example.json +0 -752
- package/examples/test-file.json +0 -147
- package/examples/test.json +0 -752
- package/examples/testing.json +0 -94456
- /package/examples/{data → __data__}/data-with-metadata.json +0 -0
- /package/examples/{legend-issue-data.json → __data__/legend-issue-data.json} +0 -0
- /package/examples/api-test/{categories.json → __data__/categories.json} +0 -0
- /package/examples/api-test/{chart-data.json → __data__/chart-data.json} +0 -0
- /package/examples/api-test/{topics.json → __data__/topics.json} +0 -0
- /package/examples/api-test/{years.json → __data__/years.json} +0 -0
- /package/src/_stories/{Dashboard.Pages.stories.tsx → Dashboard.Pages.smoke.stories.tsx} +0 -0
|
@@ -0,0 +1,4640 @@
|
|
|
1
|
+
{
|
|
2
|
+
"table": {
|
|
3
|
+
"label": "Data Table",
|
|
4
|
+
"show": false,
|
|
5
|
+
"showDownloadUrl": false,
|
|
6
|
+
"showVertical": true
|
|
7
|
+
},
|
|
8
|
+
"type": "dashboard",
|
|
9
|
+
"version": "4.26.2",
|
|
10
|
+
"uuid": 1772124601467,
|
|
11
|
+
"multiDashboards": [
|
|
12
|
+
{
|
|
13
|
+
"dashboard": {
|
|
14
|
+
"theme": "theme-blue",
|
|
15
|
+
"sharedFilters": [
|
|
16
|
+
{
|
|
17
|
+
"key": "Travel status",
|
|
18
|
+
"showDropdown": true,
|
|
19
|
+
"values": [
|
|
20
|
+
"All",
|
|
21
|
+
"Locally acquired",
|
|
22
|
+
"Travel associated"
|
|
23
|
+
],
|
|
24
|
+
"type": "datafilter",
|
|
25
|
+
"columnName": "Travel status",
|
|
26
|
+
"usedBy": [
|
|
27
|
+
"map1725468400785",
|
|
28
|
+
"map1725469597103",
|
|
29
|
+
"chart1725470691635",
|
|
30
|
+
"filtered-text1725471741771",
|
|
31
|
+
"filtered-text1725471941749",
|
|
32
|
+
"filtered-text1725471984290",
|
|
33
|
+
"data-bite1772122890793",
|
|
34
|
+
"data-bite1772123154819",
|
|
35
|
+
"data-bite1772123313064"
|
|
36
|
+
],
|
|
37
|
+
"tier": 1,
|
|
38
|
+
"orderedValues": [
|
|
39
|
+
"All",
|
|
40
|
+
"Locally acquired",
|
|
41
|
+
"Travel associated"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"key": "Year",
|
|
46
|
+
"showDropdown": true,
|
|
47
|
+
"values": [
|
|
48
|
+
"2010 - 2025",
|
|
49
|
+
"2025",
|
|
50
|
+
"2024",
|
|
51
|
+
"2023",
|
|
52
|
+
"2022",
|
|
53
|
+
"2021",
|
|
54
|
+
"2020",
|
|
55
|
+
"2019",
|
|
56
|
+
"2018",
|
|
57
|
+
"2017",
|
|
58
|
+
"2016",
|
|
59
|
+
"2015",
|
|
60
|
+
"2014",
|
|
61
|
+
"2013",
|
|
62
|
+
"2012",
|
|
63
|
+
"2011",
|
|
64
|
+
"2010"
|
|
65
|
+
],
|
|
66
|
+
"type": "datafilter",
|
|
67
|
+
"orderedValues": [
|
|
68
|
+
"2010 - 2025",
|
|
69
|
+
"2025",
|
|
70
|
+
"2024",
|
|
71
|
+
"2023",
|
|
72
|
+
"2022",
|
|
73
|
+
"2021",
|
|
74
|
+
"2020",
|
|
75
|
+
"2019",
|
|
76
|
+
"2018",
|
|
77
|
+
"2017",
|
|
78
|
+
"2016",
|
|
79
|
+
"2015",
|
|
80
|
+
"2014",
|
|
81
|
+
"2013",
|
|
82
|
+
"2012",
|
|
83
|
+
"2011",
|
|
84
|
+
"2010"
|
|
85
|
+
],
|
|
86
|
+
"columnName": "Year",
|
|
87
|
+
"defaultValue": "2010 - 2025",
|
|
88
|
+
"order": "cust",
|
|
89
|
+
"usedBy": [
|
|
90
|
+
"map1725468400785",
|
|
91
|
+
"map1725469597103",
|
|
92
|
+
"chart1725470691635",
|
|
93
|
+
"filtered-text1725471741771",
|
|
94
|
+
"filtered-text1725471941749",
|
|
95
|
+
"filtered-text1725471984290",
|
|
96
|
+
"data-bite1772123154819",
|
|
97
|
+
"data-bite1772123313064"
|
|
98
|
+
],
|
|
99
|
+
"tier": 1
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"titleStyle": "small"
|
|
103
|
+
},
|
|
104
|
+
"visualizations": {
|
|
105
|
+
"map1725468400785": {
|
|
106
|
+
"annotations": [],
|
|
107
|
+
"general": {
|
|
108
|
+
"navigationTarget": "_self",
|
|
109
|
+
"annotationDropdownText": "Annotations",
|
|
110
|
+
"geoBorderColor": "darkGray",
|
|
111
|
+
"headerColor": "theme-blue",
|
|
112
|
+
"title": "Dengue cases by jurisdiction based on year and travel status selected above",
|
|
113
|
+
"showTitle": false,
|
|
114
|
+
"titleStyle": "legacy",
|
|
115
|
+
"showSidebar": true,
|
|
116
|
+
"showDownloadMediaButton": false,
|
|
117
|
+
"displayAsHex": false,
|
|
118
|
+
"displayStateLabels": false,
|
|
119
|
+
"territoriesAlwaysShow": true,
|
|
120
|
+
"language": "en",
|
|
121
|
+
"geoType": "us",
|
|
122
|
+
"geoLabelOverride": "Jurisdiction",
|
|
123
|
+
"hasRegions": false,
|
|
124
|
+
"fullBorder": false,
|
|
125
|
+
"type": "data",
|
|
126
|
+
"convertFipsCodes": true,
|
|
127
|
+
"palette": {
|
|
128
|
+
"isReversed": false,
|
|
129
|
+
"name": "sequential_pink_purple",
|
|
130
|
+
"version": "1.0",
|
|
131
|
+
"customColors": [
|
|
132
|
+
"#E6E6E6",
|
|
133
|
+
"#E6E6E6",
|
|
134
|
+
"#CCEBC5",
|
|
135
|
+
"#CCEBC5",
|
|
136
|
+
"#7BCCC4",
|
|
137
|
+
"#7BCCC4",
|
|
138
|
+
"#267BA6",
|
|
139
|
+
"#084081",
|
|
140
|
+
"#084081"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
"allowMapZoom": true,
|
|
144
|
+
"hideGeoColumnInTooltip": false,
|
|
145
|
+
"hidePrimaryColumnInTooltip": false,
|
|
146
|
+
"statesPicked": [
|
|
147
|
+
{
|
|
148
|
+
"fipsCode": "01",
|
|
149
|
+
"stateName": "Alabama"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"territoriesLabel": "Territories and freely associated states",
|
|
153
|
+
"expandDataTable": false
|
|
154
|
+
},
|
|
155
|
+
"type": "map",
|
|
156
|
+
"columns": {
|
|
157
|
+
"geo": {
|
|
158
|
+
"name": "Jurisdiction",
|
|
159
|
+
"label": "Location",
|
|
160
|
+
"tooltip": false,
|
|
161
|
+
"dataTable": true
|
|
162
|
+
},
|
|
163
|
+
"primary": {
|
|
164
|
+
"dataTable": true,
|
|
165
|
+
"tooltip": false,
|
|
166
|
+
"prefix": "",
|
|
167
|
+
"suffix": "",
|
|
168
|
+
"name": "Legend",
|
|
169
|
+
"label": "",
|
|
170
|
+
"roundToPlace": 0
|
|
171
|
+
},
|
|
172
|
+
"navigate": {
|
|
173
|
+
"name": ""
|
|
174
|
+
},
|
|
175
|
+
"latitude": {
|
|
176
|
+
"name": ""
|
|
177
|
+
},
|
|
178
|
+
"longitude": {
|
|
179
|
+
"name": ""
|
|
180
|
+
},
|
|
181
|
+
"additionalColumn1": {
|
|
182
|
+
"label": "Reported cases",
|
|
183
|
+
"dataTable": true,
|
|
184
|
+
"tooltips": false,
|
|
185
|
+
"prefix": "",
|
|
186
|
+
"suffix": "",
|
|
187
|
+
"name": "Count",
|
|
188
|
+
"useCommas": true,
|
|
189
|
+
"tooltip": true
|
|
190
|
+
},
|
|
191
|
+
"additionalColumn2": {
|
|
192
|
+
"label": "Notes",
|
|
193
|
+
"dataTable": true,
|
|
194
|
+
"tooltips": false,
|
|
195
|
+
"prefix": "",
|
|
196
|
+
"suffix": "",
|
|
197
|
+
"name": "Notes"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"legend": {
|
|
201
|
+
"descriptions": {},
|
|
202
|
+
"specialClasses": [],
|
|
203
|
+
"unified": false,
|
|
204
|
+
"singleColumn": false,
|
|
205
|
+
"singleRow": true,
|
|
206
|
+
"verticalSorted": false,
|
|
207
|
+
"showSpecialClassesLast": false,
|
|
208
|
+
"dynamicDescription": false,
|
|
209
|
+
"type": "category",
|
|
210
|
+
"numberOfItems": 3,
|
|
211
|
+
"position": "bottom",
|
|
212
|
+
"title": "Legend",
|
|
213
|
+
"style": "circles",
|
|
214
|
+
"subStyle": "linear blocks",
|
|
215
|
+
"tickRotation": "",
|
|
216
|
+
"singleColumnLegend": false,
|
|
217
|
+
"hideBorder": false,
|
|
218
|
+
"groupBy": "",
|
|
219
|
+
"categoryValuesOrder": [
|
|
220
|
+
"No reported cases",
|
|
221
|
+
"1 to 4",
|
|
222
|
+
"5 to 49",
|
|
223
|
+
"50 to 249",
|
|
224
|
+
"250+"
|
|
225
|
+
],
|
|
226
|
+
"additionalCategories": [
|
|
227
|
+
"No reported cases",
|
|
228
|
+
"1 to 4",
|
|
229
|
+
"5 to 49",
|
|
230
|
+
"50 to 249",
|
|
231
|
+
"250+"
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
"filters": [],
|
|
235
|
+
"table": {
|
|
236
|
+
"wrapColumns": false,
|
|
237
|
+
"label": "Data Table - Dengue cases by jurisdiction based on year and travel status selected above",
|
|
238
|
+
"expanded": false,
|
|
239
|
+
"limitHeight": false,
|
|
240
|
+
"height": "",
|
|
241
|
+
"caption": "",
|
|
242
|
+
"showDownloadUrl": false,
|
|
243
|
+
"showDataTableLink": false,
|
|
244
|
+
"showDownloadLinkBelow": true,
|
|
245
|
+
"showFullGeoNameInCSV": false,
|
|
246
|
+
"forceDisplay": true,
|
|
247
|
+
"download": true,
|
|
248
|
+
"indexLabel": "",
|
|
249
|
+
"cellMinWidth": "0",
|
|
250
|
+
"collapsible": true,
|
|
251
|
+
"sharedFilterColumns": [
|
|
252
|
+
"Travel status",
|
|
253
|
+
"Year"
|
|
254
|
+
]
|
|
255
|
+
},
|
|
256
|
+
"tooltips": {
|
|
257
|
+
"appearanceType": "hover",
|
|
258
|
+
"linkLabel": "Learn More",
|
|
259
|
+
"opacity": 90,
|
|
260
|
+
"capitalizeLabels": true
|
|
261
|
+
},
|
|
262
|
+
"visual": {
|
|
263
|
+
"minBubbleSize": 1,
|
|
264
|
+
"maxBubbleSize": 20,
|
|
265
|
+
"extraBubbleBorder": false,
|
|
266
|
+
"cityStyle": "circle",
|
|
267
|
+
"cityStyleLabel": "",
|
|
268
|
+
"showBubbleZeros": false,
|
|
269
|
+
"additionalCityStyles": [],
|
|
270
|
+
"geoCodeCircleSize": "-18"
|
|
271
|
+
},
|
|
272
|
+
"mapPosition": {
|
|
273
|
+
"coordinates": [
|
|
274
|
+
0,
|
|
275
|
+
30
|
|
276
|
+
],
|
|
277
|
+
"zoom": 1
|
|
278
|
+
},
|
|
279
|
+
"map": {
|
|
280
|
+
"layers": [],
|
|
281
|
+
"patterns": []
|
|
282
|
+
},
|
|
283
|
+
"hexMap": {
|
|
284
|
+
"type": "",
|
|
285
|
+
"shapeGroups": [
|
|
286
|
+
{
|
|
287
|
+
"legendTitle": "",
|
|
288
|
+
"legendDescription": "",
|
|
289
|
+
"items": [
|
|
290
|
+
{
|
|
291
|
+
"key": "",
|
|
292
|
+
"shape": "Arrow Up",
|
|
293
|
+
"column": "",
|
|
294
|
+
"operator": "=",
|
|
295
|
+
"value": ""
|
|
296
|
+
}
|
|
297
|
+
]
|
|
298
|
+
}
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"filterBehavior": "Filter Change",
|
|
302
|
+
"filterIntro": "",
|
|
303
|
+
"smallMultiples": {
|
|
304
|
+
"mode": "",
|
|
305
|
+
"tileColumn": "",
|
|
306
|
+
"tilesPerRowDesktop": 2,
|
|
307
|
+
"tilesPerRowMobile": 1,
|
|
308
|
+
"tileOrderType": "asc",
|
|
309
|
+
"tileOrder": [],
|
|
310
|
+
"tileTitles": {},
|
|
311
|
+
"synchronizedTooltips": true
|
|
312
|
+
},
|
|
313
|
+
"markupVariables": [],
|
|
314
|
+
"enableMarkupVariables": false,
|
|
315
|
+
"openModal": true,
|
|
316
|
+
"uid": "map1725468400785",
|
|
317
|
+
"dataDescription": {
|
|
318
|
+
"horizontal": false,
|
|
319
|
+
"series": false
|
|
320
|
+
},
|
|
321
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Cases_by_Jurisdiction_Historic.csv",
|
|
322
|
+
"version": "4.24.9",
|
|
323
|
+
"showEditorPanel": false,
|
|
324
|
+
"dashboardFilters": [
|
|
325
|
+
{
|
|
326
|
+
"columnName": "Travel status",
|
|
327
|
+
"active": "All",
|
|
328
|
+
"values": [
|
|
329
|
+
"All",
|
|
330
|
+
"Locally acquired",
|
|
331
|
+
"Travel associated"
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"columnName": "Year",
|
|
336
|
+
"active": "2010 - 2025",
|
|
337
|
+
"values": [
|
|
338
|
+
"2010 - 2025",
|
|
339
|
+
"2025",
|
|
340
|
+
"2024",
|
|
341
|
+
"2023",
|
|
342
|
+
"2022",
|
|
343
|
+
"2021",
|
|
344
|
+
"2020",
|
|
345
|
+
"2019",
|
|
346
|
+
"2018",
|
|
347
|
+
"2017",
|
|
348
|
+
"2016",
|
|
349
|
+
"2015",
|
|
350
|
+
"2014",
|
|
351
|
+
"2013",
|
|
352
|
+
"2012",
|
|
353
|
+
"2011",
|
|
354
|
+
"2010"
|
|
355
|
+
]
|
|
356
|
+
}
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
"map1725469597103": {
|
|
360
|
+
"annotations": [],
|
|
361
|
+
"general": {
|
|
362
|
+
"geoType": "us-county",
|
|
363
|
+
"annotationDropdownText": "Annotations",
|
|
364
|
+
"geoBorderColor": "darkGray",
|
|
365
|
+
"headerColor": "theme-blue",
|
|
366
|
+
"title": "Dengue cases by county based on year and travel status selected above",
|
|
367
|
+
"showTitle": false,
|
|
368
|
+
"showSidebar": true,
|
|
369
|
+
"showDownloadMediaButton": false,
|
|
370
|
+
"displayAsHex": false,
|
|
371
|
+
"displayStateLabels": false,
|
|
372
|
+
"territoriesLabel": "Territories",
|
|
373
|
+
"territoriesAlwaysShow": false,
|
|
374
|
+
"language": "en",
|
|
375
|
+
"geoLabelOverride": "",
|
|
376
|
+
"hasRegions": false,
|
|
377
|
+
"fullBorder": false,
|
|
378
|
+
"type": "data",
|
|
379
|
+
"convertFipsCodes": true,
|
|
380
|
+
"palette": {
|
|
381
|
+
"isReversed": false,
|
|
382
|
+
"name": "sequential_pink_purple",
|
|
383
|
+
"customColors": [
|
|
384
|
+
"#E6E6E6",
|
|
385
|
+
"#E6E6E6",
|
|
386
|
+
"#CCEBC5",
|
|
387
|
+
"#CCEBC5",
|
|
388
|
+
"#7BCCC4",
|
|
389
|
+
"#7BCCC4",
|
|
390
|
+
"#267BA6",
|
|
391
|
+
"#084081",
|
|
392
|
+
"#084081"
|
|
393
|
+
],
|
|
394
|
+
"version": "1.0"
|
|
395
|
+
},
|
|
396
|
+
"allowMapZoom": true,
|
|
397
|
+
"hideGeoColumnInTooltip": false,
|
|
398
|
+
"hidePrimaryColumnInTooltip": false,
|
|
399
|
+
"expandDataTable": false,
|
|
400
|
+
"subtext": "<strong>Notice - please download the .csv file linked to see the full list of territories and associated states that have reported cases.",
|
|
401
|
+
"statesPicked": [
|
|
402
|
+
{
|
|
403
|
+
"fipsCode": "01",
|
|
404
|
+
"stateName": "Alabama"
|
|
405
|
+
}
|
|
406
|
+
],
|
|
407
|
+
"titleStyle": "legacy"
|
|
408
|
+
},
|
|
409
|
+
"type": "map",
|
|
410
|
+
"columns": {
|
|
411
|
+
"geo": {
|
|
412
|
+
"name": "County",
|
|
413
|
+
"label": "Location",
|
|
414
|
+
"tooltip": false,
|
|
415
|
+
"dataTable": true
|
|
416
|
+
},
|
|
417
|
+
"primary": {
|
|
418
|
+
"dataTable": true,
|
|
419
|
+
"tooltip": false,
|
|
420
|
+
"prefix": "",
|
|
421
|
+
"suffix": "",
|
|
422
|
+
"name": "Legend",
|
|
423
|
+
"label": "",
|
|
424
|
+
"roundToPlace": 0
|
|
425
|
+
},
|
|
426
|
+
"navigate": {
|
|
427
|
+
"name": ""
|
|
428
|
+
},
|
|
429
|
+
"latitude": {
|
|
430
|
+
"name": ""
|
|
431
|
+
},
|
|
432
|
+
"longitude": {
|
|
433
|
+
"name": ""
|
|
434
|
+
},
|
|
435
|
+
"additionalColumn1": {
|
|
436
|
+
"label": "Reported cases",
|
|
437
|
+
"dataTable": true,
|
|
438
|
+
"tooltips": false,
|
|
439
|
+
"prefix": "",
|
|
440
|
+
"suffix": "",
|
|
441
|
+
"name": "Count",
|
|
442
|
+
"useCommas": true,
|
|
443
|
+
"tooltip": true
|
|
444
|
+
},
|
|
445
|
+
"additionalColumn2": {
|
|
446
|
+
"label": "Notes",
|
|
447
|
+
"dataTable": true,
|
|
448
|
+
"tooltips": false,
|
|
449
|
+
"prefix": "",
|
|
450
|
+
"suffix": "",
|
|
451
|
+
"name": "Notes",
|
|
452
|
+
"tooltip": true
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
"legend": {
|
|
456
|
+
"descriptions": {},
|
|
457
|
+
"specialClasses": [],
|
|
458
|
+
"unified": false,
|
|
459
|
+
"singleColumn": false,
|
|
460
|
+
"singleRow": true,
|
|
461
|
+
"verticalSorted": false,
|
|
462
|
+
"showSpecialClassesLast": false,
|
|
463
|
+
"dynamicDescription": false,
|
|
464
|
+
"type": "category",
|
|
465
|
+
"numberOfItems": 3,
|
|
466
|
+
"position": "bottom",
|
|
467
|
+
"title": "Legend",
|
|
468
|
+
"categoryValuesOrder": [
|
|
469
|
+
"No reported cases",
|
|
470
|
+
"1 to 4",
|
|
471
|
+
"5 to 49",
|
|
472
|
+
"50 to 249",
|
|
473
|
+
"250+"
|
|
474
|
+
],
|
|
475
|
+
"additionalCategories": [
|
|
476
|
+
"No reported cases",
|
|
477
|
+
"1 to 4",
|
|
478
|
+
"5 to 49",
|
|
479
|
+
"50 to 249",
|
|
480
|
+
"250+"
|
|
481
|
+
]
|
|
482
|
+
},
|
|
483
|
+
"filters": [],
|
|
484
|
+
"table": {
|
|
485
|
+
"wrapColumns": false,
|
|
486
|
+
"label": "Data Table - Dengue cases by county based on year and travel status selected above",
|
|
487
|
+
"expanded": false,
|
|
488
|
+
"limitHeight": false,
|
|
489
|
+
"height": "",
|
|
490
|
+
"caption": "",
|
|
491
|
+
"showDownloadUrl": false,
|
|
492
|
+
"showDataTableLink": false,
|
|
493
|
+
"showFullGeoNameInCSV": false,
|
|
494
|
+
"forceDisplay": true,
|
|
495
|
+
"download": true,
|
|
496
|
+
"indexLabel": ""
|
|
497
|
+
},
|
|
498
|
+
"tooltips": {
|
|
499
|
+
"appearanceType": "hover",
|
|
500
|
+
"linkLabel": "Learn More",
|
|
501
|
+
"capitalizeLabels": true,
|
|
502
|
+
"opacity": 90
|
|
503
|
+
},
|
|
504
|
+
"visual": {
|
|
505
|
+
"minBubbleSize": 1,
|
|
506
|
+
"maxBubbleSize": 20,
|
|
507
|
+
"extraBubbleBorder": false,
|
|
508
|
+
"cityStyle": "circle",
|
|
509
|
+
"cityStyleLabel": "",
|
|
510
|
+
"showBubbleZeros": false,
|
|
511
|
+
"additionalCityStyles": [],
|
|
512
|
+
"geoCodeCircleSize": 8
|
|
513
|
+
},
|
|
514
|
+
"mapPosition": {
|
|
515
|
+
"coordinates": [
|
|
516
|
+
0,
|
|
517
|
+
30
|
|
518
|
+
],
|
|
519
|
+
"zoom": 1
|
|
520
|
+
},
|
|
521
|
+
"map": {
|
|
522
|
+
"layers": [],
|
|
523
|
+
"patterns": []
|
|
524
|
+
},
|
|
525
|
+
"hexMap": {
|
|
526
|
+
"type": "",
|
|
527
|
+
"shapeGroups": [
|
|
528
|
+
{
|
|
529
|
+
"legendTitle": "",
|
|
530
|
+
"legendDescription": "",
|
|
531
|
+
"items": [
|
|
532
|
+
{
|
|
533
|
+
"key": "",
|
|
534
|
+
"shape": "Arrow Up",
|
|
535
|
+
"column": "",
|
|
536
|
+
"operator": "=",
|
|
537
|
+
"value": ""
|
|
538
|
+
}
|
|
539
|
+
]
|
|
540
|
+
}
|
|
541
|
+
]
|
|
542
|
+
},
|
|
543
|
+
"filterBehavior": "Filter Change",
|
|
544
|
+
"openModal": true,
|
|
545
|
+
"uid": "map1725469597103",
|
|
546
|
+
"dataDescription": {
|
|
547
|
+
"horizontal": false,
|
|
548
|
+
"series": false
|
|
549
|
+
},
|
|
550
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Cases_by_County_Historic.csv",
|
|
551
|
+
"version": "4.24.9"
|
|
552
|
+
},
|
|
553
|
+
"chart1725470691635": {
|
|
554
|
+
"annotations": [],
|
|
555
|
+
"type": "chart",
|
|
556
|
+
"debugSvg": false,
|
|
557
|
+
"chartMessage": {
|
|
558
|
+
"noData": "No Data Available"
|
|
559
|
+
},
|
|
560
|
+
"title": "Dengue cases by week based on year and travel status selected above",
|
|
561
|
+
"showTitle": false,
|
|
562
|
+
"showDownloadMediaButton": false,
|
|
563
|
+
"theme": "theme-blue",
|
|
564
|
+
"animate": false,
|
|
565
|
+
"fontSize": "medium",
|
|
566
|
+
"lineDatapointStyle": "hover",
|
|
567
|
+
"lineDatapointColor": "Same as Line",
|
|
568
|
+
"barHasBorder": "false",
|
|
569
|
+
"isLollipopChart": false,
|
|
570
|
+
"lollipopShape": "circle",
|
|
571
|
+
"lollipopColorStyle": "two-tone",
|
|
572
|
+
"visualizationSubType": "regular",
|
|
573
|
+
"barStyle": "rounded",
|
|
574
|
+
"roundingStyle": "shallow",
|
|
575
|
+
"tipRounding": "top",
|
|
576
|
+
"isResponsiveTicks": false,
|
|
577
|
+
"general": {
|
|
578
|
+
"annotationDropdownText": "Annotations",
|
|
579
|
+
"showMissingDataLabel": true,
|
|
580
|
+
"showSuppressedSymbol": true,
|
|
581
|
+
"showZeroValueData": true,
|
|
582
|
+
"hideNullValue": true,
|
|
583
|
+
"showZeroValueDataLabel": true,
|
|
584
|
+
"palette": {
|
|
585
|
+
"name": "qualitative_bold",
|
|
586
|
+
"version": "1.0"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"padding": {
|
|
590
|
+
"left": 5,
|
|
591
|
+
"right": 5
|
|
592
|
+
},
|
|
593
|
+
"preliminaryData": [],
|
|
594
|
+
"yAxis": {
|
|
595
|
+
"hideAxis": false,
|
|
596
|
+
"displayNumbersOnBar": false,
|
|
597
|
+
"hideLabel": false,
|
|
598
|
+
"hideTicks": false,
|
|
599
|
+
"size": "90",
|
|
600
|
+
"gridLines": false,
|
|
601
|
+
"enablePadding": false,
|
|
602
|
+
"min": "",
|
|
603
|
+
"max": "",
|
|
604
|
+
"labelColor": "#1c1d1f",
|
|
605
|
+
"tickLabelColor": "#1c1d1f",
|
|
606
|
+
"tickColor": "#1c1d1f",
|
|
607
|
+
"rightHideAxis": true,
|
|
608
|
+
"rightAxisSize": 0,
|
|
609
|
+
"rightLabel": "",
|
|
610
|
+
"rightLabelOffsetSize": 0,
|
|
611
|
+
"rightAxisLabelColor": "#1c1d1f",
|
|
612
|
+
"rightAxisTickLabelColor": "#1c1d1f",
|
|
613
|
+
"rightAxisTickColor": "#1c1d1f",
|
|
614
|
+
"numTicks": "",
|
|
615
|
+
"axisPadding": 0,
|
|
616
|
+
"scalePadding": 10,
|
|
617
|
+
"tickRotation": 0,
|
|
618
|
+
"anchors": [],
|
|
619
|
+
"shoMissingDataLabel": true,
|
|
620
|
+
"showMissingDataLine": true,
|
|
621
|
+
"categories": [],
|
|
622
|
+
"label": "Reported cases",
|
|
623
|
+
"maxValue": 1728
|
|
624
|
+
},
|
|
625
|
+
"boxplot": {
|
|
626
|
+
"plots": [],
|
|
627
|
+
"borders": "true",
|
|
628
|
+
"plotOutlierValues": false,
|
|
629
|
+
"plotNonOutlierValues": true,
|
|
630
|
+
"labels": {
|
|
631
|
+
"q1": "Lower Quartile",
|
|
632
|
+
"q2": "q2",
|
|
633
|
+
"q3": "Upper Quartile",
|
|
634
|
+
"q4": "q4",
|
|
635
|
+
"minimum": "Minimum",
|
|
636
|
+
"maximum": "Maximum",
|
|
637
|
+
"mean": "Mean",
|
|
638
|
+
"median": "Median",
|
|
639
|
+
"sd": "Standard Deviation",
|
|
640
|
+
"iqr": "Interquartile Range",
|
|
641
|
+
"total": "Total",
|
|
642
|
+
"outliers": "Outliers",
|
|
643
|
+
"values": "Values",
|
|
644
|
+
"lowerBounds": "Lower Bounds",
|
|
645
|
+
"upperBounds": "Upper Bounds",
|
|
646
|
+
"count": "Count"
|
|
647
|
+
},
|
|
648
|
+
"firstQuartilePercentage": 25,
|
|
649
|
+
"thirdQuartilePercentage": 75,
|
|
650
|
+
"boxWidthPercentage": 40,
|
|
651
|
+
"legend": {
|
|
652
|
+
"showHowToReadText": false,
|
|
653
|
+
"howToReadText": ""
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"topAxis": {
|
|
657
|
+
"hasLine": false
|
|
658
|
+
},
|
|
659
|
+
"isLegendValue": false,
|
|
660
|
+
"barThickness": "0.8",
|
|
661
|
+
"barHeight": 25,
|
|
662
|
+
"barSpace": 15,
|
|
663
|
+
"heights": {
|
|
664
|
+
"vertical": 300,
|
|
665
|
+
"horizontal": 750
|
|
666
|
+
},
|
|
667
|
+
"xAxis": {
|
|
668
|
+
"sortDates": false,
|
|
669
|
+
"anchors": [],
|
|
670
|
+
"type": "categorical",
|
|
671
|
+
"showTargetLabel": true,
|
|
672
|
+
"targetLabel": "Target",
|
|
673
|
+
"hideAxis": false,
|
|
674
|
+
"hideLabel": false,
|
|
675
|
+
"hideTicks": false,
|
|
676
|
+
"size": 75,
|
|
677
|
+
"tickRotation": "45",
|
|
678
|
+
"min": "",
|
|
679
|
+
"max": "",
|
|
680
|
+
"labelColor": "#1c1d1f",
|
|
681
|
+
"tickLabelColor": "#1c1d1f",
|
|
682
|
+
"tickColor": "#1c1d1f",
|
|
683
|
+
"numTicks": "20",
|
|
684
|
+
"labelOffset": 0,
|
|
685
|
+
"axisPadding": 200,
|
|
686
|
+
"target": 0,
|
|
687
|
+
"maxTickRotation": 0,
|
|
688
|
+
"padding": 5,
|
|
689
|
+
"showYearsOnce": false,
|
|
690
|
+
"sortByRecentDate": false,
|
|
691
|
+
"dataKey": "Week",
|
|
692
|
+
"label": "Week",
|
|
693
|
+
"tickWidthMax": 20,
|
|
694
|
+
"axisBBox": 69.69564819335938
|
|
695
|
+
},
|
|
696
|
+
"table": {
|
|
697
|
+
"label": "Data Table - Dengue cases by week based on year and travel status selected above",
|
|
698
|
+
"expanded": false,
|
|
699
|
+
"limitHeight": false,
|
|
700
|
+
"height": "",
|
|
701
|
+
"caption": "",
|
|
702
|
+
"showDownloadUrl": false,
|
|
703
|
+
"showDataTableLink": false,
|
|
704
|
+
"showDownloadLinkBelow": true,
|
|
705
|
+
"indexLabel": "Week of illness onset",
|
|
706
|
+
"download": true,
|
|
707
|
+
"showVertical": true,
|
|
708
|
+
"dateDisplayFormat": "",
|
|
709
|
+
"showMissingDataLabel": true,
|
|
710
|
+
"showSuppressedSymbol": true,
|
|
711
|
+
"show": true
|
|
712
|
+
},
|
|
713
|
+
"orientation": "vertical",
|
|
714
|
+
"columns": {},
|
|
715
|
+
"legend": {
|
|
716
|
+
"hide": true,
|
|
717
|
+
"behavior": "isolate",
|
|
718
|
+
"axisAlign": true,
|
|
719
|
+
"singleRow": true,
|
|
720
|
+
"colorCode": "",
|
|
721
|
+
"reverseLabelOrder": false,
|
|
722
|
+
"description": "",
|
|
723
|
+
"dynamicLegend": false,
|
|
724
|
+
"dynamicLegendDefaultText": "Show All",
|
|
725
|
+
"dynamicLegendItemLimit": 5,
|
|
726
|
+
"dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
|
|
727
|
+
"dynamicLegendChartMessage": "Select Options from the Legend",
|
|
728
|
+
"label": "",
|
|
729
|
+
"lineMode": false,
|
|
730
|
+
"verticalSorted": false,
|
|
731
|
+
"highlightOnHover": false,
|
|
732
|
+
"hideSuppressedLabels": false,
|
|
733
|
+
"hideSuppressionLink": false,
|
|
734
|
+
"seriesHighlight": [],
|
|
735
|
+
"style": "circles",
|
|
736
|
+
"subStyle": "linear blocks",
|
|
737
|
+
"shape": "circle",
|
|
738
|
+
"tickRotation": "",
|
|
739
|
+
"hideBorder": {
|
|
740
|
+
"side": false,
|
|
741
|
+
"topBottom": true
|
|
742
|
+
},
|
|
743
|
+
"position": "right",
|
|
744
|
+
"unified": true
|
|
745
|
+
},
|
|
746
|
+
"exclusions": {
|
|
747
|
+
"active": false,
|
|
748
|
+
"keys": []
|
|
749
|
+
},
|
|
750
|
+
"isPaletteReversed": false,
|
|
751
|
+
"twoColor": {
|
|
752
|
+
"palette": "monochrome-1",
|
|
753
|
+
"isPaletteReversed": false
|
|
754
|
+
},
|
|
755
|
+
"labels": false,
|
|
756
|
+
"dataFormat": {
|
|
757
|
+
"commas": true,
|
|
758
|
+
"prefix": "",
|
|
759
|
+
"suffix": "",
|
|
760
|
+
"abbreviated": false,
|
|
761
|
+
"bottomSuffix": "",
|
|
762
|
+
"bottomPrefix": "",
|
|
763
|
+
"bottomAbbreviated": false
|
|
764
|
+
},
|
|
765
|
+
"confidenceKeys": {},
|
|
766
|
+
"visual": {
|
|
767
|
+
"border": true,
|
|
768
|
+
"accent": true,
|
|
769
|
+
"background": true,
|
|
770
|
+
"verticalHoverLine": false,
|
|
771
|
+
"horizontalHoverLine": false,
|
|
772
|
+
"lineDatapointSymbol": "none",
|
|
773
|
+
"maximumShapeAmount": 7
|
|
774
|
+
},
|
|
775
|
+
"useLogScale": false,
|
|
776
|
+
"filterBehavior": "Filter Change",
|
|
777
|
+
"highlightedBarValues": [],
|
|
778
|
+
"series": [
|
|
779
|
+
{
|
|
780
|
+
"dataKey": "Reported cases",
|
|
781
|
+
"type": "Bar",
|
|
782
|
+
"axis": "Left",
|
|
783
|
+
"tooltip": true
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"tooltips": {
|
|
787
|
+
"opacity": 90,
|
|
788
|
+
"singleSeries": false,
|
|
789
|
+
"dateDisplayFormat": ""
|
|
790
|
+
},
|
|
791
|
+
"forestPlot": {
|
|
792
|
+
"startAt": 0,
|
|
793
|
+
"colors": {
|
|
794
|
+
"line": "",
|
|
795
|
+
"shape": ""
|
|
796
|
+
},
|
|
797
|
+
"lineOfNoEffect": {
|
|
798
|
+
"show": true
|
|
799
|
+
},
|
|
800
|
+
"type": "",
|
|
801
|
+
"pooledResult": {
|
|
802
|
+
"diamondHeight": 5,
|
|
803
|
+
"column": ""
|
|
804
|
+
},
|
|
805
|
+
"estimateField": "",
|
|
806
|
+
"estimateRadius": "",
|
|
807
|
+
"shape": "square",
|
|
808
|
+
"rowHeight": 20,
|
|
809
|
+
"description": {
|
|
810
|
+
"show": true,
|
|
811
|
+
"text": "description",
|
|
812
|
+
"location": 0
|
|
813
|
+
},
|
|
814
|
+
"result": {
|
|
815
|
+
"show": true,
|
|
816
|
+
"text": "result",
|
|
817
|
+
"location": 100
|
|
818
|
+
},
|
|
819
|
+
"radius": {
|
|
820
|
+
"min": 2,
|
|
821
|
+
"max": 10,
|
|
822
|
+
"scalingColumn": ""
|
|
823
|
+
},
|
|
824
|
+
"regression": {
|
|
825
|
+
"lower": 0,
|
|
826
|
+
"upper": 0,
|
|
827
|
+
"estimateField": 0
|
|
828
|
+
},
|
|
829
|
+
"leftWidthOffset": 0,
|
|
830
|
+
"rightWidthOffset": 0,
|
|
831
|
+
"showZeroLine": false,
|
|
832
|
+
"leftLabel": "",
|
|
833
|
+
"rightLabel": ""
|
|
834
|
+
},
|
|
835
|
+
"area": {
|
|
836
|
+
"isStacked": false
|
|
837
|
+
},
|
|
838
|
+
"sankey": {
|
|
839
|
+
"title": {
|
|
840
|
+
"defaultColor": "black"
|
|
841
|
+
},
|
|
842
|
+
"iterations": 1,
|
|
843
|
+
"rxValue": 0.9,
|
|
844
|
+
"overallSize": {
|
|
845
|
+
"width": 900,
|
|
846
|
+
"height": 700
|
|
847
|
+
},
|
|
848
|
+
"margin": {
|
|
849
|
+
"margin_y": 25,
|
|
850
|
+
"margin_x": 0
|
|
851
|
+
},
|
|
852
|
+
"nodeSize": {
|
|
853
|
+
"nodeWidth": 26,
|
|
854
|
+
"nodeHeight": 40
|
|
855
|
+
},
|
|
856
|
+
"nodePadding": 55,
|
|
857
|
+
"nodeFontColor": "black",
|
|
858
|
+
"nodeColor": {
|
|
859
|
+
"default": "#ff8500",
|
|
860
|
+
"inactive": "#808080"
|
|
861
|
+
},
|
|
862
|
+
"linkColor": {
|
|
863
|
+
"default": "#ffc900",
|
|
864
|
+
"inactive": "#D3D3D3"
|
|
865
|
+
},
|
|
866
|
+
"opacity": {
|
|
867
|
+
"nodeOpacityDefault": 1,
|
|
868
|
+
"nodeOpacityInactive": 0.1,
|
|
869
|
+
"LinkOpacityDefault": 1,
|
|
870
|
+
"LinkOpacityInactive": 0.1
|
|
871
|
+
},
|
|
872
|
+
"storyNodeFontColor": "#006778",
|
|
873
|
+
"storyNodeText": [],
|
|
874
|
+
"nodeValueStyle": {
|
|
875
|
+
"textBefore": "(",
|
|
876
|
+
"textAfter": ")"
|
|
877
|
+
},
|
|
878
|
+
"data": []
|
|
879
|
+
},
|
|
880
|
+
"filters": [],
|
|
881
|
+
"openModal": true,
|
|
882
|
+
"uid": "chart1725470691635",
|
|
883
|
+
"visualizationType": "Bar",
|
|
884
|
+
"dataDescription": {
|
|
885
|
+
"horizontal": false,
|
|
886
|
+
"series": false
|
|
887
|
+
},
|
|
888
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Epi_Curve_Historic.csv",
|
|
889
|
+
"version": "4.25.1",
|
|
890
|
+
"dynamicMarginTop": 0,
|
|
891
|
+
"migrations": {
|
|
892
|
+
"addColorMigration": true
|
|
893
|
+
},
|
|
894
|
+
"titleStyle": "legacy"
|
|
895
|
+
},
|
|
896
|
+
"dashboardFilters1725471301948": {
|
|
897
|
+
"filters": [],
|
|
898
|
+
"filterBehavior": "Filter Change",
|
|
899
|
+
"newViz": true,
|
|
900
|
+
"openModal": true,
|
|
901
|
+
"uid": "dashboardFilters1725471301948",
|
|
902
|
+
"type": "dashboardFilters",
|
|
903
|
+
"sharedFilterIndexes": [
|
|
904
|
+
1,
|
|
905
|
+
0
|
|
906
|
+
],
|
|
907
|
+
"visualizationType": "dashboardFilters",
|
|
908
|
+
"titleStyle": "small",
|
|
909
|
+
"showEditorPanel": false,
|
|
910
|
+
"dashboardFilters": [
|
|
911
|
+
{
|
|
912
|
+
"columnName": "Travel status",
|
|
913
|
+
"active": "All",
|
|
914
|
+
"values": [
|
|
915
|
+
"All",
|
|
916
|
+
"Locally acquired",
|
|
917
|
+
"Travel associated"
|
|
918
|
+
]
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"columnName": "Year",
|
|
922
|
+
"active": "2010 - 2025",
|
|
923
|
+
"values": [
|
|
924
|
+
"2010 - 2025",
|
|
925
|
+
"2025",
|
|
926
|
+
"2024",
|
|
927
|
+
"2023",
|
|
928
|
+
"2022",
|
|
929
|
+
"2021",
|
|
930
|
+
"2020",
|
|
931
|
+
"2019",
|
|
932
|
+
"2018",
|
|
933
|
+
"2017",
|
|
934
|
+
"2016",
|
|
935
|
+
"2015",
|
|
936
|
+
"2014",
|
|
937
|
+
"2013",
|
|
938
|
+
"2012",
|
|
939
|
+
"2011",
|
|
940
|
+
"2010"
|
|
941
|
+
]
|
|
942
|
+
}
|
|
943
|
+
]
|
|
944
|
+
},
|
|
945
|
+
"filtered-text1725471741771": {
|
|
946
|
+
"title": "",
|
|
947
|
+
"titleStyle": "small",
|
|
948
|
+
"type": "filtered-text",
|
|
949
|
+
"theme": "theme-cyan",
|
|
950
|
+
"fontSize": "medium",
|
|
951
|
+
"shadow": false,
|
|
952
|
+
"filters": [],
|
|
953
|
+
"visual": {
|
|
954
|
+
"hideBackgroundColor": false,
|
|
955
|
+
"background": true,
|
|
956
|
+
"roundedBorders": false,
|
|
957
|
+
"accent": false,
|
|
958
|
+
"border": false,
|
|
959
|
+
"borderColorTheme": false
|
|
960
|
+
},
|
|
961
|
+
"filterBehavior": "Filter Change",
|
|
962
|
+
"openModal": true,
|
|
963
|
+
"uid": "filtered-text1725471741771",
|
|
964
|
+
"visualizationType": "filtered-text",
|
|
965
|
+
"dataDescription": {
|
|
966
|
+
"horizontal": false,
|
|
967
|
+
"series": false
|
|
968
|
+
},
|
|
969
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Historic_Titles.csv",
|
|
970
|
+
"version": "4.26.2",
|
|
971
|
+
"textColumn": "Jurisdictions.title",
|
|
972
|
+
"showEditorPanel": false,
|
|
973
|
+
"dashboardFilters": [
|
|
974
|
+
{
|
|
975
|
+
"columnName": "Travel status",
|
|
976
|
+
"active": "All",
|
|
977
|
+
"values": [
|
|
978
|
+
"All",
|
|
979
|
+
"Locally acquired",
|
|
980
|
+
"Travel associated"
|
|
981
|
+
]
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"columnName": "Year",
|
|
985
|
+
"active": "2010 - 2025",
|
|
986
|
+
"values": [
|
|
987
|
+
"2010 - 2025",
|
|
988
|
+
"2025",
|
|
989
|
+
"2024",
|
|
990
|
+
"2023",
|
|
991
|
+
"2022",
|
|
992
|
+
"2021",
|
|
993
|
+
"2020",
|
|
994
|
+
"2019",
|
|
995
|
+
"2018",
|
|
996
|
+
"2017",
|
|
997
|
+
"2016",
|
|
998
|
+
"2015",
|
|
999
|
+
"2014",
|
|
1000
|
+
"2013",
|
|
1001
|
+
"2012",
|
|
1002
|
+
"2011",
|
|
1003
|
+
"2010"
|
|
1004
|
+
]
|
|
1005
|
+
}
|
|
1006
|
+
],
|
|
1007
|
+
"migrations": {
|
|
1008
|
+
"addColorMigration": true
|
|
1009
|
+
},
|
|
1010
|
+
"general": {
|
|
1011
|
+
"palette": {
|
|
1012
|
+
"version": "1.0",
|
|
1013
|
+
"backups": [
|
|
1014
|
+
{
|
|
1015
|
+
"version": "1.0"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"version": "1.0"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"version": "1.0"
|
|
1022
|
+
}
|
|
1023
|
+
]
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"filtered-text1725471941749": {
|
|
1028
|
+
"title": "",
|
|
1029
|
+
"type": "filtered-text",
|
|
1030
|
+
"theme": "theme-cyan",
|
|
1031
|
+
"fontSize": "medium",
|
|
1032
|
+
"shadow": false,
|
|
1033
|
+
"filters": [],
|
|
1034
|
+
"visual": {
|
|
1035
|
+
"hideBackgroundColor": false,
|
|
1036
|
+
"background": true,
|
|
1037
|
+
"roundedBorders": false,
|
|
1038
|
+
"accent": false,
|
|
1039
|
+
"border": false,
|
|
1040
|
+
"borderColorTheme": false
|
|
1041
|
+
},
|
|
1042
|
+
"filterBehavior": "Filter Change",
|
|
1043
|
+
"openModal": true,
|
|
1044
|
+
"uid": "filtered-text1725471941749",
|
|
1045
|
+
"visualizationType": "filtered-text",
|
|
1046
|
+
"dataDescription": {
|
|
1047
|
+
"horizontal": false,
|
|
1048
|
+
"series": false
|
|
1049
|
+
},
|
|
1050
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Historic_Titles.csv",
|
|
1051
|
+
"version": "4.24.9",
|
|
1052
|
+
"textColumn": "Counties.title",
|
|
1053
|
+
"titleStyle": "small"
|
|
1054
|
+
},
|
|
1055
|
+
"filtered-text1725471984290": {
|
|
1056
|
+
"title": "",
|
|
1057
|
+
"type": "filtered-text",
|
|
1058
|
+
"theme": "theme-cyan",
|
|
1059
|
+
"fontSize": "medium",
|
|
1060
|
+
"shadow": false,
|
|
1061
|
+
"filters": [],
|
|
1062
|
+
"visual": {
|
|
1063
|
+
"hideBackgroundColor": false,
|
|
1064
|
+
"background": true,
|
|
1065
|
+
"roundedBorders": false,
|
|
1066
|
+
"accent": false,
|
|
1067
|
+
"border": false,
|
|
1068
|
+
"borderColorTheme": false
|
|
1069
|
+
},
|
|
1070
|
+
"filterBehavior": "Filter Change",
|
|
1071
|
+
"openModal": true,
|
|
1072
|
+
"uid": "filtered-text1725471984290",
|
|
1073
|
+
"visualizationType": "filtered-text",
|
|
1074
|
+
"dataDescription": {
|
|
1075
|
+
"horizontal": false,
|
|
1076
|
+
"series": false
|
|
1077
|
+
},
|
|
1078
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Historic_Titles.csv",
|
|
1079
|
+
"version": "4.24.9",
|
|
1080
|
+
"textColumn": "Epi.curve.title",
|
|
1081
|
+
"titleStyle": "small"
|
|
1082
|
+
},
|
|
1083
|
+
"data-bite1772123154819": {
|
|
1084
|
+
"type": "data-bite",
|
|
1085
|
+
"dataBite": "",
|
|
1086
|
+
"dataFunction": "Sum",
|
|
1087
|
+
"dataColumn": "Reported cases",
|
|
1088
|
+
"bitePosition": "Left",
|
|
1089
|
+
"biteFontSize": 24,
|
|
1090
|
+
"fontSize": "medium",
|
|
1091
|
+
"biteBody": "",
|
|
1092
|
+
"imageData": {
|
|
1093
|
+
"display": "none",
|
|
1094
|
+
"url": "",
|
|
1095
|
+
"alt": "",
|
|
1096
|
+
"options": []
|
|
1097
|
+
},
|
|
1098
|
+
"dataFormat": {
|
|
1099
|
+
"roundToPlace": 0,
|
|
1100
|
+
"commas": true,
|
|
1101
|
+
"prefix": "",
|
|
1102
|
+
"suffix": ""
|
|
1103
|
+
},
|
|
1104
|
+
"biteStyle": "end",
|
|
1105
|
+
"filters": [],
|
|
1106
|
+
"subtext": "Cases reported for year and travel status selected above",
|
|
1107
|
+
"title": "Cases",
|
|
1108
|
+
"theme": "theme-cyan",
|
|
1109
|
+
"shadow": false,
|
|
1110
|
+
"visual": {
|
|
1111
|
+
"border": false,
|
|
1112
|
+
"accent": false,
|
|
1113
|
+
"background": false,
|
|
1114
|
+
"hideBackgroundColor": false,
|
|
1115
|
+
"borderColorTheme": false,
|
|
1116
|
+
"showTitle": true
|
|
1117
|
+
},
|
|
1118
|
+
"general": {
|
|
1119
|
+
"isCompactStyle": false,
|
|
1120
|
+
"palette": {
|
|
1121
|
+
"version": "1.0",
|
|
1122
|
+
"backups": [
|
|
1123
|
+
{
|
|
1124
|
+
"version": "1.0"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"version": "1.0"
|
|
1128
|
+
}
|
|
1129
|
+
]
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
"markupVariables": [],
|
|
1133
|
+
"enableMarkupVariables": false,
|
|
1134
|
+
"filterBehavior": "Filter Change",
|
|
1135
|
+
"openModal": true,
|
|
1136
|
+
"uid": "data-bite1772123154819",
|
|
1137
|
+
"visualizationType": "data-bite",
|
|
1138
|
+
"dataDescription": {
|
|
1139
|
+
"horizontal": false,
|
|
1140
|
+
"series": false
|
|
1141
|
+
},
|
|
1142
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Data_Bites_Historic.csv",
|
|
1143
|
+
"showEditorPanel": false,
|
|
1144
|
+
"dashboardFilters": [
|
|
1145
|
+
{
|
|
1146
|
+
"columnName": "Travel status",
|
|
1147
|
+
"active": "All",
|
|
1148
|
+
"values": [
|
|
1149
|
+
"All",
|
|
1150
|
+
"Locally acquired",
|
|
1151
|
+
"Travel associated"
|
|
1152
|
+
]
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"columnName": "Year",
|
|
1156
|
+
"active": "2010 - 2025",
|
|
1157
|
+
"values": [
|
|
1158
|
+
"2010 - 2025",
|
|
1159
|
+
"2025",
|
|
1160
|
+
"2024",
|
|
1161
|
+
"2023",
|
|
1162
|
+
"2022",
|
|
1163
|
+
"2021",
|
|
1164
|
+
"2020",
|
|
1165
|
+
"2019",
|
|
1166
|
+
"2018",
|
|
1167
|
+
"2017",
|
|
1168
|
+
"2016",
|
|
1169
|
+
"2015",
|
|
1170
|
+
"2014",
|
|
1171
|
+
"2013",
|
|
1172
|
+
"2012",
|
|
1173
|
+
"2011",
|
|
1174
|
+
"2010"
|
|
1175
|
+
]
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"version": "4.26.2",
|
|
1179
|
+
"migrations": {
|
|
1180
|
+
"addColorMigration": true
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
"data-bite1772123313064": {
|
|
1184
|
+
"type": "data-bite",
|
|
1185
|
+
"dataBite": "",
|
|
1186
|
+
"dataFunction": "Sum",
|
|
1187
|
+
"dataColumn": "Jurisdictions",
|
|
1188
|
+
"bitePosition": "Left",
|
|
1189
|
+
"biteFontSize": 24,
|
|
1190
|
+
"fontSize": "medium",
|
|
1191
|
+
"biteBody": "",
|
|
1192
|
+
"imageData": {
|
|
1193
|
+
"display": "none",
|
|
1194
|
+
"url": "",
|
|
1195
|
+
"alt": "",
|
|
1196
|
+
"options": []
|
|
1197
|
+
},
|
|
1198
|
+
"dataFormat": {
|
|
1199
|
+
"roundToPlace": 0,
|
|
1200
|
+
"commas": true,
|
|
1201
|
+
"prefix": "",
|
|
1202
|
+
"suffix": ""
|
|
1203
|
+
},
|
|
1204
|
+
"biteStyle": "end",
|
|
1205
|
+
"filters": [],
|
|
1206
|
+
"subtext": "Jurisdictions reporting cases for year and travel status selected above",
|
|
1207
|
+
"title": "Jurisdictions",
|
|
1208
|
+
"theme": "theme-cyan",
|
|
1209
|
+
"shadow": false,
|
|
1210
|
+
"visual": {
|
|
1211
|
+
"border": false,
|
|
1212
|
+
"accent": false,
|
|
1213
|
+
"background": false,
|
|
1214
|
+
"hideBackgroundColor": false,
|
|
1215
|
+
"borderColorTheme": false,
|
|
1216
|
+
"showTitle": true
|
|
1217
|
+
},
|
|
1218
|
+
"general": {
|
|
1219
|
+
"isCompactStyle": false,
|
|
1220
|
+
"palette": {
|
|
1221
|
+
"version": "1.0",
|
|
1222
|
+
"backups": [
|
|
1223
|
+
{
|
|
1224
|
+
"version": "1.0"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"version": "1.0"
|
|
1228
|
+
}
|
|
1229
|
+
]
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
"markupVariables": [],
|
|
1233
|
+
"enableMarkupVariables": false,
|
|
1234
|
+
"filterBehavior": "Filter Change",
|
|
1235
|
+
"openModal": true,
|
|
1236
|
+
"uid": "data-bite1772123313064",
|
|
1237
|
+
"visualizationType": "data-bite",
|
|
1238
|
+
"dataDescription": {
|
|
1239
|
+
"horizontal": false,
|
|
1240
|
+
"series": false
|
|
1241
|
+
},
|
|
1242
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Data_Bites_Historic.csv",
|
|
1243
|
+
"showEditorPanel": false,
|
|
1244
|
+
"dashboardFilters": [
|
|
1245
|
+
{
|
|
1246
|
+
"columnName": "Travel status",
|
|
1247
|
+
"active": "All",
|
|
1248
|
+
"values": [
|
|
1249
|
+
"All",
|
|
1250
|
+
"Locally acquired",
|
|
1251
|
+
"Travel associated"
|
|
1252
|
+
]
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"columnName": "Year",
|
|
1256
|
+
"active": "2010 - 2025",
|
|
1257
|
+
"values": [
|
|
1258
|
+
"2010 - 2025",
|
|
1259
|
+
"2025",
|
|
1260
|
+
"2024",
|
|
1261
|
+
"2023",
|
|
1262
|
+
"2022",
|
|
1263
|
+
"2021",
|
|
1264
|
+
"2020",
|
|
1265
|
+
"2019",
|
|
1266
|
+
"2018",
|
|
1267
|
+
"2017",
|
|
1268
|
+
"2016",
|
|
1269
|
+
"2015",
|
|
1270
|
+
"2014",
|
|
1271
|
+
"2013",
|
|
1272
|
+
"2012",
|
|
1273
|
+
"2011",
|
|
1274
|
+
"2010"
|
|
1275
|
+
]
|
|
1276
|
+
}
|
|
1277
|
+
],
|
|
1278
|
+
"version": "4.26.2",
|
|
1279
|
+
"migrations": {
|
|
1280
|
+
"addColorMigration": true
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"data-bite1772124608905": {
|
|
1284
|
+
"type": "data-bite",
|
|
1285
|
+
"dataBite": "",
|
|
1286
|
+
"dataFunction": "Sum",
|
|
1287
|
+
"dataColumn": "Total cases",
|
|
1288
|
+
"bitePosition": "Left",
|
|
1289
|
+
"biteFontSize": 24,
|
|
1290
|
+
"fontSize": "medium",
|
|
1291
|
+
"biteBody": "",
|
|
1292
|
+
"imageData": {
|
|
1293
|
+
"display": "none",
|
|
1294
|
+
"url": "",
|
|
1295
|
+
"alt": "",
|
|
1296
|
+
"options": []
|
|
1297
|
+
},
|
|
1298
|
+
"dataFormat": {
|
|
1299
|
+
"roundToPlace": 0,
|
|
1300
|
+
"commas": true,
|
|
1301
|
+
"prefix": "",
|
|
1302
|
+
"suffix": ""
|
|
1303
|
+
},
|
|
1304
|
+
"biteStyle": "end",
|
|
1305
|
+
"filters": [],
|
|
1306
|
+
"subtext": "Dengue cases reported from 2010-2025",
|
|
1307
|
+
"title": "Cases for all years",
|
|
1308
|
+
"theme": "theme-cyan",
|
|
1309
|
+
"shadow": false,
|
|
1310
|
+
"visual": {
|
|
1311
|
+
"border": false,
|
|
1312
|
+
"accent": false,
|
|
1313
|
+
"background": false,
|
|
1314
|
+
"hideBackgroundColor": false,
|
|
1315
|
+
"borderColorTheme": false,
|
|
1316
|
+
"showTitle": true
|
|
1317
|
+
},
|
|
1318
|
+
"general": {
|
|
1319
|
+
"isCompactStyle": false,
|
|
1320
|
+
"palette": {
|
|
1321
|
+
"version": "1.0",
|
|
1322
|
+
"backups": [
|
|
1323
|
+
{
|
|
1324
|
+
"version": "1.0"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"version": "1.0"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"version": "1.0"
|
|
1331
|
+
}
|
|
1332
|
+
]
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
"markupVariables": [],
|
|
1336
|
+
"enableMarkupVariables": false,
|
|
1337
|
+
"filterBehavior": "Filter Change",
|
|
1338
|
+
"openModal": true,
|
|
1339
|
+
"uid": "data-bite1772124608905",
|
|
1340
|
+
"visualizationType": "data-bite",
|
|
1341
|
+
"dataDescription": {
|
|
1342
|
+
"horizontal": false,
|
|
1343
|
+
"series": false
|
|
1344
|
+
},
|
|
1345
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Data_Bites_Cumulative.csv",
|
|
1346
|
+
"showEditorPanel": false,
|
|
1347
|
+
"dashboardFilters": [
|
|
1348
|
+
{
|
|
1349
|
+
"columnName": "Travel status",
|
|
1350
|
+
"active": "All",
|
|
1351
|
+
"values": [
|
|
1352
|
+
"All",
|
|
1353
|
+
"Locally acquired",
|
|
1354
|
+
"Travel associated"
|
|
1355
|
+
]
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"columnName": "Year",
|
|
1359
|
+
"active": "2010 - 2025",
|
|
1360
|
+
"values": [
|
|
1361
|
+
"2010 - 2025",
|
|
1362
|
+
"2025",
|
|
1363
|
+
"2024",
|
|
1364
|
+
"2023",
|
|
1365
|
+
"2022",
|
|
1366
|
+
"2021",
|
|
1367
|
+
"2020",
|
|
1368
|
+
"2019",
|
|
1369
|
+
"2018",
|
|
1370
|
+
"2017",
|
|
1371
|
+
"2016",
|
|
1372
|
+
"2015",
|
|
1373
|
+
"2014",
|
|
1374
|
+
"2013",
|
|
1375
|
+
"2012",
|
|
1376
|
+
"2011",
|
|
1377
|
+
"2010"
|
|
1378
|
+
]
|
|
1379
|
+
}
|
|
1380
|
+
],
|
|
1381
|
+
"version": "4.26.2",
|
|
1382
|
+
"migrations": {
|
|
1383
|
+
"addColorMigration": true
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
},
|
|
1387
|
+
"rows": [
|
|
1388
|
+
{
|
|
1389
|
+
"columns": [
|
|
1390
|
+
{
|
|
1391
|
+
"width": 12,
|
|
1392
|
+
"widget": "dashboardFilters1725471301948"
|
|
1393
|
+
}
|
|
1394
|
+
],
|
|
1395
|
+
"uuid": 1725471187411
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"columns": [
|
|
1399
|
+
{
|
|
1400
|
+
"width": 4,
|
|
1401
|
+
"widget": "data-bite1772124608905"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"width": 4,
|
|
1405
|
+
"widget": "data-bite1772123154819"
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"width": 4,
|
|
1409
|
+
"widget": "data-bite1772123313064"
|
|
1410
|
+
}
|
|
1411
|
+
],
|
|
1412
|
+
"uuid": 1772124749493
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"columns": [
|
|
1416
|
+
{
|
|
1417
|
+
"width": 12,
|
|
1418
|
+
"widget": "filtered-text1725471741771"
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"uuid": 1772124749493
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"columns": [
|
|
1425
|
+
{
|
|
1426
|
+
"width": 12,
|
|
1427
|
+
"widget": "map1725468400785"
|
|
1428
|
+
}
|
|
1429
|
+
],
|
|
1430
|
+
"uuid": 1772124746885
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"columns": [
|
|
1434
|
+
{
|
|
1435
|
+
"width": 12,
|
|
1436
|
+
"widget": "filtered-text1725471941749"
|
|
1437
|
+
}
|
|
1438
|
+
],
|
|
1439
|
+
"uuid": 1772124744962
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"columns": [
|
|
1443
|
+
{
|
|
1444
|
+
"width": 12,
|
|
1445
|
+
"widget": "map1725469597103"
|
|
1446
|
+
}
|
|
1447
|
+
],
|
|
1448
|
+
"uuid": 1772124743516
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"columns": [
|
|
1452
|
+
{
|
|
1453
|
+
"width": 12,
|
|
1454
|
+
"widget": "filtered-text1725471984290"
|
|
1455
|
+
}
|
|
1456
|
+
],
|
|
1457
|
+
"uuid": 1772124741780
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"columns": [
|
|
1461
|
+
{
|
|
1462
|
+
"width": 12,
|
|
1463
|
+
"widget": "chart1725470691635"
|
|
1464
|
+
}
|
|
1465
|
+
],
|
|
1466
|
+
"uuid": 1772124739800
|
|
1467
|
+
}
|
|
1468
|
+
],
|
|
1469
|
+
"label": "Explore Maps and Weekly Data"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"dashboard": {
|
|
1473
|
+
"sharedFilters": [
|
|
1474
|
+
{
|
|
1475
|
+
"key": "Travel status",
|
|
1476
|
+
"showDropdown": true,
|
|
1477
|
+
"values": [
|
|
1478
|
+
"All",
|
|
1479
|
+
"Locally acquired",
|
|
1480
|
+
"Travel associated"
|
|
1481
|
+
],
|
|
1482
|
+
"type": "datafilter",
|
|
1483
|
+
"columnName": "Travel status",
|
|
1484
|
+
"usedBy": [
|
|
1485
|
+
"chart1725474304312",
|
|
1486
|
+
"chart1725474733745",
|
|
1487
|
+
"chart1725475128269",
|
|
1488
|
+
"chart1725475807056",
|
|
1489
|
+
"chart1725476740641",
|
|
1490
|
+
"filtered-text1725483335879",
|
|
1491
|
+
"filtered-text1725483579414",
|
|
1492
|
+
"filtered-text1725483692261",
|
|
1493
|
+
"filtered-text1725483841121",
|
|
1494
|
+
"filtered-text1725483886714",
|
|
1495
|
+
"chart1725485242522",
|
|
1496
|
+
"filtered-text1725486345505",
|
|
1497
|
+
"data-bite1725474049762"
|
|
1498
|
+
],
|
|
1499
|
+
"tier": 1,
|
|
1500
|
+
"orderedValues": [
|
|
1501
|
+
"All",
|
|
1502
|
+
"Locally acquired",
|
|
1503
|
+
"Travel associated"
|
|
1504
|
+
]
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"key": "Years",
|
|
1508
|
+
"showDropdown": true,
|
|
1509
|
+
"values": [
|
|
1510
|
+
"2010 - 2025",
|
|
1511
|
+
"2025",
|
|
1512
|
+
"2024",
|
|
1513
|
+
"2023",
|
|
1514
|
+
"2022",
|
|
1515
|
+
"2021",
|
|
1516
|
+
"2020",
|
|
1517
|
+
"2019",
|
|
1518
|
+
"2018",
|
|
1519
|
+
"2017",
|
|
1520
|
+
"2016",
|
|
1521
|
+
"2015",
|
|
1522
|
+
"2014",
|
|
1523
|
+
"2013",
|
|
1524
|
+
"2012",
|
|
1525
|
+
"2011",
|
|
1526
|
+
"2010"
|
|
1527
|
+
],
|
|
1528
|
+
"type": "datafilter",
|
|
1529
|
+
"orderedValues": [
|
|
1530
|
+
"2010 - 2025",
|
|
1531
|
+
"2025",
|
|
1532
|
+
"2024",
|
|
1533
|
+
"2023",
|
|
1534
|
+
"2022",
|
|
1535
|
+
"2021",
|
|
1536
|
+
"2020",
|
|
1537
|
+
"2019",
|
|
1538
|
+
"2018",
|
|
1539
|
+
"2017",
|
|
1540
|
+
"2016",
|
|
1541
|
+
"2015",
|
|
1542
|
+
"2014",
|
|
1543
|
+
"2013",
|
|
1544
|
+
"2012",
|
|
1545
|
+
"2011",
|
|
1546
|
+
"2010"
|
|
1547
|
+
],
|
|
1548
|
+
"columnName": "Year",
|
|
1549
|
+
"defaultValue": "2010 - 2025",
|
|
1550
|
+
"order": "cust",
|
|
1551
|
+
"usedBy": [
|
|
1552
|
+
"data-bite1725474049762",
|
|
1553
|
+
"chart1725474304312",
|
|
1554
|
+
"chart1725474733745",
|
|
1555
|
+
"chart1725475128269",
|
|
1556
|
+
"chart1725475807056",
|
|
1557
|
+
"chart1725476740641",
|
|
1558
|
+
"filtered-text1725483335879",
|
|
1559
|
+
"filtered-text1725483579414",
|
|
1560
|
+
"filtered-text1725483692261",
|
|
1561
|
+
"filtered-text1725483841121",
|
|
1562
|
+
"filtered-text1725483886714",
|
|
1563
|
+
"chart1725485242522"
|
|
1564
|
+
],
|
|
1565
|
+
"tier": 1
|
|
1566
|
+
}
|
|
1567
|
+
],
|
|
1568
|
+
"titleStyle": "small"
|
|
1569
|
+
},
|
|
1570
|
+
"visualizations": {
|
|
1571
|
+
"data-bite1725474049762": {
|
|
1572
|
+
"type": "data-bite",
|
|
1573
|
+
"dataBite": "",
|
|
1574
|
+
"dataFunction": "Sum",
|
|
1575
|
+
"dataColumn": "Reported cases",
|
|
1576
|
+
"bitePosition": "Left",
|
|
1577
|
+
"biteFontSize": 24,
|
|
1578
|
+
"fontSize": "medium",
|
|
1579
|
+
"biteBody": "",
|
|
1580
|
+
"imageData": {
|
|
1581
|
+
"display": "none",
|
|
1582
|
+
"url": "",
|
|
1583
|
+
"alt": "",
|
|
1584
|
+
"options": []
|
|
1585
|
+
},
|
|
1586
|
+
"dataFormat": {
|
|
1587
|
+
"roundToPlace": 0,
|
|
1588
|
+
"commas": true,
|
|
1589
|
+
"prefix": "",
|
|
1590
|
+
"suffix": ""
|
|
1591
|
+
},
|
|
1592
|
+
"biteStyle": "end",
|
|
1593
|
+
"filters": [],
|
|
1594
|
+
"subtext": "Dengue cases based on year and travel status selected above",
|
|
1595
|
+
"title": "Cases",
|
|
1596
|
+
"theme": "theme-cyan",
|
|
1597
|
+
"shadow": false,
|
|
1598
|
+
"visual": {
|
|
1599
|
+
"border": false,
|
|
1600
|
+
"accent": false,
|
|
1601
|
+
"background": false,
|
|
1602
|
+
"hideBackgroundColor": false,
|
|
1603
|
+
"borderColorTheme": false,
|
|
1604
|
+
"showTitle": true
|
|
1605
|
+
},
|
|
1606
|
+
"general": {
|
|
1607
|
+
"isCompactStyle": false,
|
|
1608
|
+
"palette": {
|
|
1609
|
+
"version": "1.0",
|
|
1610
|
+
"backups": [
|
|
1611
|
+
{
|
|
1612
|
+
"version": "1.0"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"version": "1.0"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"version": "1.0"
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"version": "1.0"
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"version": "1.0"
|
|
1625
|
+
}
|
|
1626
|
+
]
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1629
|
+
"markupVariables": [],
|
|
1630
|
+
"enableMarkupVariables": false,
|
|
1631
|
+
"filterBehavior": "Filter Change",
|
|
1632
|
+
"openModal": true,
|
|
1633
|
+
"uid": "data-bite1725474049762",
|
|
1634
|
+
"visualizationType": "data-bite",
|
|
1635
|
+
"dataDescription": {
|
|
1636
|
+
"horizontal": false,
|
|
1637
|
+
"series": false
|
|
1638
|
+
},
|
|
1639
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Data_Bites_Historic.csv",
|
|
1640
|
+
"version": "4.26.2",
|
|
1641
|
+
"showEditorPanel": false,
|
|
1642
|
+
"dashboardFilters": [
|
|
1643
|
+
{
|
|
1644
|
+
"columnName": "Travel status",
|
|
1645
|
+
"active": "All",
|
|
1646
|
+
"values": [
|
|
1647
|
+
"All",
|
|
1648
|
+
"Locally acquired",
|
|
1649
|
+
"Travel associated"
|
|
1650
|
+
]
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"columnName": "Year",
|
|
1654
|
+
"active": "2010 - 2025",
|
|
1655
|
+
"values": [
|
|
1656
|
+
"2010 - 2025",
|
|
1657
|
+
"2025",
|
|
1658
|
+
"2024",
|
|
1659
|
+
"2023",
|
|
1660
|
+
"2022",
|
|
1661
|
+
"2021",
|
|
1662
|
+
"2020",
|
|
1663
|
+
"2019",
|
|
1664
|
+
"2018",
|
|
1665
|
+
"2017",
|
|
1666
|
+
"2016",
|
|
1667
|
+
"2015",
|
|
1668
|
+
"2014",
|
|
1669
|
+
"2013",
|
|
1670
|
+
"2012",
|
|
1671
|
+
"2011",
|
|
1672
|
+
"2010"
|
|
1673
|
+
]
|
|
1674
|
+
}
|
|
1675
|
+
],
|
|
1676
|
+
"migrations": {
|
|
1677
|
+
"addColorMigration": true
|
|
1678
|
+
}
|
|
1679
|
+
},
|
|
1680
|
+
"chart1725474237139": {
|
|
1681
|
+
"filters": [],
|
|
1682
|
+
"filterBehavior": "Filter Change",
|
|
1683
|
+
"newViz": true,
|
|
1684
|
+
"openModal": true,
|
|
1685
|
+
"uid": "chart1725474237139",
|
|
1686
|
+
"type": "chart",
|
|
1687
|
+
"visualizationType": "Bar",
|
|
1688
|
+
"legend": {
|
|
1689
|
+
"unified": true
|
|
1690
|
+
},
|
|
1691
|
+
"general": {
|
|
1692
|
+
"palette": {
|
|
1693
|
+
"name": "sequential_blue",
|
|
1694
|
+
"version": "1.0"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
"titleStyle": "small"
|
|
1698
|
+
},
|
|
1699
|
+
"chart1725474304312": {
|
|
1700
|
+
"annotations": [],
|
|
1701
|
+
"type": "chart",
|
|
1702
|
+
"debugSvg": false,
|
|
1703
|
+
"chartMessage": {
|
|
1704
|
+
"noData": "No Data Available"
|
|
1705
|
+
},
|
|
1706
|
+
"title": "Dengue case status based on year and travel status selected above",
|
|
1707
|
+
"titleStyle": "legacy",
|
|
1708
|
+
"showTitle": false,
|
|
1709
|
+
"showDownloadMediaButton": false,
|
|
1710
|
+
"theme": "theme-blue",
|
|
1711
|
+
"animate": false,
|
|
1712
|
+
"lineDatapointStyle": "hover",
|
|
1713
|
+
"lineDatapointColor": "Same as Line",
|
|
1714
|
+
"barHasBorder": "false",
|
|
1715
|
+
"isLollipopChart": false,
|
|
1716
|
+
"lollipopShape": "circle",
|
|
1717
|
+
"lollipopColorStyle": "two-tone",
|
|
1718
|
+
"visualizationSubType": "regular",
|
|
1719
|
+
"barStyle": "rounded",
|
|
1720
|
+
"roundingStyle": "shallow",
|
|
1721
|
+
"tipRounding": "top",
|
|
1722
|
+
"isResponsiveTicks": false,
|
|
1723
|
+
"general": {
|
|
1724
|
+
"annotationDropdownText": "Annotations",
|
|
1725
|
+
"showMissingDataLabel": true,
|
|
1726
|
+
"showSuppressedSymbol": true,
|
|
1727
|
+
"showZeroValueData": true,
|
|
1728
|
+
"hideNullValue": true,
|
|
1729
|
+
"palette": {
|
|
1730
|
+
"name": "qualitative_bold",
|
|
1731
|
+
"version": "1.0"
|
|
1732
|
+
},
|
|
1733
|
+
"useIntelligentLineChartLabels": false,
|
|
1734
|
+
"showZeroValueDataLabel": true
|
|
1735
|
+
},
|
|
1736
|
+
"padding": {
|
|
1737
|
+
"left": 5,
|
|
1738
|
+
"right": 5
|
|
1739
|
+
},
|
|
1740
|
+
"preliminaryData": [],
|
|
1741
|
+
"yAxis": {
|
|
1742
|
+
"hideAxis": false,
|
|
1743
|
+
"displayNumbersOnBar": true,
|
|
1744
|
+
"hideLabel": false,
|
|
1745
|
+
"hideTicks": false,
|
|
1746
|
+
"size": "60",
|
|
1747
|
+
"gridLines": false,
|
|
1748
|
+
"enablePadding": true,
|
|
1749
|
+
"min": "",
|
|
1750
|
+
"max": "",
|
|
1751
|
+
"labelColor": "#1c1d1f",
|
|
1752
|
+
"tickLabelColor": "#1c1d1f",
|
|
1753
|
+
"tickColor": "#1c1d1f",
|
|
1754
|
+
"rightHideAxis": true,
|
|
1755
|
+
"rightAxisSize": 0,
|
|
1756
|
+
"rightLabel": "",
|
|
1757
|
+
"rightLabelOffsetSize": 0,
|
|
1758
|
+
"rightAxisLabelColor": "#1c1d1f",
|
|
1759
|
+
"rightAxisTickLabelColor": "#1c1d1f",
|
|
1760
|
+
"rightAxisTickColor": "#1c1d1f",
|
|
1761
|
+
"numTicks": "",
|
|
1762
|
+
"axisPadding": 0,
|
|
1763
|
+
"scalePadding": 10,
|
|
1764
|
+
"tickRotation": 0,
|
|
1765
|
+
"anchors": [],
|
|
1766
|
+
"shoMissingDataLabel": true,
|
|
1767
|
+
"showMissingDataLine": true,
|
|
1768
|
+
"categories": [],
|
|
1769
|
+
"label": "% of total",
|
|
1770
|
+
"labelPlacement": "On Date/Category Axis",
|
|
1771
|
+
"maxValue": 107.888
|
|
1772
|
+
},
|
|
1773
|
+
"boxplot": {
|
|
1774
|
+
"plots": [],
|
|
1775
|
+
"borders": "true",
|
|
1776
|
+
"plotOutlierValues": false,
|
|
1777
|
+
"plotNonOutlierValues": true,
|
|
1778
|
+
"labels": {
|
|
1779
|
+
"q1": "Lower Quartile",
|
|
1780
|
+
"q2": "q2",
|
|
1781
|
+
"q3": "Upper Quartile",
|
|
1782
|
+
"q4": "q4",
|
|
1783
|
+
"minimum": "Minimum",
|
|
1784
|
+
"maximum": "Maximum",
|
|
1785
|
+
"mean": "Mean",
|
|
1786
|
+
"median": "Median",
|
|
1787
|
+
"sd": "Standard Deviation",
|
|
1788
|
+
"iqr": "Interquartile Range",
|
|
1789
|
+
"total": "Total",
|
|
1790
|
+
"outliers": "Outliers",
|
|
1791
|
+
"values": "Values",
|
|
1792
|
+
"lowerBounds": "Lower Bounds",
|
|
1793
|
+
"upperBounds": "Upper Bounds",
|
|
1794
|
+
"count": "Count"
|
|
1795
|
+
},
|
|
1796
|
+
"firstQuartilePercentage": 25,
|
|
1797
|
+
"thirdQuartilePercentage": 75,
|
|
1798
|
+
"boxWidthPercentage": 40,
|
|
1799
|
+
"legend": {
|
|
1800
|
+
"showHowToReadText": false,
|
|
1801
|
+
"howToReadText": ""
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"topAxis": {
|
|
1805
|
+
"hasLine": false
|
|
1806
|
+
},
|
|
1807
|
+
"isLegendValue": false,
|
|
1808
|
+
"barThickness": 0.35,
|
|
1809
|
+
"barHeight": 25,
|
|
1810
|
+
"barSpace": 15,
|
|
1811
|
+
"heights": {
|
|
1812
|
+
"vertical": 300,
|
|
1813
|
+
"horizontal": 80
|
|
1814
|
+
},
|
|
1815
|
+
"xAxis": {
|
|
1816
|
+
"sortDates": false,
|
|
1817
|
+
"anchors": [],
|
|
1818
|
+
"type": "categorical",
|
|
1819
|
+
"showTargetLabel": true,
|
|
1820
|
+
"targetLabel": "Target",
|
|
1821
|
+
"hideAxis": false,
|
|
1822
|
+
"hideLabel": false,
|
|
1823
|
+
"hideTicks": false,
|
|
1824
|
+
"size": "135",
|
|
1825
|
+
"tickRotation": "30",
|
|
1826
|
+
"min": "",
|
|
1827
|
+
"max": "",
|
|
1828
|
+
"labelColor": "#1c1d1f",
|
|
1829
|
+
"tickLabelColor": "#1c1d1f",
|
|
1830
|
+
"tickColor": "#1c1d1f",
|
|
1831
|
+
"numTicks": "",
|
|
1832
|
+
"labelOffset": 0,
|
|
1833
|
+
"axisPadding": 200,
|
|
1834
|
+
"target": 0,
|
|
1835
|
+
"maxTickRotation": 0,
|
|
1836
|
+
"padding": 5,
|
|
1837
|
+
"showYearsOnce": false,
|
|
1838
|
+
"sortByRecentDate": false,
|
|
1839
|
+
"brushActive": false,
|
|
1840
|
+
"dataKey": "Case status",
|
|
1841
|
+
"label": "Case status",
|
|
1842
|
+
"tickWidthMax": 35,
|
|
1843
|
+
"axisBBox": 62.279998779296875
|
|
1844
|
+
},
|
|
1845
|
+
"table": {
|
|
1846
|
+
"label": "Data Table - Dengue case status based on year and travel status selected above",
|
|
1847
|
+
"expanded": false,
|
|
1848
|
+
"limitHeight": false,
|
|
1849
|
+
"height": "",
|
|
1850
|
+
"caption": "",
|
|
1851
|
+
"showDownloadUrl": false,
|
|
1852
|
+
"showDataTableLink": false,
|
|
1853
|
+
"showDownloadLinkBelow": true,
|
|
1854
|
+
"indexLabel": "Case status",
|
|
1855
|
+
"download": true,
|
|
1856
|
+
"showVertical": true,
|
|
1857
|
+
"dateDisplayFormat": "",
|
|
1858
|
+
"showMissingDataLabel": true,
|
|
1859
|
+
"showSuppressedSymbol": true,
|
|
1860
|
+
"collapsible": true,
|
|
1861
|
+
"show": true,
|
|
1862
|
+
"sharedFilterColumns": [
|
|
1863
|
+
"Travel status",
|
|
1864
|
+
"Year"
|
|
1865
|
+
]
|
|
1866
|
+
},
|
|
1867
|
+
"orientation": "horizontal",
|
|
1868
|
+
"columns": {},
|
|
1869
|
+
"legend": {
|
|
1870
|
+
"hide": true,
|
|
1871
|
+
"behavior": "isolate",
|
|
1872
|
+
"axisAlign": true,
|
|
1873
|
+
"singleRow": true,
|
|
1874
|
+
"colorCode": "",
|
|
1875
|
+
"reverseLabelOrder": false,
|
|
1876
|
+
"description": "",
|
|
1877
|
+
"dynamicLegend": false,
|
|
1878
|
+
"dynamicLegendDefaultText": "Show All",
|
|
1879
|
+
"dynamicLegendItemLimit": 5,
|
|
1880
|
+
"dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
|
|
1881
|
+
"dynamicLegendChartMessage": "Select Options from the Legend",
|
|
1882
|
+
"label": "",
|
|
1883
|
+
"lineMode": false,
|
|
1884
|
+
"verticalSorted": false,
|
|
1885
|
+
"highlightOnHover": false,
|
|
1886
|
+
"hideSuppressedLabels": false,
|
|
1887
|
+
"hideSuppressionLink": false,
|
|
1888
|
+
"seriesHighlight": [],
|
|
1889
|
+
"style": "circles",
|
|
1890
|
+
"subStyle": "linear blocks",
|
|
1891
|
+
"groupBy": "",
|
|
1892
|
+
"shape": "circle",
|
|
1893
|
+
"tickRotation": "",
|
|
1894
|
+
"order": "dataColumn",
|
|
1895
|
+
"hideBorder": {
|
|
1896
|
+
"side": false,
|
|
1897
|
+
"topBottom": true
|
|
1898
|
+
},
|
|
1899
|
+
"position": "right",
|
|
1900
|
+
"orderedValues": [],
|
|
1901
|
+
"patterns": {},
|
|
1902
|
+
"patternField": "",
|
|
1903
|
+
"unified": true
|
|
1904
|
+
},
|
|
1905
|
+
"smallMultiples": {
|
|
1906
|
+
"mode": "",
|
|
1907
|
+
"tileColumn": "",
|
|
1908
|
+
"tilesPerRowDesktop": 3,
|
|
1909
|
+
"tilesPerRowMobile": 1,
|
|
1910
|
+
"tileOrder": [],
|
|
1911
|
+
"tileOrderType": "asc",
|
|
1912
|
+
"tileTitles": {},
|
|
1913
|
+
"independentYAxis": false,
|
|
1914
|
+
"colorMode": "same",
|
|
1915
|
+
"synchronizedTooltips": true,
|
|
1916
|
+
"showAreaUnderLine": true
|
|
1917
|
+
},
|
|
1918
|
+
"exclusions": {
|
|
1919
|
+
"active": false,
|
|
1920
|
+
"keys": []
|
|
1921
|
+
},
|
|
1922
|
+
"twoColor": {
|
|
1923
|
+
"palette": "monochrome-1",
|
|
1924
|
+
"isPaletteReversed": false
|
|
1925
|
+
},
|
|
1926
|
+
"labels": false,
|
|
1927
|
+
"dataFormat": {
|
|
1928
|
+
"commas": false,
|
|
1929
|
+
"prefix": "",
|
|
1930
|
+
"suffix": "%",
|
|
1931
|
+
"abbreviated": false,
|
|
1932
|
+
"bottomSuffix": "",
|
|
1933
|
+
"bottomPrefix": "",
|
|
1934
|
+
"bottomAbbreviated": false
|
|
1935
|
+
},
|
|
1936
|
+
"filters": [],
|
|
1937
|
+
"confidenceKeys": {},
|
|
1938
|
+
"visual": {
|
|
1939
|
+
"border": true,
|
|
1940
|
+
"accent": true,
|
|
1941
|
+
"background": true,
|
|
1942
|
+
"verticalHoverLine": false,
|
|
1943
|
+
"horizontalHoverLine": false,
|
|
1944
|
+
"lineDatapointSymbol": "none",
|
|
1945
|
+
"maximumShapeAmount": 7
|
|
1946
|
+
},
|
|
1947
|
+
"useLogScale": false,
|
|
1948
|
+
"filterBehavior": "Filter Change",
|
|
1949
|
+
"highlightedBarValues": [],
|
|
1950
|
+
"series": [
|
|
1951
|
+
{
|
|
1952
|
+
"dataKey": "Percent",
|
|
1953
|
+
"type": "Bar",
|
|
1954
|
+
"axis": "Left",
|
|
1955
|
+
"tooltip": true
|
|
1956
|
+
}
|
|
1957
|
+
],
|
|
1958
|
+
"tooltips": {
|
|
1959
|
+
"opacity": 90,
|
|
1960
|
+
"singleSeries": false,
|
|
1961
|
+
"dateDisplayFormat": ""
|
|
1962
|
+
},
|
|
1963
|
+
"forestPlot": {
|
|
1964
|
+
"startAt": 0,
|
|
1965
|
+
"colors": {
|
|
1966
|
+
"line": "",
|
|
1967
|
+
"shape": ""
|
|
1968
|
+
},
|
|
1969
|
+
"lineOfNoEffect": {
|
|
1970
|
+
"show": true
|
|
1971
|
+
},
|
|
1972
|
+
"type": "",
|
|
1973
|
+
"pooledResult": {
|
|
1974
|
+
"diamondHeight": 5,
|
|
1975
|
+
"column": ""
|
|
1976
|
+
},
|
|
1977
|
+
"estimateField": "",
|
|
1978
|
+
"estimateRadius": "",
|
|
1979
|
+
"shape": "square",
|
|
1980
|
+
"rowHeight": 20,
|
|
1981
|
+
"description": {
|
|
1982
|
+
"show": true,
|
|
1983
|
+
"text": "description",
|
|
1984
|
+
"location": 0
|
|
1985
|
+
},
|
|
1986
|
+
"result": {
|
|
1987
|
+
"show": true,
|
|
1988
|
+
"text": "result",
|
|
1989
|
+
"location": 100
|
|
1990
|
+
},
|
|
1991
|
+
"radius": {
|
|
1992
|
+
"min": 2,
|
|
1993
|
+
"max": 10,
|
|
1994
|
+
"scalingColumn": ""
|
|
1995
|
+
},
|
|
1996
|
+
"regression": {
|
|
1997
|
+
"lower": 0,
|
|
1998
|
+
"upper": 0,
|
|
1999
|
+
"estimateField": 0
|
|
2000
|
+
},
|
|
2001
|
+
"leftWidthOffset": 0,
|
|
2002
|
+
"rightWidthOffset": 0,
|
|
2003
|
+
"showZeroLine": false,
|
|
2004
|
+
"leftLabel": "",
|
|
2005
|
+
"rightLabel": ""
|
|
2006
|
+
},
|
|
2007
|
+
"area": {
|
|
2008
|
+
"isStacked": false
|
|
2009
|
+
},
|
|
2010
|
+
"radar": {
|
|
2011
|
+
"gridRings": 5,
|
|
2012
|
+
"showGridRings": true,
|
|
2013
|
+
"gridRingStyle": "polygons",
|
|
2014
|
+
"scaleMin": 0,
|
|
2015
|
+
"scaleMax": "",
|
|
2016
|
+
"fillOpacity": 0.3,
|
|
2017
|
+
"showPoints": true,
|
|
2018
|
+
"pointRadius": 4,
|
|
2019
|
+
"strokeWidth": 2,
|
|
2020
|
+
"axisLabelOffset": 15
|
|
2021
|
+
},
|
|
2022
|
+
"sankey": {
|
|
2023
|
+
"title": {
|
|
2024
|
+
"defaultColor": "black"
|
|
2025
|
+
},
|
|
2026
|
+
"iterations": 1,
|
|
2027
|
+
"rxValue": 0.9,
|
|
2028
|
+
"overallSize": {
|
|
2029
|
+
"width": 900,
|
|
2030
|
+
"height": 700
|
|
2031
|
+
},
|
|
2032
|
+
"margin": {
|
|
2033
|
+
"margin_y": 25,
|
|
2034
|
+
"margin_x": 0
|
|
2035
|
+
},
|
|
2036
|
+
"nodeSize": {
|
|
2037
|
+
"nodeWidth": 26,
|
|
2038
|
+
"nodeHeight": 40
|
|
2039
|
+
},
|
|
2040
|
+
"nodePadding": 55,
|
|
2041
|
+
"nodeFontColor": "black",
|
|
2042
|
+
"nodeColor": {
|
|
2043
|
+
"default": "#ff8500",
|
|
2044
|
+
"inactive": "#808080"
|
|
2045
|
+
},
|
|
2046
|
+
"linkColor": {
|
|
2047
|
+
"default": "#ffc900",
|
|
2048
|
+
"inactive": "#D3D3D3"
|
|
2049
|
+
},
|
|
2050
|
+
"opacity": {
|
|
2051
|
+
"nodeOpacityDefault": 1,
|
|
2052
|
+
"nodeOpacityInactive": 0.1,
|
|
2053
|
+
"LinkOpacityDefault": 1,
|
|
2054
|
+
"LinkOpacityInactive": 0.1
|
|
2055
|
+
},
|
|
2056
|
+
"storyNodeFontColor": "#006778",
|
|
2057
|
+
"storyNodeText": [],
|
|
2058
|
+
"nodeValueStyle": {
|
|
2059
|
+
"textBefore": "(",
|
|
2060
|
+
"textAfter": ")"
|
|
2061
|
+
},
|
|
2062
|
+
"data": []
|
|
2063
|
+
},
|
|
2064
|
+
"markupVariables": [],
|
|
2065
|
+
"enableMarkupVariables": false,
|
|
2066
|
+
"fontSize": "medium",
|
|
2067
|
+
"isPaletteReversed": false,
|
|
2068
|
+
"openModal": true,
|
|
2069
|
+
"uid": "chart1725474304312",
|
|
2070
|
+
"visualizationType": "Bar",
|
|
2071
|
+
"dataDescription": {
|
|
2072
|
+
"horizontal": false,
|
|
2073
|
+
"series": false
|
|
2074
|
+
},
|
|
2075
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN Alternate/Case_Status_Historic.csv",
|
|
2076
|
+
"version": "4.25.1",
|
|
2077
|
+
"description": "<strong>See full definitions of cases <a href=\"https://ndc.services.cdc.gov/case-definitions/dengue-virus-infections-2015/\">here</a>.",
|
|
2078
|
+
"dynamicMarginTop": 0,
|
|
2079
|
+
"migrations": {
|
|
2080
|
+
"addColorMigration": true
|
|
2081
|
+
},
|
|
2082
|
+
"showEditorPanel": false,
|
|
2083
|
+
"dashboardFilters": [
|
|
2084
|
+
{
|
|
2085
|
+
"columnName": "Travel status",
|
|
2086
|
+
"active": "All",
|
|
2087
|
+
"values": [
|
|
2088
|
+
"All",
|
|
2089
|
+
"Locally acquired",
|
|
2090
|
+
"Travel associated"
|
|
2091
|
+
]
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"columnName": "Year",
|
|
2095
|
+
"active": "2010 - 2025",
|
|
2096
|
+
"values": [
|
|
2097
|
+
"2010 - 2025",
|
|
2098
|
+
"2025",
|
|
2099
|
+
"2024",
|
|
2100
|
+
"2023",
|
|
2101
|
+
"2022",
|
|
2102
|
+
"2021",
|
|
2103
|
+
"2020",
|
|
2104
|
+
"2019",
|
|
2105
|
+
"2018",
|
|
2106
|
+
"2017",
|
|
2107
|
+
"2016",
|
|
2108
|
+
"2015",
|
|
2109
|
+
"2014",
|
|
2110
|
+
"2013",
|
|
2111
|
+
"2012",
|
|
2112
|
+
"2011",
|
|
2113
|
+
"2010"
|
|
2114
|
+
]
|
|
2115
|
+
}
|
|
2116
|
+
]
|
|
2117
|
+
},
|
|
2118
|
+
"chart1725474733745": {
|
|
2119
|
+
"annotations": [],
|
|
2120
|
+
"type": "chart",
|
|
2121
|
+
"debugSvg": false,
|
|
2122
|
+
"chartMessage": {
|
|
2123
|
+
"noData": "No Data Available"
|
|
2124
|
+
},
|
|
2125
|
+
"title": "Clinical syndrome of dengue cases based on year and travel status selected above",
|
|
2126
|
+
"showTitle": false,
|
|
2127
|
+
"showDownloadMediaButton": false,
|
|
2128
|
+
"theme": "theme-blue",
|
|
2129
|
+
"animate": false,
|
|
2130
|
+
"fontSize": "medium",
|
|
2131
|
+
"lineDatapointStyle": "hover",
|
|
2132
|
+
"lineDatapointColor": "Same as Line",
|
|
2133
|
+
"barHasBorder": "false",
|
|
2134
|
+
"isLollipopChart": false,
|
|
2135
|
+
"lollipopShape": "circle",
|
|
2136
|
+
"lollipopColorStyle": "two-tone",
|
|
2137
|
+
"visualizationSubType": "regular",
|
|
2138
|
+
"barStyle": "rounded",
|
|
2139
|
+
"roundingStyle": "shallow",
|
|
2140
|
+
"tipRounding": "top",
|
|
2141
|
+
"isResponsiveTicks": false,
|
|
2142
|
+
"general": {
|
|
2143
|
+
"annotationDropdownText": "Annotations",
|
|
2144
|
+
"showMissingDataLabel": true,
|
|
2145
|
+
"showSuppressedSymbol": true,
|
|
2146
|
+
"showZeroValueData": true,
|
|
2147
|
+
"hideNullValue": true,
|
|
2148
|
+
"showZeroValueDataLabel": true,
|
|
2149
|
+
"palette": {
|
|
2150
|
+
"name": "qualitative_bold",
|
|
2151
|
+
"version": "1.0"
|
|
2152
|
+
}
|
|
2153
|
+
},
|
|
2154
|
+
"padding": {
|
|
2155
|
+
"left": 5,
|
|
2156
|
+
"right": 5
|
|
2157
|
+
},
|
|
2158
|
+
"preliminaryData": [],
|
|
2159
|
+
"yAxis": {
|
|
2160
|
+
"hideAxis": false,
|
|
2161
|
+
"displayNumbersOnBar": true,
|
|
2162
|
+
"hideLabel": false,
|
|
2163
|
+
"hideTicks": false,
|
|
2164
|
+
"size": "60",
|
|
2165
|
+
"gridLines": false,
|
|
2166
|
+
"enablePadding": true,
|
|
2167
|
+
"min": "",
|
|
2168
|
+
"max": "",
|
|
2169
|
+
"labelColor": "#1c1d1f",
|
|
2170
|
+
"tickLabelColor": "#1c1d1f",
|
|
2171
|
+
"tickColor": "#1c1d1f",
|
|
2172
|
+
"rightHideAxis": true,
|
|
2173
|
+
"rightAxisSize": 0,
|
|
2174
|
+
"rightLabel": "",
|
|
2175
|
+
"rightLabelOffsetSize": 0,
|
|
2176
|
+
"rightAxisLabelColor": "#1c1d1f",
|
|
2177
|
+
"rightAxisTickLabelColor": "#1c1d1f",
|
|
2178
|
+
"rightAxisTickColor": "#1c1d1f",
|
|
2179
|
+
"numTicks": "",
|
|
2180
|
+
"axisPadding": 0,
|
|
2181
|
+
"scalePadding": 10,
|
|
2182
|
+
"tickRotation": 0,
|
|
2183
|
+
"anchors": [],
|
|
2184
|
+
"shoMissingDataLabel": true,
|
|
2185
|
+
"showMissingDataLine": true,
|
|
2186
|
+
"categories": [],
|
|
2187
|
+
"labelPlacement": "On Date/Category Axis",
|
|
2188
|
+
"label": "% of total confirmed",
|
|
2189
|
+
"maxValue": 110.00000000000001
|
|
2190
|
+
},
|
|
2191
|
+
"boxplot": {
|
|
2192
|
+
"plots": [],
|
|
2193
|
+
"borders": "true",
|
|
2194
|
+
"plotOutlierValues": false,
|
|
2195
|
+
"plotNonOutlierValues": true,
|
|
2196
|
+
"labels": {
|
|
2197
|
+
"q1": "Lower Quartile",
|
|
2198
|
+
"q2": "q2",
|
|
2199
|
+
"q3": "Upper Quartile",
|
|
2200
|
+
"q4": "q4",
|
|
2201
|
+
"minimum": "Minimum",
|
|
2202
|
+
"maximum": "Maximum",
|
|
2203
|
+
"mean": "Mean",
|
|
2204
|
+
"median": "Median",
|
|
2205
|
+
"sd": "Standard Deviation",
|
|
2206
|
+
"iqr": "Interquartile Range",
|
|
2207
|
+
"total": "Total",
|
|
2208
|
+
"outliers": "Outliers",
|
|
2209
|
+
"values": "Values",
|
|
2210
|
+
"lowerBounds": "Lower Bounds",
|
|
2211
|
+
"upperBounds": "Upper Bounds",
|
|
2212
|
+
"count": "Count"
|
|
2213
|
+
},
|
|
2214
|
+
"firstQuartilePercentage": 25,
|
|
2215
|
+
"thirdQuartilePercentage": 75,
|
|
2216
|
+
"boxWidthPercentage": 40,
|
|
2217
|
+
"legend": {
|
|
2218
|
+
"showHowToReadText": false,
|
|
2219
|
+
"howToReadText": ""
|
|
2220
|
+
}
|
|
2221
|
+
},
|
|
2222
|
+
"topAxis": {
|
|
2223
|
+
"hasLine": false
|
|
2224
|
+
},
|
|
2225
|
+
"isLegendValue": false,
|
|
2226
|
+
"barThickness": 0.35,
|
|
2227
|
+
"barHeight": 25,
|
|
2228
|
+
"barSpace": 15,
|
|
2229
|
+
"heights": {
|
|
2230
|
+
"vertical": 300,
|
|
2231
|
+
"horizontal": 120
|
|
2232
|
+
},
|
|
2233
|
+
"xAxis": {
|
|
2234
|
+
"sortDates": false,
|
|
2235
|
+
"anchors": [],
|
|
2236
|
+
"type": "categorical",
|
|
2237
|
+
"showTargetLabel": true,
|
|
2238
|
+
"targetLabel": "Target",
|
|
2239
|
+
"hideAxis": false,
|
|
2240
|
+
"hideLabel": false,
|
|
2241
|
+
"hideTicks": false,
|
|
2242
|
+
"size": "195",
|
|
2243
|
+
"tickRotation": "30",
|
|
2244
|
+
"min": "",
|
|
2245
|
+
"max": "",
|
|
2246
|
+
"labelColor": "#1c1d1f",
|
|
2247
|
+
"tickLabelColor": "#1c1d1f",
|
|
2248
|
+
"tickColor": "#1c1d1f",
|
|
2249
|
+
"numTicks": "",
|
|
2250
|
+
"labelOffset": 0,
|
|
2251
|
+
"axisPadding": 200,
|
|
2252
|
+
"target": 0,
|
|
2253
|
+
"maxTickRotation": 0,
|
|
2254
|
+
"padding": 5,
|
|
2255
|
+
"showYearsOnce": false,
|
|
2256
|
+
"sortByRecentDate": false,
|
|
2257
|
+
"dataKey": "Clinical Syndrome",
|
|
2258
|
+
"label": "Clinical syndrome",
|
|
2259
|
+
"tickWidthMax": 44,
|
|
2260
|
+
"axisBBox": 62.279998779296875
|
|
2261
|
+
},
|
|
2262
|
+
"table": {
|
|
2263
|
+
"label": "Data Table - Clinical syndrome of dengue cases based on year and travel status selected above",
|
|
2264
|
+
"expanded": false,
|
|
2265
|
+
"limitHeight": false,
|
|
2266
|
+
"height": "",
|
|
2267
|
+
"caption": "",
|
|
2268
|
+
"showDownloadUrl": false,
|
|
2269
|
+
"showDataTableLink": false,
|
|
2270
|
+
"showDownloadLinkBelow": true,
|
|
2271
|
+
"indexLabel": "Clinical syndrome",
|
|
2272
|
+
"download": true,
|
|
2273
|
+
"showVertical": true,
|
|
2274
|
+
"dateDisplayFormat": "",
|
|
2275
|
+
"showMissingDataLabel": true,
|
|
2276
|
+
"showSuppressedSymbol": true,
|
|
2277
|
+
"show": true
|
|
2278
|
+
},
|
|
2279
|
+
"orientation": "horizontal",
|
|
2280
|
+
"columns": {},
|
|
2281
|
+
"legend": {
|
|
2282
|
+
"hide": true,
|
|
2283
|
+
"behavior": "isolate",
|
|
2284
|
+
"axisAlign": true,
|
|
2285
|
+
"singleRow": true,
|
|
2286
|
+
"colorCode": "",
|
|
2287
|
+
"reverseLabelOrder": false,
|
|
2288
|
+
"description": "",
|
|
2289
|
+
"dynamicLegend": false,
|
|
2290
|
+
"dynamicLegendDefaultText": "Show All",
|
|
2291
|
+
"dynamicLegendItemLimit": 5,
|
|
2292
|
+
"dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
|
|
2293
|
+
"dynamicLegendChartMessage": "Select Options from the Legend",
|
|
2294
|
+
"label": "",
|
|
2295
|
+
"lineMode": false,
|
|
2296
|
+
"verticalSorted": false,
|
|
2297
|
+
"highlightOnHover": false,
|
|
2298
|
+
"hideSuppressedLabels": false,
|
|
2299
|
+
"hideSuppressionLink": false,
|
|
2300
|
+
"seriesHighlight": [],
|
|
2301
|
+
"style": "circles",
|
|
2302
|
+
"subStyle": "linear blocks",
|
|
2303
|
+
"shape": "circle",
|
|
2304
|
+
"tickRotation": "",
|
|
2305
|
+
"hideBorder": {
|
|
2306
|
+
"side": false,
|
|
2307
|
+
"topBottom": true
|
|
2308
|
+
},
|
|
2309
|
+
"position": "right",
|
|
2310
|
+
"unified": true
|
|
2311
|
+
},
|
|
2312
|
+
"exclusions": {
|
|
2313
|
+
"active": false,
|
|
2314
|
+
"keys": []
|
|
2315
|
+
},
|
|
2316
|
+
"isPaletteReversed": false,
|
|
2317
|
+
"twoColor": {
|
|
2318
|
+
"palette": "monochrome-1",
|
|
2319
|
+
"isPaletteReversed": false
|
|
2320
|
+
},
|
|
2321
|
+
"labels": false,
|
|
2322
|
+
"dataFormat": {
|
|
2323
|
+
"commas": false,
|
|
2324
|
+
"prefix": "",
|
|
2325
|
+
"suffix": "%",
|
|
2326
|
+
"abbreviated": false,
|
|
2327
|
+
"bottomSuffix": "",
|
|
2328
|
+
"bottomPrefix": "",
|
|
2329
|
+
"bottomAbbreviated": false
|
|
2330
|
+
},
|
|
2331
|
+
"confidenceKeys": {},
|
|
2332
|
+
"visual": {
|
|
2333
|
+
"border": true,
|
|
2334
|
+
"accent": true,
|
|
2335
|
+
"background": true,
|
|
2336
|
+
"verticalHoverLine": false,
|
|
2337
|
+
"horizontalHoverLine": false,
|
|
2338
|
+
"lineDatapointSymbol": "none",
|
|
2339
|
+
"maximumShapeAmount": 7
|
|
2340
|
+
},
|
|
2341
|
+
"useLogScale": false,
|
|
2342
|
+
"filterBehavior": "Filter Change",
|
|
2343
|
+
"highlightedBarValues": [],
|
|
2344
|
+
"series": [
|
|
2345
|
+
{
|
|
2346
|
+
"dataKey": "Percent",
|
|
2347
|
+
"type": "Bar",
|
|
2348
|
+
"axis": "Left",
|
|
2349
|
+
"tooltip": true
|
|
2350
|
+
}
|
|
2351
|
+
],
|
|
2352
|
+
"tooltips": {
|
|
2353
|
+
"opacity": 90,
|
|
2354
|
+
"singleSeries": false,
|
|
2355
|
+
"dateDisplayFormat": ""
|
|
2356
|
+
},
|
|
2357
|
+
"forestPlot": {
|
|
2358
|
+
"startAt": 0,
|
|
2359
|
+
"colors": {
|
|
2360
|
+
"line": "",
|
|
2361
|
+
"shape": ""
|
|
2362
|
+
},
|
|
2363
|
+
"lineOfNoEffect": {
|
|
2364
|
+
"show": true
|
|
2365
|
+
},
|
|
2366
|
+
"type": "",
|
|
2367
|
+
"pooledResult": {
|
|
2368
|
+
"diamondHeight": 5,
|
|
2369
|
+
"column": ""
|
|
2370
|
+
},
|
|
2371
|
+
"estimateField": "",
|
|
2372
|
+
"estimateRadius": "",
|
|
2373
|
+
"shape": "square",
|
|
2374
|
+
"rowHeight": 20,
|
|
2375
|
+
"description": {
|
|
2376
|
+
"show": true,
|
|
2377
|
+
"text": "description",
|
|
2378
|
+
"location": 0
|
|
2379
|
+
},
|
|
2380
|
+
"result": {
|
|
2381
|
+
"show": true,
|
|
2382
|
+
"text": "result",
|
|
2383
|
+
"location": 100
|
|
2384
|
+
},
|
|
2385
|
+
"radius": {
|
|
2386
|
+
"min": 2,
|
|
2387
|
+
"max": 10,
|
|
2388
|
+
"scalingColumn": ""
|
|
2389
|
+
},
|
|
2390
|
+
"regression": {
|
|
2391
|
+
"lower": 0,
|
|
2392
|
+
"upper": 0,
|
|
2393
|
+
"estimateField": 0
|
|
2394
|
+
},
|
|
2395
|
+
"leftWidthOffset": 0,
|
|
2396
|
+
"rightWidthOffset": 0,
|
|
2397
|
+
"showZeroLine": false,
|
|
2398
|
+
"leftLabel": "",
|
|
2399
|
+
"rightLabel": ""
|
|
2400
|
+
},
|
|
2401
|
+
"area": {
|
|
2402
|
+
"isStacked": false
|
|
2403
|
+
},
|
|
2404
|
+
"sankey": {
|
|
2405
|
+
"title": {
|
|
2406
|
+
"defaultColor": "black"
|
|
2407
|
+
},
|
|
2408
|
+
"iterations": 1,
|
|
2409
|
+
"rxValue": 0.9,
|
|
2410
|
+
"overallSize": {
|
|
2411
|
+
"width": 900,
|
|
2412
|
+
"height": 700
|
|
2413
|
+
},
|
|
2414
|
+
"margin": {
|
|
2415
|
+
"margin_y": 25,
|
|
2416
|
+
"margin_x": 0
|
|
2417
|
+
},
|
|
2418
|
+
"nodeSize": {
|
|
2419
|
+
"nodeWidth": 26,
|
|
2420
|
+
"nodeHeight": 40
|
|
2421
|
+
},
|
|
2422
|
+
"nodePadding": 55,
|
|
2423
|
+
"nodeFontColor": "black",
|
|
2424
|
+
"nodeColor": {
|
|
2425
|
+
"default": "#ff8500",
|
|
2426
|
+
"inactive": "#808080"
|
|
2427
|
+
},
|
|
2428
|
+
"linkColor": {
|
|
2429
|
+
"default": "#ffc900",
|
|
2430
|
+
"inactive": "#D3D3D3"
|
|
2431
|
+
},
|
|
2432
|
+
"opacity": {
|
|
2433
|
+
"nodeOpacityDefault": 1,
|
|
2434
|
+
"nodeOpacityInactive": 0.1,
|
|
2435
|
+
"LinkOpacityDefault": 1,
|
|
2436
|
+
"LinkOpacityInactive": 0.1
|
|
2437
|
+
},
|
|
2438
|
+
"storyNodeFontColor": "#006778",
|
|
2439
|
+
"storyNodeText": [],
|
|
2440
|
+
"nodeValueStyle": {
|
|
2441
|
+
"textBefore": "(",
|
|
2442
|
+
"textAfter": ")"
|
|
2443
|
+
},
|
|
2444
|
+
"data": []
|
|
2445
|
+
},
|
|
2446
|
+
"filters": [],
|
|
2447
|
+
"openModal": true,
|
|
2448
|
+
"uid": "chart1725474733745",
|
|
2449
|
+
"visualizationType": "Bar",
|
|
2450
|
+
"dataDescription": {
|
|
2451
|
+
"horizontal": false,
|
|
2452
|
+
"series": false
|
|
2453
|
+
},
|
|
2454
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN Alternate/Clinical_Syndrome_Historic.csv",
|
|
2455
|
+
"version": "4.25.1",
|
|
2456
|
+
"description": "<strong>See full definitions of clinical syndromes <a href=\"https://ndc.services.cdc.gov/case-definitions/dengue-virus-infections-2015/\">here</a>.",
|
|
2457
|
+
"dynamicMarginTop": 0,
|
|
2458
|
+
"migrations": {
|
|
2459
|
+
"addColorMigration": true
|
|
2460
|
+
},
|
|
2461
|
+
"titleStyle": "legacy"
|
|
2462
|
+
},
|
|
2463
|
+
"chart1725475128269": {
|
|
2464
|
+
"annotations": [],
|
|
2465
|
+
"type": "chart",
|
|
2466
|
+
"debugSvg": false,
|
|
2467
|
+
"chartMessage": {
|
|
2468
|
+
"noData": "No Data Available"
|
|
2469
|
+
},
|
|
2470
|
+
"title": "Dengue cases by age group and sex based on year and travel status selected above",
|
|
2471
|
+
"showTitle": false,
|
|
2472
|
+
"showDownloadMediaButton": false,
|
|
2473
|
+
"theme": "theme-blue",
|
|
2474
|
+
"animate": false,
|
|
2475
|
+
"fontSize": "medium",
|
|
2476
|
+
"lineDatapointStyle": "hover",
|
|
2477
|
+
"lineDatapointColor": "Same as Line",
|
|
2478
|
+
"barHasBorder": "false",
|
|
2479
|
+
"isLollipopChart": false,
|
|
2480
|
+
"lollipopShape": "circle",
|
|
2481
|
+
"lollipopColorStyle": "two-tone",
|
|
2482
|
+
"visualizationSubType": "stacked",
|
|
2483
|
+
"barStyle": "rounded",
|
|
2484
|
+
"roundingStyle": "shallow",
|
|
2485
|
+
"tipRounding": "top",
|
|
2486
|
+
"isResponsiveTicks": false,
|
|
2487
|
+
"general": {
|
|
2488
|
+
"annotationDropdownText": "Annotations",
|
|
2489
|
+
"showMissingDataLabel": true,
|
|
2490
|
+
"showSuppressedSymbol": true,
|
|
2491
|
+
"showZeroValueData": true,
|
|
2492
|
+
"hideNullValue": true,
|
|
2493
|
+
"showZeroValueDataLabel": true,
|
|
2494
|
+
"palette": {
|
|
2495
|
+
"name": "qualitative_bold",
|
|
2496
|
+
"customColors": [
|
|
2497
|
+
"#7BCCC4",
|
|
2498
|
+
"#CCEBC5"
|
|
2499
|
+
],
|
|
2500
|
+
"version": "1.0"
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2503
|
+
"padding": {
|
|
2504
|
+
"left": 5,
|
|
2505
|
+
"right": 5
|
|
2506
|
+
},
|
|
2507
|
+
"preliminaryData": [],
|
|
2508
|
+
"yAxis": {
|
|
2509
|
+
"hideAxis": false,
|
|
2510
|
+
"displayNumbersOnBar": false,
|
|
2511
|
+
"hideLabel": false,
|
|
2512
|
+
"hideTicks": false,
|
|
2513
|
+
"size": "80",
|
|
2514
|
+
"gridLines": false,
|
|
2515
|
+
"enablePadding": false,
|
|
2516
|
+
"min": "",
|
|
2517
|
+
"max": "",
|
|
2518
|
+
"labelColor": "#1c1d1f",
|
|
2519
|
+
"tickLabelColor": "#1c1d1f",
|
|
2520
|
+
"tickColor": "#1c1d1f",
|
|
2521
|
+
"rightHideAxis": true,
|
|
2522
|
+
"rightAxisSize": 0,
|
|
2523
|
+
"rightLabel": "",
|
|
2524
|
+
"rightLabelOffsetSize": 0,
|
|
2525
|
+
"rightAxisLabelColor": "#1c1d1f",
|
|
2526
|
+
"rightAxisTickLabelColor": "#1c1d1f",
|
|
2527
|
+
"rightAxisTickColor": "#1c1d1f",
|
|
2528
|
+
"numTicks": "7",
|
|
2529
|
+
"axisPadding": 0,
|
|
2530
|
+
"scalePadding": 10,
|
|
2531
|
+
"tickRotation": 0,
|
|
2532
|
+
"anchors": [],
|
|
2533
|
+
"shoMissingDataLabel": true,
|
|
2534
|
+
"showMissingDataLine": true,
|
|
2535
|
+
"categories": [],
|
|
2536
|
+
"label": "% of total",
|
|
2537
|
+
"maxValue": 51.3
|
|
2538
|
+
},
|
|
2539
|
+
"boxplot": {
|
|
2540
|
+
"plots": [],
|
|
2541
|
+
"borders": "true",
|
|
2542
|
+
"plotOutlierValues": false,
|
|
2543
|
+
"plotNonOutlierValues": true,
|
|
2544
|
+
"labels": {
|
|
2545
|
+
"q1": "Lower Quartile",
|
|
2546
|
+
"q2": "q2",
|
|
2547
|
+
"q3": "Upper Quartile",
|
|
2548
|
+
"q4": "q4",
|
|
2549
|
+
"minimum": "Minimum",
|
|
2550
|
+
"maximum": "Maximum",
|
|
2551
|
+
"mean": "Mean",
|
|
2552
|
+
"median": "Median",
|
|
2553
|
+
"sd": "Standard Deviation",
|
|
2554
|
+
"iqr": "Interquartile Range",
|
|
2555
|
+
"total": "Total",
|
|
2556
|
+
"outliers": "Outliers",
|
|
2557
|
+
"values": "Values",
|
|
2558
|
+
"lowerBounds": "Lower Bounds",
|
|
2559
|
+
"upperBounds": "Upper Bounds",
|
|
2560
|
+
"count": "Count"
|
|
2561
|
+
},
|
|
2562
|
+
"firstQuartilePercentage": 25,
|
|
2563
|
+
"thirdQuartilePercentage": 75,
|
|
2564
|
+
"boxWidthPercentage": 40,
|
|
2565
|
+
"legend": {
|
|
2566
|
+
"showHowToReadText": false,
|
|
2567
|
+
"howToReadText": ""
|
|
2568
|
+
}
|
|
2569
|
+
},
|
|
2570
|
+
"topAxis": {
|
|
2571
|
+
"hasLine": false
|
|
2572
|
+
},
|
|
2573
|
+
"isLegendValue": false,
|
|
2574
|
+
"barThickness": "0.8",
|
|
2575
|
+
"barHeight": 25,
|
|
2576
|
+
"barSpace": 15,
|
|
2577
|
+
"heights": {
|
|
2578
|
+
"vertical": 300,
|
|
2579
|
+
"horizontal": 750
|
|
2580
|
+
},
|
|
2581
|
+
"xAxis": {
|
|
2582
|
+
"sortDates": false,
|
|
2583
|
+
"anchors": [],
|
|
2584
|
+
"type": "categorical",
|
|
2585
|
+
"showTargetLabel": true,
|
|
2586
|
+
"targetLabel": "Target",
|
|
2587
|
+
"hideAxis": false,
|
|
2588
|
+
"hideLabel": false,
|
|
2589
|
+
"hideTicks": false,
|
|
2590
|
+
"size": 75,
|
|
2591
|
+
"tickRotation": "60",
|
|
2592
|
+
"min": "",
|
|
2593
|
+
"max": "",
|
|
2594
|
+
"labelColor": "#1c1d1f",
|
|
2595
|
+
"tickLabelColor": "#1c1d1f",
|
|
2596
|
+
"tickColor": "#1c1d1f",
|
|
2597
|
+
"numTicks": "10",
|
|
2598
|
+
"labelOffset": 0,
|
|
2599
|
+
"axisPadding": 200,
|
|
2600
|
+
"target": 0,
|
|
2601
|
+
"maxTickRotation": 0,
|
|
2602
|
+
"padding": 5,
|
|
2603
|
+
"showYearsOnce": false,
|
|
2604
|
+
"sortByRecentDate": false,
|
|
2605
|
+
"dataKey": "Age group",
|
|
2606
|
+
"label": "Age group",
|
|
2607
|
+
"tickWidthMax": 70,
|
|
2608
|
+
"axisBBox": 111.17106628417969
|
|
2609
|
+
},
|
|
2610
|
+
"table": {
|
|
2611
|
+
"label": "Data Table - Dengue cases by age group and sex based on year and travel status selected above",
|
|
2612
|
+
"expanded": false,
|
|
2613
|
+
"limitHeight": false,
|
|
2614
|
+
"height": "",
|
|
2615
|
+
"caption": "",
|
|
2616
|
+
"showDownloadUrl": false,
|
|
2617
|
+
"showDataTableLink": false,
|
|
2618
|
+
"showDownloadLinkBelow": true,
|
|
2619
|
+
"indexLabel": "Age group",
|
|
2620
|
+
"download": true,
|
|
2621
|
+
"showVertical": true,
|
|
2622
|
+
"dateDisplayFormat": "",
|
|
2623
|
+
"showMissingDataLabel": true,
|
|
2624
|
+
"showSuppressedSymbol": true,
|
|
2625
|
+
"show": true
|
|
2626
|
+
},
|
|
2627
|
+
"orientation": "vertical",
|
|
2628
|
+
"columns": {},
|
|
2629
|
+
"legend": {
|
|
2630
|
+
"hide": false,
|
|
2631
|
+
"behavior": "highlight",
|
|
2632
|
+
"axisAlign": true,
|
|
2633
|
+
"singleRow": true,
|
|
2634
|
+
"colorCode": "",
|
|
2635
|
+
"reverseLabelOrder": false,
|
|
2636
|
+
"description": "",
|
|
2637
|
+
"dynamicLegend": false,
|
|
2638
|
+
"dynamicLegendDefaultText": "Show All",
|
|
2639
|
+
"dynamicLegendItemLimit": 5,
|
|
2640
|
+
"dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
|
|
2641
|
+
"dynamicLegendChartMessage": "Select Options from the Legend",
|
|
2642
|
+
"label": "Sex",
|
|
2643
|
+
"lineMode": false,
|
|
2644
|
+
"verticalSorted": false,
|
|
2645
|
+
"highlightOnHover": false,
|
|
2646
|
+
"hideSuppressedLabels": false,
|
|
2647
|
+
"hideSuppressionLink": false,
|
|
2648
|
+
"seriesHighlight": [],
|
|
2649
|
+
"style": "circles",
|
|
2650
|
+
"subStyle": "linear blocks",
|
|
2651
|
+
"shape": "circle",
|
|
2652
|
+
"tickRotation": "",
|
|
2653
|
+
"hideBorder": {
|
|
2654
|
+
"side": false,
|
|
2655
|
+
"topBottom": true
|
|
2656
|
+
},
|
|
2657
|
+
"position": "right",
|
|
2658
|
+
"unified": true
|
|
2659
|
+
},
|
|
2660
|
+
"exclusions": {
|
|
2661
|
+
"active": false,
|
|
2662
|
+
"keys": []
|
|
2663
|
+
},
|
|
2664
|
+
"isPaletteReversed": false,
|
|
2665
|
+
"twoColor": {
|
|
2666
|
+
"palette": "monochrome-1",
|
|
2667
|
+
"isPaletteReversed": false
|
|
2668
|
+
},
|
|
2669
|
+
"labels": false,
|
|
2670
|
+
"dataFormat": {
|
|
2671
|
+
"commas": false,
|
|
2672
|
+
"prefix": "",
|
|
2673
|
+
"suffix": "%",
|
|
2674
|
+
"abbreviated": false,
|
|
2675
|
+
"bottomSuffix": "",
|
|
2676
|
+
"bottomPrefix": "",
|
|
2677
|
+
"bottomAbbreviated": false
|
|
2678
|
+
},
|
|
2679
|
+
"confidenceKeys": {},
|
|
2680
|
+
"visual": {
|
|
2681
|
+
"border": true,
|
|
2682
|
+
"accent": true,
|
|
2683
|
+
"background": true,
|
|
2684
|
+
"verticalHoverLine": false,
|
|
2685
|
+
"horizontalHoverLine": false,
|
|
2686
|
+
"lineDatapointSymbol": "none",
|
|
2687
|
+
"maximumShapeAmount": 7
|
|
2688
|
+
},
|
|
2689
|
+
"useLogScale": false,
|
|
2690
|
+
"filterBehavior": "Filter Change",
|
|
2691
|
+
"highlightedBarValues": [],
|
|
2692
|
+
"series": [
|
|
2693
|
+
{
|
|
2694
|
+
"dataKey": "Female",
|
|
2695
|
+
"type": "Bar",
|
|
2696
|
+
"axis": "Left",
|
|
2697
|
+
"tooltip": true
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"dataKey": "Male",
|
|
2701
|
+
"type": "Bar",
|
|
2702
|
+
"axis": "Left",
|
|
2703
|
+
"tooltip": true
|
|
2704
|
+
}
|
|
2705
|
+
],
|
|
2706
|
+
"tooltips": {
|
|
2707
|
+
"opacity": 90,
|
|
2708
|
+
"singleSeries": false,
|
|
2709
|
+
"dateDisplayFormat": ""
|
|
2710
|
+
},
|
|
2711
|
+
"forestPlot": {
|
|
2712
|
+
"startAt": 0,
|
|
2713
|
+
"colors": {
|
|
2714
|
+
"line": "",
|
|
2715
|
+
"shape": ""
|
|
2716
|
+
},
|
|
2717
|
+
"lineOfNoEffect": {
|
|
2718
|
+
"show": true
|
|
2719
|
+
},
|
|
2720
|
+
"type": "",
|
|
2721
|
+
"pooledResult": {
|
|
2722
|
+
"diamondHeight": 5,
|
|
2723
|
+
"column": ""
|
|
2724
|
+
},
|
|
2725
|
+
"estimateField": "",
|
|
2726
|
+
"estimateRadius": "",
|
|
2727
|
+
"shape": "square",
|
|
2728
|
+
"rowHeight": 20,
|
|
2729
|
+
"description": {
|
|
2730
|
+
"show": true,
|
|
2731
|
+
"text": "description",
|
|
2732
|
+
"location": 0
|
|
2733
|
+
},
|
|
2734
|
+
"result": {
|
|
2735
|
+
"show": true,
|
|
2736
|
+
"text": "result",
|
|
2737
|
+
"location": 100
|
|
2738
|
+
},
|
|
2739
|
+
"radius": {
|
|
2740
|
+
"min": 2,
|
|
2741
|
+
"max": 10,
|
|
2742
|
+
"scalingColumn": ""
|
|
2743
|
+
},
|
|
2744
|
+
"regression": {
|
|
2745
|
+
"lower": 0,
|
|
2746
|
+
"upper": 0,
|
|
2747
|
+
"estimateField": 0
|
|
2748
|
+
},
|
|
2749
|
+
"leftWidthOffset": 0,
|
|
2750
|
+
"rightWidthOffset": 0,
|
|
2751
|
+
"showZeroLine": false,
|
|
2752
|
+
"leftLabel": "",
|
|
2753
|
+
"rightLabel": ""
|
|
2754
|
+
},
|
|
2755
|
+
"area": {
|
|
2756
|
+
"isStacked": false
|
|
2757
|
+
},
|
|
2758
|
+
"sankey": {
|
|
2759
|
+
"title": {
|
|
2760
|
+
"defaultColor": "black"
|
|
2761
|
+
},
|
|
2762
|
+
"iterations": 1,
|
|
2763
|
+
"rxValue": 0.9,
|
|
2764
|
+
"overallSize": {
|
|
2765
|
+
"width": 900,
|
|
2766
|
+
"height": 700
|
|
2767
|
+
},
|
|
2768
|
+
"margin": {
|
|
2769
|
+
"margin_y": 25,
|
|
2770
|
+
"margin_x": 0
|
|
2771
|
+
},
|
|
2772
|
+
"nodeSize": {
|
|
2773
|
+
"nodeWidth": 26,
|
|
2774
|
+
"nodeHeight": 40
|
|
2775
|
+
},
|
|
2776
|
+
"nodePadding": 55,
|
|
2777
|
+
"nodeFontColor": "black",
|
|
2778
|
+
"nodeColor": {
|
|
2779
|
+
"default": "#ff8500",
|
|
2780
|
+
"inactive": "#808080"
|
|
2781
|
+
},
|
|
2782
|
+
"linkColor": {
|
|
2783
|
+
"default": "#ffc900",
|
|
2784
|
+
"inactive": "#D3D3D3"
|
|
2785
|
+
},
|
|
2786
|
+
"opacity": {
|
|
2787
|
+
"nodeOpacityDefault": 1,
|
|
2788
|
+
"nodeOpacityInactive": 0.1,
|
|
2789
|
+
"LinkOpacityDefault": 1,
|
|
2790
|
+
"LinkOpacityInactive": 0.1
|
|
2791
|
+
},
|
|
2792
|
+
"storyNodeFontColor": "#006778",
|
|
2793
|
+
"storyNodeText": [],
|
|
2794
|
+
"nodeValueStyle": {
|
|
2795
|
+
"textBefore": "(",
|
|
2796
|
+
"textAfter": ")"
|
|
2797
|
+
},
|
|
2798
|
+
"data": []
|
|
2799
|
+
},
|
|
2800
|
+
"filters": [],
|
|
2801
|
+
"openModal": true,
|
|
2802
|
+
"uid": "chart1725475128269",
|
|
2803
|
+
"visualizationType": "Bar",
|
|
2804
|
+
"dataDescription": {
|
|
2805
|
+
"horizontal": false,
|
|
2806
|
+
"series": true,
|
|
2807
|
+
"singleRow": true
|
|
2808
|
+
},
|
|
2809
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN Alternate/Age_Sex_Historic.csv",
|
|
2810
|
+
"version": "4.25.1",
|
|
2811
|
+
"dynamicMarginTop": 0,
|
|
2812
|
+
"migrations": {
|
|
2813
|
+
"addColorMigration": true
|
|
2814
|
+
},
|
|
2815
|
+
"titleStyle": "legacy"
|
|
2816
|
+
},
|
|
2817
|
+
"chart1725475807056": {
|
|
2818
|
+
"annotations": [],
|
|
2819
|
+
"type": "chart",
|
|
2820
|
+
"debugSvg": false,
|
|
2821
|
+
"chartMessage": {
|
|
2822
|
+
"noData": "No Data Available"
|
|
2823
|
+
},
|
|
2824
|
+
"title": "Serotype reporting status of dengue cases based on year and travel status selected above",
|
|
2825
|
+
"showTitle": false,
|
|
2826
|
+
"showDownloadMediaButton": false,
|
|
2827
|
+
"theme": "theme-blue",
|
|
2828
|
+
"animate": false,
|
|
2829
|
+
"fontSize": "medium",
|
|
2830
|
+
"lineDatapointStyle": "hover",
|
|
2831
|
+
"lineDatapointColor": "Same as Line",
|
|
2832
|
+
"barHasBorder": "false",
|
|
2833
|
+
"isLollipopChart": false,
|
|
2834
|
+
"lollipopShape": "circle",
|
|
2835
|
+
"lollipopColorStyle": "two-tone",
|
|
2836
|
+
"visualizationSubType": "regular",
|
|
2837
|
+
"barStyle": "rounded",
|
|
2838
|
+
"roundingStyle": "shallow",
|
|
2839
|
+
"tipRounding": "top",
|
|
2840
|
+
"isResponsiveTicks": false,
|
|
2841
|
+
"general": {
|
|
2842
|
+
"annotationDropdownText": "Annotations",
|
|
2843
|
+
"showMissingDataLabel": true,
|
|
2844
|
+
"showSuppressedSymbol": true,
|
|
2845
|
+
"showZeroValueData": true,
|
|
2846
|
+
"hideNullValue": true,
|
|
2847
|
+
"showZeroValueDataLabel": true,
|
|
2848
|
+
"palette": {
|
|
2849
|
+
"name": "qualitative_bold",
|
|
2850
|
+
"version": "1.0"
|
|
2851
|
+
}
|
|
2852
|
+
},
|
|
2853
|
+
"padding": {
|
|
2854
|
+
"left": 5,
|
|
2855
|
+
"right": 5
|
|
2856
|
+
},
|
|
2857
|
+
"preliminaryData": [],
|
|
2858
|
+
"yAxis": {
|
|
2859
|
+
"hideAxis": false,
|
|
2860
|
+
"displayNumbersOnBar": true,
|
|
2861
|
+
"hideLabel": false,
|
|
2862
|
+
"hideTicks": false,
|
|
2863
|
+
"size": 50,
|
|
2864
|
+
"gridLines": false,
|
|
2865
|
+
"enablePadding": true,
|
|
2866
|
+
"min": "",
|
|
2867
|
+
"max": "",
|
|
2868
|
+
"labelColor": "#1c1d1f",
|
|
2869
|
+
"tickLabelColor": "#1c1d1f",
|
|
2870
|
+
"tickColor": "#1c1d1f",
|
|
2871
|
+
"rightHideAxis": true,
|
|
2872
|
+
"rightAxisSize": 0,
|
|
2873
|
+
"rightLabel": "",
|
|
2874
|
+
"rightLabelOffsetSize": 0,
|
|
2875
|
+
"rightAxisLabelColor": "#1c1d1f",
|
|
2876
|
+
"rightAxisTickLabelColor": "#1c1d1f",
|
|
2877
|
+
"rightAxisTickColor": "#1c1d1f",
|
|
2878
|
+
"numTicks": "",
|
|
2879
|
+
"axisPadding": 0,
|
|
2880
|
+
"scalePadding": 10,
|
|
2881
|
+
"tickRotation": 0,
|
|
2882
|
+
"anchors": [],
|
|
2883
|
+
"shoMissingDataLabel": true,
|
|
2884
|
+
"showMissingDataLine": true,
|
|
2885
|
+
"categories": [],
|
|
2886
|
+
"labelPlacement": "On Date/Category Axis",
|
|
2887
|
+
"label": "% of total",
|
|
2888
|
+
"maxValue": 110.00000000000001
|
|
2889
|
+
},
|
|
2890
|
+
"boxplot": {
|
|
2891
|
+
"plots": [],
|
|
2892
|
+
"borders": "true",
|
|
2893
|
+
"plotOutlierValues": false,
|
|
2894
|
+
"plotNonOutlierValues": true,
|
|
2895
|
+
"labels": {
|
|
2896
|
+
"q1": "Lower Quartile",
|
|
2897
|
+
"q2": "q2",
|
|
2898
|
+
"q3": "Upper Quartile",
|
|
2899
|
+
"q4": "q4",
|
|
2900
|
+
"minimum": "Minimum",
|
|
2901
|
+
"maximum": "Maximum",
|
|
2902
|
+
"mean": "Mean",
|
|
2903
|
+
"median": "Median",
|
|
2904
|
+
"sd": "Standard Deviation",
|
|
2905
|
+
"iqr": "Interquartile Range",
|
|
2906
|
+
"total": "Total",
|
|
2907
|
+
"outliers": "Outliers",
|
|
2908
|
+
"values": "Values",
|
|
2909
|
+
"lowerBounds": "Lower Bounds",
|
|
2910
|
+
"upperBounds": "Upper Bounds",
|
|
2911
|
+
"count": "Count"
|
|
2912
|
+
},
|
|
2913
|
+
"firstQuartilePercentage": 25,
|
|
2914
|
+
"thirdQuartilePercentage": 75,
|
|
2915
|
+
"boxWidthPercentage": 40,
|
|
2916
|
+
"legend": {
|
|
2917
|
+
"showHowToReadText": false,
|
|
2918
|
+
"howToReadText": ""
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2921
|
+
"topAxis": {
|
|
2922
|
+
"hasLine": false
|
|
2923
|
+
},
|
|
2924
|
+
"isLegendValue": false,
|
|
2925
|
+
"barThickness": 0.35,
|
|
2926
|
+
"barHeight": 25,
|
|
2927
|
+
"barSpace": 15,
|
|
2928
|
+
"heights": {
|
|
2929
|
+
"vertical": 300,
|
|
2930
|
+
"horizontal": 120
|
|
2931
|
+
},
|
|
2932
|
+
"xAxis": {
|
|
2933
|
+
"sortDates": false,
|
|
2934
|
+
"anchors": [],
|
|
2935
|
+
"type": "categorical",
|
|
2936
|
+
"showTargetLabel": true,
|
|
2937
|
+
"targetLabel": "Target",
|
|
2938
|
+
"hideAxis": false,
|
|
2939
|
+
"hideLabel": false,
|
|
2940
|
+
"hideTicks": false,
|
|
2941
|
+
"size": "140",
|
|
2942
|
+
"tickRotation": 0,
|
|
2943
|
+
"min": "",
|
|
2944
|
+
"max": "",
|
|
2945
|
+
"labelColor": "#1c1d1f",
|
|
2946
|
+
"tickLabelColor": "#1c1d1f",
|
|
2947
|
+
"tickColor": "#1c1d1f",
|
|
2948
|
+
"numTicks": "",
|
|
2949
|
+
"labelOffset": 0,
|
|
2950
|
+
"axisPadding": 200,
|
|
2951
|
+
"target": 0,
|
|
2952
|
+
"maxTickRotation": 0,
|
|
2953
|
+
"padding": 5,
|
|
2954
|
+
"showYearsOnce": false,
|
|
2955
|
+
"sortByRecentDate": false,
|
|
2956
|
+
"dataKey": "Serotype",
|
|
2957
|
+
"label": "Serotype status",
|
|
2958
|
+
"tickWidthMax": 35,
|
|
2959
|
+
"axisBBox": 62.279998779296875
|
|
2960
|
+
},
|
|
2961
|
+
"table": {
|
|
2962
|
+
"label": "Data Table - Serotype reporting status of dengue cases based on year and travel status selected above",
|
|
2963
|
+
"expanded": false,
|
|
2964
|
+
"limitHeight": false,
|
|
2965
|
+
"height": "",
|
|
2966
|
+
"caption": "",
|
|
2967
|
+
"showDownloadUrl": false,
|
|
2968
|
+
"showDataTableLink": false,
|
|
2969
|
+
"showDownloadLinkBelow": true,
|
|
2970
|
+
"indexLabel": "Serotype Reporting Status",
|
|
2971
|
+
"download": true,
|
|
2972
|
+
"showVertical": true,
|
|
2973
|
+
"dateDisplayFormat": "",
|
|
2974
|
+
"showMissingDataLabel": true,
|
|
2975
|
+
"showSuppressedSymbol": true,
|
|
2976
|
+
"show": true
|
|
2977
|
+
},
|
|
2978
|
+
"orientation": "horizontal",
|
|
2979
|
+
"columns": {},
|
|
2980
|
+
"legend": {
|
|
2981
|
+
"hide": true,
|
|
2982
|
+
"behavior": "isolate",
|
|
2983
|
+
"axisAlign": true,
|
|
2984
|
+
"singleRow": true,
|
|
2985
|
+
"colorCode": "",
|
|
2986
|
+
"reverseLabelOrder": false,
|
|
2987
|
+
"description": "",
|
|
2988
|
+
"dynamicLegend": false,
|
|
2989
|
+
"dynamicLegendDefaultText": "Show All",
|
|
2990
|
+
"dynamicLegendItemLimit": 5,
|
|
2991
|
+
"dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
|
|
2992
|
+
"dynamicLegendChartMessage": "Select Options from the Legend",
|
|
2993
|
+
"label": "",
|
|
2994
|
+
"lineMode": false,
|
|
2995
|
+
"verticalSorted": false,
|
|
2996
|
+
"highlightOnHover": false,
|
|
2997
|
+
"hideSuppressedLabels": false,
|
|
2998
|
+
"hideSuppressionLink": false,
|
|
2999
|
+
"seriesHighlight": [],
|
|
3000
|
+
"style": "circles",
|
|
3001
|
+
"subStyle": "linear blocks",
|
|
3002
|
+
"shape": "circle",
|
|
3003
|
+
"tickRotation": "",
|
|
3004
|
+
"hideBorder": {
|
|
3005
|
+
"side": false,
|
|
3006
|
+
"topBottom": true
|
|
3007
|
+
},
|
|
3008
|
+
"position": "right",
|
|
3009
|
+
"unified": true
|
|
3010
|
+
},
|
|
3011
|
+
"exclusions": {
|
|
3012
|
+
"active": false,
|
|
3013
|
+
"keys": []
|
|
3014
|
+
},
|
|
3015
|
+
"isPaletteReversed": false,
|
|
3016
|
+
"twoColor": {
|
|
3017
|
+
"palette": "monochrome-1",
|
|
3018
|
+
"isPaletteReversed": false
|
|
3019
|
+
},
|
|
3020
|
+
"labels": false,
|
|
3021
|
+
"dataFormat": {
|
|
3022
|
+
"commas": false,
|
|
3023
|
+
"prefix": "",
|
|
3024
|
+
"suffix": "%",
|
|
3025
|
+
"abbreviated": false,
|
|
3026
|
+
"bottomSuffix": "",
|
|
3027
|
+
"bottomPrefix": "",
|
|
3028
|
+
"bottomAbbreviated": false
|
|
3029
|
+
},
|
|
3030
|
+
"confidenceKeys": {},
|
|
3031
|
+
"visual": {
|
|
3032
|
+
"border": true,
|
|
3033
|
+
"accent": true,
|
|
3034
|
+
"background": true,
|
|
3035
|
+
"verticalHoverLine": false,
|
|
3036
|
+
"horizontalHoverLine": false,
|
|
3037
|
+
"lineDatapointSymbol": "none",
|
|
3038
|
+
"maximumShapeAmount": 7
|
|
3039
|
+
},
|
|
3040
|
+
"useLogScale": false,
|
|
3041
|
+
"filterBehavior": "Filter Change",
|
|
3042
|
+
"highlightedBarValues": [],
|
|
3043
|
+
"series": [
|
|
3044
|
+
{
|
|
3045
|
+
"dataKey": "Percent",
|
|
3046
|
+
"type": "Bar",
|
|
3047
|
+
"axis": "Left",
|
|
3048
|
+
"tooltip": true
|
|
3049
|
+
}
|
|
3050
|
+
],
|
|
3051
|
+
"tooltips": {
|
|
3052
|
+
"opacity": 90,
|
|
3053
|
+
"singleSeries": false,
|
|
3054
|
+
"dateDisplayFormat": ""
|
|
3055
|
+
},
|
|
3056
|
+
"forestPlot": {
|
|
3057
|
+
"startAt": 0,
|
|
3058
|
+
"colors": {
|
|
3059
|
+
"line": "",
|
|
3060
|
+
"shape": ""
|
|
3061
|
+
},
|
|
3062
|
+
"lineOfNoEffect": {
|
|
3063
|
+
"show": true
|
|
3064
|
+
},
|
|
3065
|
+
"type": "",
|
|
3066
|
+
"pooledResult": {
|
|
3067
|
+
"diamondHeight": 5,
|
|
3068
|
+
"column": ""
|
|
3069
|
+
},
|
|
3070
|
+
"estimateField": "",
|
|
3071
|
+
"estimateRadius": "",
|
|
3072
|
+
"shape": "square",
|
|
3073
|
+
"rowHeight": 20,
|
|
3074
|
+
"description": {
|
|
3075
|
+
"show": true,
|
|
3076
|
+
"text": "description",
|
|
3077
|
+
"location": 0
|
|
3078
|
+
},
|
|
3079
|
+
"result": {
|
|
3080
|
+
"show": true,
|
|
3081
|
+
"text": "result",
|
|
3082
|
+
"location": 100
|
|
3083
|
+
},
|
|
3084
|
+
"radius": {
|
|
3085
|
+
"min": 2,
|
|
3086
|
+
"max": 10,
|
|
3087
|
+
"scalingColumn": ""
|
|
3088
|
+
},
|
|
3089
|
+
"regression": {
|
|
3090
|
+
"lower": 0,
|
|
3091
|
+
"upper": 0,
|
|
3092
|
+
"estimateField": 0
|
|
3093
|
+
},
|
|
3094
|
+
"leftWidthOffset": 0,
|
|
3095
|
+
"rightWidthOffset": 0,
|
|
3096
|
+
"showZeroLine": false,
|
|
3097
|
+
"leftLabel": "",
|
|
3098
|
+
"rightLabel": ""
|
|
3099
|
+
},
|
|
3100
|
+
"area": {
|
|
3101
|
+
"isStacked": false
|
|
3102
|
+
},
|
|
3103
|
+
"sankey": {
|
|
3104
|
+
"title": {
|
|
3105
|
+
"defaultColor": "black"
|
|
3106
|
+
},
|
|
3107
|
+
"iterations": 1,
|
|
3108
|
+
"rxValue": 0.9,
|
|
3109
|
+
"overallSize": {
|
|
3110
|
+
"width": 900,
|
|
3111
|
+
"height": 700
|
|
3112
|
+
},
|
|
3113
|
+
"margin": {
|
|
3114
|
+
"margin_y": 25,
|
|
3115
|
+
"margin_x": 0
|
|
3116
|
+
},
|
|
3117
|
+
"nodeSize": {
|
|
3118
|
+
"nodeWidth": 26,
|
|
3119
|
+
"nodeHeight": 40
|
|
3120
|
+
},
|
|
3121
|
+
"nodePadding": 55,
|
|
3122
|
+
"nodeFontColor": "black",
|
|
3123
|
+
"nodeColor": {
|
|
3124
|
+
"default": "#ff8500",
|
|
3125
|
+
"inactive": "#808080"
|
|
3126
|
+
},
|
|
3127
|
+
"linkColor": {
|
|
3128
|
+
"default": "#ffc900",
|
|
3129
|
+
"inactive": "#D3D3D3"
|
|
3130
|
+
},
|
|
3131
|
+
"opacity": {
|
|
3132
|
+
"nodeOpacityDefault": 1,
|
|
3133
|
+
"nodeOpacityInactive": 0.1,
|
|
3134
|
+
"LinkOpacityDefault": 1,
|
|
3135
|
+
"LinkOpacityInactive": 0.1
|
|
3136
|
+
},
|
|
3137
|
+
"storyNodeFontColor": "#006778",
|
|
3138
|
+
"storyNodeText": [],
|
|
3139
|
+
"nodeValueStyle": {
|
|
3140
|
+
"textBefore": "(",
|
|
3141
|
+
"textAfter": ")"
|
|
3142
|
+
},
|
|
3143
|
+
"data": []
|
|
3144
|
+
},
|
|
3145
|
+
"filters": [],
|
|
3146
|
+
"openModal": true,
|
|
3147
|
+
"uid": "chart1725475807056",
|
|
3148
|
+
"visualizationType": "Bar",
|
|
3149
|
+
"dataDescription": {
|
|
3150
|
+
"horizontal": false,
|
|
3151
|
+
"series": false
|
|
3152
|
+
},
|
|
3153
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN Alternate/Serotype_Status_Historic.csv",
|
|
3154
|
+
"version": "4.25.1",
|
|
3155
|
+
"dynamicMarginTop": 0,
|
|
3156
|
+
"migrations": {
|
|
3157
|
+
"addColorMigration": true
|
|
3158
|
+
},
|
|
3159
|
+
"titleStyle": "legacy"
|
|
3160
|
+
},
|
|
3161
|
+
"chart1725476740641": {
|
|
3162
|
+
"annotations": [],
|
|
3163
|
+
"type": "chart",
|
|
3164
|
+
"debugSvg": false,
|
|
3165
|
+
"chartMessage": {
|
|
3166
|
+
"noData": "No Data Available"
|
|
3167
|
+
},
|
|
3168
|
+
"title": "Hospitalization status of dengue cases based on year and travel status selected above",
|
|
3169
|
+
"titleStyle": "legacy",
|
|
3170
|
+
"showTitle": false,
|
|
3171
|
+
"showDownloadMediaButton": false,
|
|
3172
|
+
"theme": "theme-blue",
|
|
3173
|
+
"animate": false,
|
|
3174
|
+
"lineDatapointStyle": "hover",
|
|
3175
|
+
"lineDatapointColor": "Same as Line",
|
|
3176
|
+
"barHasBorder": "false",
|
|
3177
|
+
"isLollipopChart": false,
|
|
3178
|
+
"lollipopShape": "circle",
|
|
3179
|
+
"lollipopColorStyle": "two-tone",
|
|
3180
|
+
"visualizationSubType": "regular",
|
|
3181
|
+
"barStyle": "rounded",
|
|
3182
|
+
"roundingStyle": "shallow",
|
|
3183
|
+
"tipRounding": "top",
|
|
3184
|
+
"isResponsiveTicks": false,
|
|
3185
|
+
"general": {
|
|
3186
|
+
"annotationDropdownText": "Annotations",
|
|
3187
|
+
"showMissingDataLabel": true,
|
|
3188
|
+
"showSuppressedSymbol": true,
|
|
3189
|
+
"showZeroValueData": true,
|
|
3190
|
+
"hideNullValue": true,
|
|
3191
|
+
"palette": {
|
|
3192
|
+
"name": "qualitative_bold",
|
|
3193
|
+
"version": "1.0"
|
|
3194
|
+
},
|
|
3195
|
+
"showZeroValueDataLabel": true
|
|
3196
|
+
},
|
|
3197
|
+
"padding": {
|
|
3198
|
+
"left": 5,
|
|
3199
|
+
"right": 5
|
|
3200
|
+
},
|
|
3201
|
+
"preliminaryData": [],
|
|
3202
|
+
"yAxis": {
|
|
3203
|
+
"hideAxis": false,
|
|
3204
|
+
"displayNumbersOnBar": true,
|
|
3205
|
+
"hideLabel": false,
|
|
3206
|
+
"hideTicks": false,
|
|
3207
|
+
"size": "60",
|
|
3208
|
+
"gridLines": false,
|
|
3209
|
+
"enablePadding": true,
|
|
3210
|
+
"min": "",
|
|
3211
|
+
"max": "",
|
|
3212
|
+
"labelColor": "#1c1d1f",
|
|
3213
|
+
"tickLabelColor": "#1c1d1f",
|
|
3214
|
+
"tickColor": "#1c1d1f",
|
|
3215
|
+
"rightHideAxis": true,
|
|
3216
|
+
"rightAxisSize": 0,
|
|
3217
|
+
"rightLabel": "",
|
|
3218
|
+
"rightLabelOffsetSize": 0,
|
|
3219
|
+
"rightAxisLabelColor": "#1c1d1f",
|
|
3220
|
+
"rightAxisTickLabelColor": "#1c1d1f",
|
|
3221
|
+
"rightAxisTickColor": "#1c1d1f",
|
|
3222
|
+
"numTicks": "",
|
|
3223
|
+
"axisPadding": 0,
|
|
3224
|
+
"scalePadding": 10,
|
|
3225
|
+
"tickRotation": 0,
|
|
3226
|
+
"anchors": [],
|
|
3227
|
+
"shoMissingDataLabel": true,
|
|
3228
|
+
"showMissingDataLine": true,
|
|
3229
|
+
"categories": [],
|
|
3230
|
+
"labelPlacement": "On Date/Category Axis",
|
|
3231
|
+
"label": "% of total",
|
|
3232
|
+
"maxValue": 83.028
|
|
3233
|
+
},
|
|
3234
|
+
"boxplot": {
|
|
3235
|
+
"plots": [],
|
|
3236
|
+
"borders": "true",
|
|
3237
|
+
"plotOutlierValues": false,
|
|
3238
|
+
"plotNonOutlierValues": true,
|
|
3239
|
+
"labels": {
|
|
3240
|
+
"q1": "Lower Quartile",
|
|
3241
|
+
"q2": "q2",
|
|
3242
|
+
"q3": "Upper Quartile",
|
|
3243
|
+
"q4": "q4",
|
|
3244
|
+
"minimum": "Minimum",
|
|
3245
|
+
"maximum": "Maximum",
|
|
3246
|
+
"mean": "Mean",
|
|
3247
|
+
"median": "Median",
|
|
3248
|
+
"sd": "Standard Deviation",
|
|
3249
|
+
"iqr": "Interquartile Range",
|
|
3250
|
+
"total": "Total",
|
|
3251
|
+
"outliers": "Outliers",
|
|
3252
|
+
"values": "Values",
|
|
3253
|
+
"lowerBounds": "Lower Bounds",
|
|
3254
|
+
"upperBounds": "Upper Bounds",
|
|
3255
|
+
"count": "Count"
|
|
3256
|
+
},
|
|
3257
|
+
"firstQuartilePercentage": 25,
|
|
3258
|
+
"thirdQuartilePercentage": 75,
|
|
3259
|
+
"boxWidthPercentage": 40,
|
|
3260
|
+
"legend": {
|
|
3261
|
+
"showHowToReadText": false,
|
|
3262
|
+
"howToReadText": ""
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3265
|
+
"topAxis": {
|
|
3266
|
+
"hasLine": false
|
|
3267
|
+
},
|
|
3268
|
+
"isLegendValue": false,
|
|
3269
|
+
"barThickness": 0.35,
|
|
3270
|
+
"barHeight": 25,
|
|
3271
|
+
"barSpace": 15,
|
|
3272
|
+
"heights": {
|
|
3273
|
+
"vertical": 300,
|
|
3274
|
+
"horizontal": 120
|
|
3275
|
+
},
|
|
3276
|
+
"xAxis": {
|
|
3277
|
+
"sortDates": false,
|
|
3278
|
+
"anchors": [],
|
|
3279
|
+
"type": "categorical",
|
|
3280
|
+
"showTargetLabel": true,
|
|
3281
|
+
"targetLabel": "Target",
|
|
3282
|
+
"hideAxis": false,
|
|
3283
|
+
"hideLabel": false,
|
|
3284
|
+
"hideTicks": false,
|
|
3285
|
+
"size": "125",
|
|
3286
|
+
"tickRotation": "30",
|
|
3287
|
+
"min": "",
|
|
3288
|
+
"max": "",
|
|
3289
|
+
"labelColor": "#1c1d1f",
|
|
3290
|
+
"tickLabelColor": "#1c1d1f",
|
|
3291
|
+
"tickColor": "#1c1d1f",
|
|
3292
|
+
"numTicks": "",
|
|
3293
|
+
"labelOffset": 0,
|
|
3294
|
+
"axisPadding": 200,
|
|
3295
|
+
"target": 0,
|
|
3296
|
+
"maxTickRotation": 0,
|
|
3297
|
+
"padding": 5,
|
|
3298
|
+
"showYearsOnce": false,
|
|
3299
|
+
"sortByRecentDate": false,
|
|
3300
|
+
"brushActive": false,
|
|
3301
|
+
"dataKey": "Hospitalization",
|
|
3302
|
+
"label": "Hospitalized",
|
|
3303
|
+
"tickWidthMax": 35,
|
|
3304
|
+
"axisBBox": 62.279998779296875
|
|
3305
|
+
},
|
|
3306
|
+
"table": {
|
|
3307
|
+
"label": "Data Table - Hospitalization status of dengue cases based on year and travel status selected above",
|
|
3308
|
+
"expanded": false,
|
|
3309
|
+
"limitHeight": false,
|
|
3310
|
+
"height": "",
|
|
3311
|
+
"caption": "",
|
|
3312
|
+
"showDownloadUrl": false,
|
|
3313
|
+
"showDataTableLink": false,
|
|
3314
|
+
"showDownloadLinkBelow": true,
|
|
3315
|
+
"indexLabel": "Hospitalized",
|
|
3316
|
+
"download": true,
|
|
3317
|
+
"showVertical": true,
|
|
3318
|
+
"dateDisplayFormat": "",
|
|
3319
|
+
"showMissingDataLabel": true,
|
|
3320
|
+
"showSuppressedSymbol": true,
|
|
3321
|
+
"collapsible": true,
|
|
3322
|
+
"show": true,
|
|
3323
|
+
"sharedFilterColumns": [
|
|
3324
|
+
"Year",
|
|
3325
|
+
"Travel status"
|
|
3326
|
+
]
|
|
3327
|
+
},
|
|
3328
|
+
"orientation": "horizontal",
|
|
3329
|
+
"columns": {},
|
|
3330
|
+
"legend": {
|
|
3331
|
+
"hide": true,
|
|
3332
|
+
"behavior": "isolate",
|
|
3333
|
+
"axisAlign": true,
|
|
3334
|
+
"singleRow": true,
|
|
3335
|
+
"colorCode": "",
|
|
3336
|
+
"reverseLabelOrder": false,
|
|
3337
|
+
"description": "",
|
|
3338
|
+
"dynamicLegend": false,
|
|
3339
|
+
"dynamicLegendDefaultText": "Show All",
|
|
3340
|
+
"dynamicLegendItemLimit": 5,
|
|
3341
|
+
"dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
|
|
3342
|
+
"dynamicLegendChartMessage": "Select Options from the Legend",
|
|
3343
|
+
"label": "",
|
|
3344
|
+
"lineMode": false,
|
|
3345
|
+
"verticalSorted": false,
|
|
3346
|
+
"highlightOnHover": false,
|
|
3347
|
+
"hideSuppressedLabels": false,
|
|
3348
|
+
"hideSuppressionLink": false,
|
|
3349
|
+
"seriesHighlight": [],
|
|
3350
|
+
"style": "circles",
|
|
3351
|
+
"subStyle": "linear blocks",
|
|
3352
|
+
"groupBy": "",
|
|
3353
|
+
"shape": "circle",
|
|
3354
|
+
"tickRotation": "",
|
|
3355
|
+
"order": "dataColumn",
|
|
3356
|
+
"hideBorder": {
|
|
3357
|
+
"side": false,
|
|
3358
|
+
"topBottom": true
|
|
3359
|
+
},
|
|
3360
|
+
"position": "right",
|
|
3361
|
+
"orderedValues": [],
|
|
3362
|
+
"patterns": {},
|
|
3363
|
+
"patternField": "",
|
|
3364
|
+
"unified": true
|
|
3365
|
+
},
|
|
3366
|
+
"smallMultiples": {
|
|
3367
|
+
"mode": "",
|
|
3368
|
+
"tileColumn": "",
|
|
3369
|
+
"tilesPerRowDesktop": 3,
|
|
3370
|
+
"tilesPerRowMobile": 1,
|
|
3371
|
+
"tileOrder": [],
|
|
3372
|
+
"tileOrderType": "asc",
|
|
3373
|
+
"tileTitles": {},
|
|
3374
|
+
"independentYAxis": false,
|
|
3375
|
+
"colorMode": "same",
|
|
3376
|
+
"synchronizedTooltips": true,
|
|
3377
|
+
"showAreaUnderLine": true
|
|
3378
|
+
},
|
|
3379
|
+
"exclusions": {
|
|
3380
|
+
"active": false,
|
|
3381
|
+
"keys": []
|
|
3382
|
+
},
|
|
3383
|
+
"twoColor": {
|
|
3384
|
+
"palette": "monochrome-1",
|
|
3385
|
+
"isPaletteReversed": false
|
|
3386
|
+
},
|
|
3387
|
+
"labels": false,
|
|
3388
|
+
"dataFormat": {
|
|
3389
|
+
"commas": false,
|
|
3390
|
+
"prefix": "",
|
|
3391
|
+
"suffix": "%",
|
|
3392
|
+
"abbreviated": false,
|
|
3393
|
+
"bottomSuffix": "",
|
|
3394
|
+
"bottomPrefix": "",
|
|
3395
|
+
"bottomAbbreviated": false
|
|
3396
|
+
},
|
|
3397
|
+
"filters": [],
|
|
3398
|
+
"confidenceKeys": {},
|
|
3399
|
+
"visual": {
|
|
3400
|
+
"border": true,
|
|
3401
|
+
"accent": true,
|
|
3402
|
+
"background": true,
|
|
3403
|
+
"verticalHoverLine": false,
|
|
3404
|
+
"horizontalHoverLine": false,
|
|
3405
|
+
"lineDatapointSymbol": "none",
|
|
3406
|
+
"maximumShapeAmount": 7
|
|
3407
|
+
},
|
|
3408
|
+
"useLogScale": false,
|
|
3409
|
+
"filterBehavior": "Filter Change",
|
|
3410
|
+
"highlightedBarValues": [],
|
|
3411
|
+
"series": [
|
|
3412
|
+
{
|
|
3413
|
+
"dataKey": "Percent",
|
|
3414
|
+
"type": "Bar",
|
|
3415
|
+
"axis": "Left",
|
|
3416
|
+
"tooltip": true
|
|
3417
|
+
}
|
|
3418
|
+
],
|
|
3419
|
+
"tooltips": {
|
|
3420
|
+
"opacity": 90,
|
|
3421
|
+
"singleSeries": false,
|
|
3422
|
+
"dateDisplayFormat": ""
|
|
3423
|
+
},
|
|
3424
|
+
"forestPlot": {
|
|
3425
|
+
"startAt": 0,
|
|
3426
|
+
"colors": {
|
|
3427
|
+
"line": "",
|
|
3428
|
+
"shape": ""
|
|
3429
|
+
},
|
|
3430
|
+
"lineOfNoEffect": {
|
|
3431
|
+
"show": true
|
|
3432
|
+
},
|
|
3433
|
+
"type": "",
|
|
3434
|
+
"pooledResult": {
|
|
3435
|
+
"diamondHeight": 5,
|
|
3436
|
+
"column": ""
|
|
3437
|
+
},
|
|
3438
|
+
"estimateField": "",
|
|
3439
|
+
"estimateRadius": "",
|
|
3440
|
+
"shape": "square",
|
|
3441
|
+
"rowHeight": 20,
|
|
3442
|
+
"description": {
|
|
3443
|
+
"show": true,
|
|
3444
|
+
"text": "description",
|
|
3445
|
+
"location": 0
|
|
3446
|
+
},
|
|
3447
|
+
"result": {
|
|
3448
|
+
"show": true,
|
|
3449
|
+
"text": "result",
|
|
3450
|
+
"location": 100
|
|
3451
|
+
},
|
|
3452
|
+
"radius": {
|
|
3453
|
+
"min": 2,
|
|
3454
|
+
"max": 10,
|
|
3455
|
+
"scalingColumn": ""
|
|
3456
|
+
},
|
|
3457
|
+
"regression": {
|
|
3458
|
+
"lower": 0,
|
|
3459
|
+
"upper": 0,
|
|
3460
|
+
"estimateField": 0
|
|
3461
|
+
},
|
|
3462
|
+
"leftWidthOffset": 0,
|
|
3463
|
+
"rightWidthOffset": 0,
|
|
3464
|
+
"showZeroLine": false,
|
|
3465
|
+
"leftLabel": "",
|
|
3466
|
+
"rightLabel": ""
|
|
3467
|
+
},
|
|
3468
|
+
"area": {
|
|
3469
|
+
"isStacked": false
|
|
3470
|
+
},
|
|
3471
|
+
"sankey": {
|
|
3472
|
+
"title": {
|
|
3473
|
+
"defaultColor": "black"
|
|
3474
|
+
},
|
|
3475
|
+
"iterations": 1,
|
|
3476
|
+
"rxValue": 0.9,
|
|
3477
|
+
"overallSize": {
|
|
3478
|
+
"width": 900,
|
|
3479
|
+
"height": 700
|
|
3480
|
+
},
|
|
3481
|
+
"margin": {
|
|
3482
|
+
"margin_y": 25,
|
|
3483
|
+
"margin_x": 0
|
|
3484
|
+
},
|
|
3485
|
+
"nodeSize": {
|
|
3486
|
+
"nodeWidth": 26,
|
|
3487
|
+
"nodeHeight": 40
|
|
3488
|
+
},
|
|
3489
|
+
"nodePadding": 55,
|
|
3490
|
+
"nodeFontColor": "black",
|
|
3491
|
+
"nodeColor": {
|
|
3492
|
+
"default": "#ff8500",
|
|
3493
|
+
"inactive": "#808080"
|
|
3494
|
+
},
|
|
3495
|
+
"linkColor": {
|
|
3496
|
+
"default": "#ffc900",
|
|
3497
|
+
"inactive": "#D3D3D3"
|
|
3498
|
+
},
|
|
3499
|
+
"opacity": {
|
|
3500
|
+
"nodeOpacityDefault": 1,
|
|
3501
|
+
"nodeOpacityInactive": 0.1,
|
|
3502
|
+
"LinkOpacityDefault": 1,
|
|
3503
|
+
"LinkOpacityInactive": 0.1
|
|
3504
|
+
},
|
|
3505
|
+
"storyNodeFontColor": "#006778",
|
|
3506
|
+
"storyNodeText": [],
|
|
3507
|
+
"nodeValueStyle": {
|
|
3508
|
+
"textBefore": "(",
|
|
3509
|
+
"textAfter": ")"
|
|
3510
|
+
},
|
|
3511
|
+
"data": []
|
|
3512
|
+
},
|
|
3513
|
+
"markupVariables": [],
|
|
3514
|
+
"enableMarkupVariables": false,
|
|
3515
|
+
"fontSize": "medium",
|
|
3516
|
+
"isPaletteReversed": false,
|
|
3517
|
+
"openModal": true,
|
|
3518
|
+
"uid": "chart1725476740641",
|
|
3519
|
+
"visualizationType": "Bar",
|
|
3520
|
+
"dataDescription": {
|
|
3521
|
+
"horizontal": false,
|
|
3522
|
+
"series": false
|
|
3523
|
+
},
|
|
3524
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN Alternate/Hospitalized_Historic.csv",
|
|
3525
|
+
"version": "4.25.1",
|
|
3526
|
+
"dynamicMarginTop": 0,
|
|
3527
|
+
"migrations": {
|
|
3528
|
+
"addColorMigration": true
|
|
3529
|
+
},
|
|
3530
|
+
"showEditorPanel": false,
|
|
3531
|
+
"dashboardFilters": [
|
|
3532
|
+
{
|
|
3533
|
+
"columnName": "Year",
|
|
3534
|
+
"active": "2010 - 2023",
|
|
3535
|
+
"values": [
|
|
3536
|
+
"2010",
|
|
3537
|
+
"2010 - 2023",
|
|
3538
|
+
"2011",
|
|
3539
|
+
"2012",
|
|
3540
|
+
"2013",
|
|
3541
|
+
"2014",
|
|
3542
|
+
"2015",
|
|
3543
|
+
"2016",
|
|
3544
|
+
"2017",
|
|
3545
|
+
"2018",
|
|
3546
|
+
"2019",
|
|
3547
|
+
"2020",
|
|
3548
|
+
"2021",
|
|
3549
|
+
"2022",
|
|
3550
|
+
"2023"
|
|
3551
|
+
]
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"columnName": "Travel status",
|
|
3555
|
+
"active": "All",
|
|
3556
|
+
"values": [
|
|
3557
|
+
"All",
|
|
3558
|
+
"Locally acquired",
|
|
3559
|
+
"Travel associated"
|
|
3560
|
+
]
|
|
3561
|
+
}
|
|
3562
|
+
]
|
|
3563
|
+
},
|
|
3564
|
+
"dashboardFilters1725477442274": {
|
|
3565
|
+
"filters": [],
|
|
3566
|
+
"filterBehavior": "Filter Change",
|
|
3567
|
+
"newViz": true,
|
|
3568
|
+
"openModal": true,
|
|
3569
|
+
"uid": "dashboardFilters1725477442274",
|
|
3570
|
+
"type": "dashboardFilters",
|
|
3571
|
+
"sharedFilterIndexes": [
|
|
3572
|
+
1,
|
|
3573
|
+
0
|
|
3574
|
+
],
|
|
3575
|
+
"visualizationType": "dashboardFilters",
|
|
3576
|
+
"titleStyle": "small",
|
|
3577
|
+
"showEditorPanel": false,
|
|
3578
|
+
"dashboardFilters": [
|
|
3579
|
+
{
|
|
3580
|
+
"columnName": "Travel status",
|
|
3581
|
+
"active": "All",
|
|
3582
|
+
"values": [
|
|
3583
|
+
"All",
|
|
3584
|
+
"Locally acquired",
|
|
3585
|
+
"Travel associated"
|
|
3586
|
+
]
|
|
3587
|
+
},
|
|
3588
|
+
{
|
|
3589
|
+
"columnName": "Year",
|
|
3590
|
+
"active": "2010 - 2025",
|
|
3591
|
+
"values": [
|
|
3592
|
+
"2010 - 2025",
|
|
3593
|
+
"2025",
|
|
3594
|
+
"2024",
|
|
3595
|
+
"2023",
|
|
3596
|
+
"2022",
|
|
3597
|
+
"2021",
|
|
3598
|
+
"2020",
|
|
3599
|
+
"2019",
|
|
3600
|
+
"2018",
|
|
3601
|
+
"2017",
|
|
3602
|
+
"2016",
|
|
3603
|
+
"2015",
|
|
3604
|
+
"2014",
|
|
3605
|
+
"2013",
|
|
3606
|
+
"2012",
|
|
3607
|
+
"2011",
|
|
3608
|
+
"2010"
|
|
3609
|
+
]
|
|
3610
|
+
}
|
|
3611
|
+
]
|
|
3612
|
+
},
|
|
3613
|
+
"filtered-text1725483335879": {
|
|
3614
|
+
"title": "",
|
|
3615
|
+
"titleStyle": "small",
|
|
3616
|
+
"type": "filtered-text",
|
|
3617
|
+
"theme": "theme-cyan",
|
|
3618
|
+
"fontSize": "medium",
|
|
3619
|
+
"shadow": false,
|
|
3620
|
+
"filters": [],
|
|
3621
|
+
"visual": {
|
|
3622
|
+
"hideBackgroundColor": false,
|
|
3623
|
+
"background": true,
|
|
3624
|
+
"roundedBorders": false,
|
|
3625
|
+
"accent": false,
|
|
3626
|
+
"border": false,
|
|
3627
|
+
"borderColorTheme": false
|
|
3628
|
+
},
|
|
3629
|
+
"filterBehavior": "Filter Change",
|
|
3630
|
+
"openModal": true,
|
|
3631
|
+
"uid": "filtered-text1725483335879",
|
|
3632
|
+
"visualizationType": "filtered-text",
|
|
3633
|
+
"dataDescription": {
|
|
3634
|
+
"horizontal": false,
|
|
3635
|
+
"series": false
|
|
3636
|
+
},
|
|
3637
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Historic_Titles.csv",
|
|
3638
|
+
"version": "4.26.1",
|
|
3639
|
+
"textColumn": "Case.status.title",
|
|
3640
|
+
"showEditorPanel": false,
|
|
3641
|
+
"dashboardFilters": [
|
|
3642
|
+
{
|
|
3643
|
+
"columnName": "Year",
|
|
3644
|
+
"active": "2010 - 2023",
|
|
3645
|
+
"values": [
|
|
3646
|
+
"2010",
|
|
3647
|
+
"2010 - 2023",
|
|
3648
|
+
"2011",
|
|
3649
|
+
"2012",
|
|
3650
|
+
"2013",
|
|
3651
|
+
"2014",
|
|
3652
|
+
"2015",
|
|
3653
|
+
"2016",
|
|
3654
|
+
"2017",
|
|
3655
|
+
"2018",
|
|
3656
|
+
"2019",
|
|
3657
|
+
"2020",
|
|
3658
|
+
"2021",
|
|
3659
|
+
"2022",
|
|
3660
|
+
"2023"
|
|
3661
|
+
]
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"columnName": "Travel status",
|
|
3665
|
+
"active": "All",
|
|
3666
|
+
"values": [
|
|
3667
|
+
"All",
|
|
3668
|
+
"Locally acquired",
|
|
3669
|
+
"Travel associated"
|
|
3670
|
+
]
|
|
3671
|
+
}
|
|
3672
|
+
],
|
|
3673
|
+
"migrations": {
|
|
3674
|
+
"addColorMigration": true
|
|
3675
|
+
},
|
|
3676
|
+
"general": {
|
|
3677
|
+
"palette": {
|
|
3678
|
+
"version": "1.0",
|
|
3679
|
+
"backups": [
|
|
3680
|
+
{
|
|
3681
|
+
"version": "1.0"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"version": "1.0"
|
|
3685
|
+
}
|
|
3686
|
+
]
|
|
3687
|
+
}
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3690
|
+
"filtered-text1725483579414": {
|
|
3691
|
+
"title": "",
|
|
3692
|
+
"type": "filtered-text",
|
|
3693
|
+
"theme": "theme-cyan",
|
|
3694
|
+
"fontSize": "medium",
|
|
3695
|
+
"shadow": false,
|
|
3696
|
+
"filters": [],
|
|
3697
|
+
"visual": {
|
|
3698
|
+
"hideBackgroundColor": false,
|
|
3699
|
+
"background": true,
|
|
3700
|
+
"roundedBorders": false,
|
|
3701
|
+
"accent": false,
|
|
3702
|
+
"border": false,
|
|
3703
|
+
"borderColorTheme": false
|
|
3704
|
+
},
|
|
3705
|
+
"filterBehavior": "Filter Change",
|
|
3706
|
+
"openModal": true,
|
|
3707
|
+
"uid": "filtered-text1725483579414",
|
|
3708
|
+
"visualizationType": "filtered-text",
|
|
3709
|
+
"dataDescription": {
|
|
3710
|
+
"horizontal": false,
|
|
3711
|
+
"series": false
|
|
3712
|
+
},
|
|
3713
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Historic_Titles.csv",
|
|
3714
|
+
"version": "4.24.9",
|
|
3715
|
+
"textColumn": "Clinical.syndrome.title",
|
|
3716
|
+
"titleStyle": "small"
|
|
3717
|
+
},
|
|
3718
|
+
"filtered-text1725483692261": {
|
|
3719
|
+
"title": "",
|
|
3720
|
+
"type": "filtered-text",
|
|
3721
|
+
"theme": "theme-cyan",
|
|
3722
|
+
"fontSize": "medium",
|
|
3723
|
+
"shadow": false,
|
|
3724
|
+
"filters": [],
|
|
3725
|
+
"visual": {
|
|
3726
|
+
"hideBackgroundColor": false,
|
|
3727
|
+
"background": true,
|
|
3728
|
+
"roundedBorders": false,
|
|
3729
|
+
"accent": false,
|
|
3730
|
+
"border": false,
|
|
3731
|
+
"borderColorTheme": false
|
|
3732
|
+
},
|
|
3733
|
+
"filterBehavior": "Filter Change",
|
|
3734
|
+
"openModal": true,
|
|
3735
|
+
"uid": "filtered-text1725483692261",
|
|
3736
|
+
"visualizationType": "filtered-text",
|
|
3737
|
+
"dataDescription": {
|
|
3738
|
+
"horizontal": false,
|
|
3739
|
+
"series": false
|
|
3740
|
+
},
|
|
3741
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Historic_Titles.csv",
|
|
3742
|
+
"version": "4.24.9",
|
|
3743
|
+
"textColumn": "Age.sex.group.title",
|
|
3744
|
+
"titleStyle": "small"
|
|
3745
|
+
},
|
|
3746
|
+
"filtered-text1725483841121": {
|
|
3747
|
+
"title": "",
|
|
3748
|
+
"type": "filtered-text",
|
|
3749
|
+
"theme": "theme-cyan",
|
|
3750
|
+
"fontSize": "medium",
|
|
3751
|
+
"shadow": false,
|
|
3752
|
+
"filters": [],
|
|
3753
|
+
"visual": {
|
|
3754
|
+
"hideBackgroundColor": false,
|
|
3755
|
+
"background": true,
|
|
3756
|
+
"roundedBorders": false,
|
|
3757
|
+
"accent": false,
|
|
3758
|
+
"border": false,
|
|
3759
|
+
"borderColorTheme": false
|
|
3760
|
+
},
|
|
3761
|
+
"filterBehavior": "Filter Change",
|
|
3762
|
+
"openModal": true,
|
|
3763
|
+
"uid": "filtered-text1725483841121",
|
|
3764
|
+
"visualizationType": "filtered-text",
|
|
3765
|
+
"dataDescription": {
|
|
3766
|
+
"horizontal": false,
|
|
3767
|
+
"series": false
|
|
3768
|
+
},
|
|
3769
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Historic_Titles.csv",
|
|
3770
|
+
"version": "4.24.9",
|
|
3771
|
+
"textColumn": "Serotype.title",
|
|
3772
|
+
"titleStyle": "small"
|
|
3773
|
+
},
|
|
3774
|
+
"filtered-text1725483886714": {
|
|
3775
|
+
"title": "",
|
|
3776
|
+
"type": "filtered-text",
|
|
3777
|
+
"theme": "theme-cyan",
|
|
3778
|
+
"fontSize": "medium",
|
|
3779
|
+
"shadow": false,
|
|
3780
|
+
"filters": [],
|
|
3781
|
+
"visual": {
|
|
3782
|
+
"hideBackgroundColor": false,
|
|
3783
|
+
"background": true,
|
|
3784
|
+
"roundedBorders": false,
|
|
3785
|
+
"accent": false,
|
|
3786
|
+
"border": false,
|
|
3787
|
+
"borderColorTheme": false
|
|
3788
|
+
},
|
|
3789
|
+
"filterBehavior": "Filter Change",
|
|
3790
|
+
"openModal": true,
|
|
3791
|
+
"uid": "filtered-text1725483886714",
|
|
3792
|
+
"visualizationType": "filtered-text",
|
|
3793
|
+
"dataDescription": {
|
|
3794
|
+
"horizontal": false,
|
|
3795
|
+
"series": false
|
|
3796
|
+
},
|
|
3797
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Historic_Titles.csv",
|
|
3798
|
+
"version": "4.24.9",
|
|
3799
|
+
"textColumn": "Hospitalizations.title",
|
|
3800
|
+
"titleStyle": "small"
|
|
3801
|
+
},
|
|
3802
|
+
"chart1725485242522": {
|
|
3803
|
+
"annotations": [],
|
|
3804
|
+
"type": "chart",
|
|
3805
|
+
"debugSvg": false,
|
|
3806
|
+
"chartMessage": {
|
|
3807
|
+
"noData": "No Data Available"
|
|
3808
|
+
},
|
|
3809
|
+
"title": "Dengue virus serotype identified among cases with known status based on year and travel status selected above",
|
|
3810
|
+
"showTitle": false,
|
|
3811
|
+
"showDownloadMediaButton": false,
|
|
3812
|
+
"theme": "theme-blue",
|
|
3813
|
+
"animate": false,
|
|
3814
|
+
"fontSize": "medium",
|
|
3815
|
+
"lineDatapointStyle": "hover",
|
|
3816
|
+
"lineDatapointColor": "Same as Line",
|
|
3817
|
+
"barHasBorder": "false",
|
|
3818
|
+
"isLollipopChart": false,
|
|
3819
|
+
"lollipopShape": "circle",
|
|
3820
|
+
"lollipopColorStyle": "two-tone",
|
|
3821
|
+
"visualizationSubType": "regular",
|
|
3822
|
+
"barStyle": "rounded",
|
|
3823
|
+
"roundingStyle": "shallow",
|
|
3824
|
+
"tipRounding": "top",
|
|
3825
|
+
"isResponsiveTicks": false,
|
|
3826
|
+
"general": {
|
|
3827
|
+
"annotationDropdownText": "Annotations",
|
|
3828
|
+
"showMissingDataLabel": true,
|
|
3829
|
+
"showSuppressedSymbol": true,
|
|
3830
|
+
"showZeroValueData": true,
|
|
3831
|
+
"hideNullValue": true,
|
|
3832
|
+
"showZeroValueDataLabel": true,
|
|
3833
|
+
"palette": {
|
|
3834
|
+
"name": "qualitative_bold",
|
|
3835
|
+
"version": "1.0"
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3838
|
+
"padding": {
|
|
3839
|
+
"left": 5,
|
|
3840
|
+
"right": 5
|
|
3841
|
+
},
|
|
3842
|
+
"preliminaryData": [],
|
|
3843
|
+
"yAxis": {
|
|
3844
|
+
"hideAxis": false,
|
|
3845
|
+
"displayNumbersOnBar": true,
|
|
3846
|
+
"hideLabel": false,
|
|
3847
|
+
"hideTicks": false,
|
|
3848
|
+
"size": "60",
|
|
3849
|
+
"gridLines": false,
|
|
3850
|
+
"enablePadding": true,
|
|
3851
|
+
"min": "",
|
|
3852
|
+
"max": "",
|
|
3853
|
+
"labelColor": "#1c1d1f",
|
|
3854
|
+
"tickLabelColor": "#1c1d1f",
|
|
3855
|
+
"tickColor": "#1c1d1f",
|
|
3856
|
+
"rightHideAxis": true,
|
|
3857
|
+
"rightAxisSize": 0,
|
|
3858
|
+
"rightLabel": "",
|
|
3859
|
+
"rightLabelOffsetSize": 0,
|
|
3860
|
+
"rightAxisLabelColor": "#1c1d1f",
|
|
3861
|
+
"rightAxisTickLabelColor": "#1c1d1f",
|
|
3862
|
+
"rightAxisTickColor": "#1c1d1f",
|
|
3863
|
+
"numTicks": "",
|
|
3864
|
+
"axisPadding": 0,
|
|
3865
|
+
"scalePadding": 10,
|
|
3866
|
+
"tickRotation": 0,
|
|
3867
|
+
"anchors": [],
|
|
3868
|
+
"shoMissingDataLabel": true,
|
|
3869
|
+
"showMissingDataLine": true,
|
|
3870
|
+
"categories": [],
|
|
3871
|
+
"labelPlacement": "On Date/Category Axis",
|
|
3872
|
+
"label": "% of total",
|
|
3873
|
+
"maxValue": 110.00000000000001
|
|
3874
|
+
},
|
|
3875
|
+
"boxplot": {
|
|
3876
|
+
"plots": [],
|
|
3877
|
+
"borders": "true",
|
|
3878
|
+
"plotOutlierValues": false,
|
|
3879
|
+
"plotNonOutlierValues": true,
|
|
3880
|
+
"labels": {
|
|
3881
|
+
"q1": "Lower Quartile",
|
|
3882
|
+
"q2": "q2",
|
|
3883
|
+
"q3": "Upper Quartile",
|
|
3884
|
+
"q4": "q4",
|
|
3885
|
+
"minimum": "Minimum",
|
|
3886
|
+
"maximum": "Maximum",
|
|
3887
|
+
"mean": "Mean",
|
|
3888
|
+
"median": "Median",
|
|
3889
|
+
"sd": "Standard Deviation",
|
|
3890
|
+
"iqr": "Interquartile Range",
|
|
3891
|
+
"total": "Total",
|
|
3892
|
+
"outliers": "Outliers",
|
|
3893
|
+
"values": "Values",
|
|
3894
|
+
"lowerBounds": "Lower Bounds",
|
|
3895
|
+
"upperBounds": "Upper Bounds",
|
|
3896
|
+
"count": "Count"
|
|
3897
|
+
},
|
|
3898
|
+
"firstQuartilePercentage": 25,
|
|
3899
|
+
"thirdQuartilePercentage": 75,
|
|
3900
|
+
"boxWidthPercentage": 40,
|
|
3901
|
+
"legend": {
|
|
3902
|
+
"showHowToReadText": false,
|
|
3903
|
+
"howToReadText": ""
|
|
3904
|
+
}
|
|
3905
|
+
},
|
|
3906
|
+
"topAxis": {
|
|
3907
|
+
"hasLine": false
|
|
3908
|
+
},
|
|
3909
|
+
"isLegendValue": false,
|
|
3910
|
+
"barThickness": 0.35,
|
|
3911
|
+
"barHeight": 25,
|
|
3912
|
+
"barSpace": 15,
|
|
3913
|
+
"heights": {
|
|
3914
|
+
"vertical": 300,
|
|
3915
|
+
"horizontal": 160
|
|
3916
|
+
},
|
|
3917
|
+
"xAxis": {
|
|
3918
|
+
"sortDates": false,
|
|
3919
|
+
"anchors": [],
|
|
3920
|
+
"type": "categorical",
|
|
3921
|
+
"showTargetLabel": true,
|
|
3922
|
+
"targetLabel": "Target",
|
|
3923
|
+
"hideAxis": false,
|
|
3924
|
+
"hideLabel": false,
|
|
3925
|
+
"hideTicks": false,
|
|
3926
|
+
"size": "125",
|
|
3927
|
+
"tickRotation": "30",
|
|
3928
|
+
"min": "",
|
|
3929
|
+
"max": "",
|
|
3930
|
+
"labelColor": "#1c1d1f",
|
|
3931
|
+
"tickLabelColor": "#1c1d1f",
|
|
3932
|
+
"tickColor": "#1c1d1f",
|
|
3933
|
+
"numTicks": "",
|
|
3934
|
+
"labelOffset": 0,
|
|
3935
|
+
"axisPadding": 200,
|
|
3936
|
+
"target": 0,
|
|
3937
|
+
"maxTickRotation": 0,
|
|
3938
|
+
"padding": 5,
|
|
3939
|
+
"showYearsOnce": false,
|
|
3940
|
+
"sortByRecentDate": false,
|
|
3941
|
+
"dataKey": "denvserotype",
|
|
3942
|
+
"label": "Serotype",
|
|
3943
|
+
"tickWidthMax": 35,
|
|
3944
|
+
"axisBBox": 62.279998779296875
|
|
3945
|
+
},
|
|
3946
|
+
"table": {
|
|
3947
|
+
"label": "Data Table - Dengue virus serotype identified among cases with known status based on year and travel status selected above",
|
|
3948
|
+
"expanded": false,
|
|
3949
|
+
"limitHeight": false,
|
|
3950
|
+
"height": "",
|
|
3951
|
+
"caption": "",
|
|
3952
|
+
"showDownloadUrl": false,
|
|
3953
|
+
"showDataTableLink": false,
|
|
3954
|
+
"showDownloadLinkBelow": true,
|
|
3955
|
+
"indexLabel": "Serotype",
|
|
3956
|
+
"download": true,
|
|
3957
|
+
"showVertical": true,
|
|
3958
|
+
"dateDisplayFormat": "",
|
|
3959
|
+
"showMissingDataLabel": true,
|
|
3960
|
+
"showSuppressedSymbol": true,
|
|
3961
|
+
"show": true
|
|
3962
|
+
},
|
|
3963
|
+
"orientation": "horizontal",
|
|
3964
|
+
"columns": {},
|
|
3965
|
+
"legend": {
|
|
3966
|
+
"hide": true,
|
|
3967
|
+
"behavior": "isolate",
|
|
3968
|
+
"axisAlign": true,
|
|
3969
|
+
"singleRow": true,
|
|
3970
|
+
"colorCode": "",
|
|
3971
|
+
"reverseLabelOrder": false,
|
|
3972
|
+
"description": "",
|
|
3973
|
+
"dynamicLegend": false,
|
|
3974
|
+
"dynamicLegendDefaultText": "Show All",
|
|
3975
|
+
"dynamicLegendItemLimit": 5,
|
|
3976
|
+
"dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
|
|
3977
|
+
"dynamicLegendChartMessage": "Select Options from the Legend",
|
|
3978
|
+
"label": "",
|
|
3979
|
+
"lineMode": false,
|
|
3980
|
+
"verticalSorted": false,
|
|
3981
|
+
"highlightOnHover": false,
|
|
3982
|
+
"hideSuppressedLabels": false,
|
|
3983
|
+
"hideSuppressionLink": false,
|
|
3984
|
+
"seriesHighlight": [],
|
|
3985
|
+
"style": "circles",
|
|
3986
|
+
"subStyle": "linear blocks",
|
|
3987
|
+
"shape": "circle",
|
|
3988
|
+
"tickRotation": "",
|
|
3989
|
+
"hideBorder": {
|
|
3990
|
+
"side": false,
|
|
3991
|
+
"topBottom": true
|
|
3992
|
+
},
|
|
3993
|
+
"position": "right",
|
|
3994
|
+
"unified": true
|
|
3995
|
+
},
|
|
3996
|
+
"exclusions": {
|
|
3997
|
+
"active": false,
|
|
3998
|
+
"keys": []
|
|
3999
|
+
},
|
|
4000
|
+
"isPaletteReversed": false,
|
|
4001
|
+
"twoColor": {
|
|
4002
|
+
"palette": "monochrome-1",
|
|
4003
|
+
"isPaletteReversed": false
|
|
4004
|
+
},
|
|
4005
|
+
"labels": false,
|
|
4006
|
+
"dataFormat": {
|
|
4007
|
+
"commas": false,
|
|
4008
|
+
"prefix": "",
|
|
4009
|
+
"suffix": "%",
|
|
4010
|
+
"abbreviated": false,
|
|
4011
|
+
"bottomSuffix": "",
|
|
4012
|
+
"bottomPrefix": "",
|
|
4013
|
+
"bottomAbbreviated": false
|
|
4014
|
+
},
|
|
4015
|
+
"confidenceKeys": {},
|
|
4016
|
+
"visual": {
|
|
4017
|
+
"border": true,
|
|
4018
|
+
"accent": true,
|
|
4019
|
+
"background": true,
|
|
4020
|
+
"verticalHoverLine": false,
|
|
4021
|
+
"horizontalHoverLine": false,
|
|
4022
|
+
"lineDatapointSymbol": "none",
|
|
4023
|
+
"maximumShapeAmount": 7
|
|
4024
|
+
},
|
|
4025
|
+
"useLogScale": false,
|
|
4026
|
+
"filterBehavior": "Filter Change",
|
|
4027
|
+
"highlightedBarValues": [],
|
|
4028
|
+
"series": [
|
|
4029
|
+
{
|
|
4030
|
+
"dataKey": "Percent",
|
|
4031
|
+
"type": "Bar",
|
|
4032
|
+
"axis": "Left",
|
|
4033
|
+
"tooltip": true
|
|
4034
|
+
}
|
|
4035
|
+
],
|
|
4036
|
+
"tooltips": {
|
|
4037
|
+
"opacity": 90,
|
|
4038
|
+
"singleSeries": false,
|
|
4039
|
+
"dateDisplayFormat": ""
|
|
4040
|
+
},
|
|
4041
|
+
"forestPlot": {
|
|
4042
|
+
"startAt": 0,
|
|
4043
|
+
"colors": {
|
|
4044
|
+
"line": "",
|
|
4045
|
+
"shape": ""
|
|
4046
|
+
},
|
|
4047
|
+
"lineOfNoEffect": {
|
|
4048
|
+
"show": true
|
|
4049
|
+
},
|
|
4050
|
+
"type": "",
|
|
4051
|
+
"pooledResult": {
|
|
4052
|
+
"diamondHeight": 5,
|
|
4053
|
+
"column": ""
|
|
4054
|
+
},
|
|
4055
|
+
"estimateField": "",
|
|
4056
|
+
"estimateRadius": "",
|
|
4057
|
+
"shape": "square",
|
|
4058
|
+
"rowHeight": 20,
|
|
4059
|
+
"description": {
|
|
4060
|
+
"show": true,
|
|
4061
|
+
"text": "description",
|
|
4062
|
+
"location": 0
|
|
4063
|
+
},
|
|
4064
|
+
"result": {
|
|
4065
|
+
"show": true,
|
|
4066
|
+
"text": "result",
|
|
4067
|
+
"location": 100
|
|
4068
|
+
},
|
|
4069
|
+
"radius": {
|
|
4070
|
+
"min": 2,
|
|
4071
|
+
"max": 10,
|
|
4072
|
+
"scalingColumn": ""
|
|
4073
|
+
},
|
|
4074
|
+
"regression": {
|
|
4075
|
+
"lower": 0,
|
|
4076
|
+
"upper": 0,
|
|
4077
|
+
"estimateField": 0
|
|
4078
|
+
},
|
|
4079
|
+
"leftWidthOffset": 0,
|
|
4080
|
+
"rightWidthOffset": 0,
|
|
4081
|
+
"showZeroLine": false,
|
|
4082
|
+
"leftLabel": "",
|
|
4083
|
+
"rightLabel": ""
|
|
4084
|
+
},
|
|
4085
|
+
"area": {
|
|
4086
|
+
"isStacked": false
|
|
4087
|
+
},
|
|
4088
|
+
"sankey": {
|
|
4089
|
+
"title": {
|
|
4090
|
+
"defaultColor": "black"
|
|
4091
|
+
},
|
|
4092
|
+
"iterations": 1,
|
|
4093
|
+
"rxValue": 0.9,
|
|
4094
|
+
"overallSize": {
|
|
4095
|
+
"width": 900,
|
|
4096
|
+
"height": 700
|
|
4097
|
+
},
|
|
4098
|
+
"margin": {
|
|
4099
|
+
"margin_y": 25,
|
|
4100
|
+
"margin_x": 0
|
|
4101
|
+
},
|
|
4102
|
+
"nodeSize": {
|
|
4103
|
+
"nodeWidth": 26,
|
|
4104
|
+
"nodeHeight": 40
|
|
4105
|
+
},
|
|
4106
|
+
"nodePadding": 55,
|
|
4107
|
+
"nodeFontColor": "black",
|
|
4108
|
+
"nodeColor": {
|
|
4109
|
+
"default": "#ff8500",
|
|
4110
|
+
"inactive": "#808080"
|
|
4111
|
+
},
|
|
4112
|
+
"linkColor": {
|
|
4113
|
+
"default": "#ffc900",
|
|
4114
|
+
"inactive": "#D3D3D3"
|
|
4115
|
+
},
|
|
4116
|
+
"opacity": {
|
|
4117
|
+
"nodeOpacityDefault": 1,
|
|
4118
|
+
"nodeOpacityInactive": 0.1,
|
|
4119
|
+
"LinkOpacityDefault": 1,
|
|
4120
|
+
"LinkOpacityInactive": 0.1
|
|
4121
|
+
},
|
|
4122
|
+
"storyNodeFontColor": "#006778",
|
|
4123
|
+
"storyNodeText": [],
|
|
4124
|
+
"nodeValueStyle": {
|
|
4125
|
+
"textBefore": "(",
|
|
4126
|
+
"textAfter": ")"
|
|
4127
|
+
},
|
|
4128
|
+
"data": []
|
|
4129
|
+
},
|
|
4130
|
+
"filters": [],
|
|
4131
|
+
"openModal": true,
|
|
4132
|
+
"uid": "chart1725485242522",
|
|
4133
|
+
"visualizationType": "Bar",
|
|
4134
|
+
"dataDescription": {
|
|
4135
|
+
"horizontal": false,
|
|
4136
|
+
"series": false
|
|
4137
|
+
},
|
|
4138
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN Alternate/Serotype_Historic.csv",
|
|
4139
|
+
"version": "4.25.1",
|
|
4140
|
+
"dynamicMarginTop": 0,
|
|
4141
|
+
"migrations": {
|
|
4142
|
+
"addColorMigration": true
|
|
4143
|
+
},
|
|
4144
|
+
"titleStyle": "legacy"
|
|
4145
|
+
},
|
|
4146
|
+
"filtered-text1725486345505": {
|
|
4147
|
+
"title": "",
|
|
4148
|
+
"type": "filtered-text",
|
|
4149
|
+
"theme": "theme-cyan",
|
|
4150
|
+
"fontSize": "medium",
|
|
4151
|
+
"shadow": false,
|
|
4152
|
+
"filters": [],
|
|
4153
|
+
"visual": {
|
|
4154
|
+
"hideBackgroundColor": false,
|
|
4155
|
+
"background": true,
|
|
4156
|
+
"roundedBorders": false,
|
|
4157
|
+
"accent": false,
|
|
4158
|
+
"border": false,
|
|
4159
|
+
"borderColorTheme": false
|
|
4160
|
+
},
|
|
4161
|
+
"filterBehavior": "Filter Change",
|
|
4162
|
+
"openModal": true,
|
|
4163
|
+
"uid": "filtered-text1725486345505",
|
|
4164
|
+
"visualizationType": "filtered-text",
|
|
4165
|
+
"dataDescription": {
|
|
4166
|
+
"horizontal": false,
|
|
4167
|
+
"series": false
|
|
4168
|
+
},
|
|
4169
|
+
"dataKey": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Historic_Titles.csv",
|
|
4170
|
+
"version": "4.24.9",
|
|
4171
|
+
"textColumn": "Serotype.status.title",
|
|
4172
|
+
"titleStyle": "small"
|
|
4173
|
+
}
|
|
4174
|
+
},
|
|
4175
|
+
"rows": [
|
|
4176
|
+
{
|
|
4177
|
+
"columns": [
|
|
4178
|
+
{
|
|
4179
|
+
"width": 12,
|
|
4180
|
+
"widget": "dashboardFilters1725477442274"
|
|
4181
|
+
}
|
|
4182
|
+
],
|
|
4183
|
+
"uuid": 1725477464424
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"columns": [
|
|
4187
|
+
{
|
|
4188
|
+
"width": 12,
|
|
4189
|
+
"widget": "data-bite1725474049762"
|
|
4190
|
+
}
|
|
4191
|
+
],
|
|
4192
|
+
"uuid": 1725477464424
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
"columns": [
|
|
4196
|
+
{
|
|
4197
|
+
"width": 12,
|
|
4198
|
+
"widget": "filtered-text1725483335879"
|
|
4199
|
+
}
|
|
4200
|
+
],
|
|
4201
|
+
"uuid": 1725483328491
|
|
4202
|
+
},
|
|
4203
|
+
{
|
|
4204
|
+
"columns": [
|
|
4205
|
+
{
|
|
4206
|
+
"width": 12,
|
|
4207
|
+
"widget": "chart1725474304312"
|
|
4208
|
+
}
|
|
4209
|
+
],
|
|
4210
|
+
"uuid": 1725483575105
|
|
4211
|
+
},
|
|
4212
|
+
{
|
|
4213
|
+
"columns": [
|
|
4214
|
+
{
|
|
4215
|
+
"width": 12,
|
|
4216
|
+
"widget": "filtered-text1725483579414"
|
|
4217
|
+
}
|
|
4218
|
+
],
|
|
4219
|
+
"uuid": 1725483575105
|
|
4220
|
+
},
|
|
4221
|
+
{
|
|
4222
|
+
"columns": [
|
|
4223
|
+
{
|
|
4224
|
+
"width": 12,
|
|
4225
|
+
"widget": "chart1725474733745"
|
|
4226
|
+
}
|
|
4227
|
+
],
|
|
4228
|
+
"uuid": 1725483683355
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"columns": [
|
|
4232
|
+
{
|
|
4233
|
+
"width": 12,
|
|
4234
|
+
"widget": "filtered-text1725483692261"
|
|
4235
|
+
}
|
|
4236
|
+
],
|
|
4237
|
+
"uuid": 1725483683355
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"columns": [
|
|
4241
|
+
{
|
|
4242
|
+
"width": 12,
|
|
4243
|
+
"widget": "chart1725475128269"
|
|
4244
|
+
}
|
|
4245
|
+
],
|
|
4246
|
+
"uuid": 1725483669876
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"columns": [
|
|
4250
|
+
{
|
|
4251
|
+
"width": 12,
|
|
4252
|
+
"widget": "filtered-text1725486345505"
|
|
4253
|
+
}
|
|
4254
|
+
],
|
|
4255
|
+
"uuid": 1725486163784
|
|
4256
|
+
},
|
|
4257
|
+
{
|
|
4258
|
+
"columns": [
|
|
4259
|
+
{
|
|
4260
|
+
"width": 12,
|
|
4261
|
+
"widget": "chart1725475807056"
|
|
4262
|
+
}
|
|
4263
|
+
],
|
|
4264
|
+
"uuid": 1725486163784
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"columns": [
|
|
4268
|
+
{
|
|
4269
|
+
"width": 12,
|
|
4270
|
+
"widget": "filtered-text1725483841121"
|
|
4271
|
+
}
|
|
4272
|
+
],
|
|
4273
|
+
"uuid": 1725486161446
|
|
4274
|
+
},
|
|
4275
|
+
{
|
|
4276
|
+
"columns": [
|
|
4277
|
+
{
|
|
4278
|
+
"width": 12,
|
|
4279
|
+
"widget": "chart1725485242522"
|
|
4280
|
+
}
|
|
4281
|
+
],
|
|
4282
|
+
"uuid": 1725486154836
|
|
4283
|
+
},
|
|
4284
|
+
{
|
|
4285
|
+
"columns": [
|
|
4286
|
+
{
|
|
4287
|
+
"width": 12,
|
|
4288
|
+
"widget": "filtered-text1725483886714"
|
|
4289
|
+
}
|
|
4290
|
+
],
|
|
4291
|
+
"uuid": 1725486152048
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"columns": [
|
|
4295
|
+
{
|
|
4296
|
+
"width": 12,
|
|
4297
|
+
"widget": "chart1725476740641"
|
|
4298
|
+
}
|
|
4299
|
+
],
|
|
4300
|
+
"uuid": 1725486150390
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"columns": [
|
|
4304
|
+
{
|
|
4305
|
+
"width": 12,
|
|
4306
|
+
"widget": null
|
|
4307
|
+
}
|
|
4308
|
+
]
|
|
4309
|
+
}
|
|
4310
|
+
],
|
|
4311
|
+
"label": "Explore Case Data",
|
|
4312
|
+
"type": "dashboard",
|
|
4313
|
+
"migrations": {
|
|
4314
|
+
"addColorMigration": true
|
|
4315
|
+
},
|
|
4316
|
+
"general": {
|
|
4317
|
+
"palette": {
|
|
4318
|
+
"version": "1.0",
|
|
4319
|
+
"backups": [
|
|
4320
|
+
{
|
|
4321
|
+
"version": "1.0"
|
|
4322
|
+
},
|
|
4323
|
+
{
|
|
4324
|
+
"version": "1.0"
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"version": "1.0"
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
"version": "1.0"
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"version": "1.0"
|
|
4334
|
+
},
|
|
4335
|
+
{
|
|
4336
|
+
"version": "1.0"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"version": "1.0"
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
"version": "1.0"
|
|
4343
|
+
},
|
|
4344
|
+
{
|
|
4345
|
+
"version": "1.0"
|
|
4346
|
+
},
|
|
4347
|
+
{
|
|
4348
|
+
"version": "1.0"
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"version": "1.0"
|
|
4352
|
+
},
|
|
4353
|
+
{
|
|
4354
|
+
"version": "1.0"
|
|
4355
|
+
},
|
|
4356
|
+
{
|
|
4357
|
+
"version": "1.0"
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"version": "1.0"
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"version": "1.0"
|
|
4364
|
+
},
|
|
4365
|
+
{
|
|
4366
|
+
"version": "1.0"
|
|
4367
|
+
},
|
|
4368
|
+
{
|
|
4369
|
+
"version": "1.0"
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"version": "1.0"
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"version": "1.0"
|
|
4376
|
+
},
|
|
4377
|
+
{
|
|
4378
|
+
"version": "1.0"
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
"version": "1.0"
|
|
4382
|
+
},
|
|
4383
|
+
{
|
|
4384
|
+
"version": "1.0"
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"version": "1.0"
|
|
4388
|
+
},
|
|
4389
|
+
{
|
|
4390
|
+
"version": "1.0"
|
|
4391
|
+
},
|
|
4392
|
+
{
|
|
4393
|
+
"version": "1.0"
|
|
4394
|
+
},
|
|
4395
|
+
{
|
|
4396
|
+
"version": "1.0"
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"version": "1.0"
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"version": "1.0"
|
|
4403
|
+
},
|
|
4404
|
+
{
|
|
4405
|
+
"version": "1.0"
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"version": "1.0"
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"version": "1.0"
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
"version": "1.0"
|
|
4415
|
+
},
|
|
4416
|
+
{
|
|
4417
|
+
"version": "1.0"
|
|
4418
|
+
},
|
|
4419
|
+
{
|
|
4420
|
+
"version": "1.0"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"version": "1.0"
|
|
4424
|
+
},
|
|
4425
|
+
{
|
|
4426
|
+
"version": "1.0"
|
|
4427
|
+
},
|
|
4428
|
+
{
|
|
4429
|
+
"version": "1.0"
|
|
4430
|
+
},
|
|
4431
|
+
{
|
|
4432
|
+
"version": "1.0"
|
|
4433
|
+
},
|
|
4434
|
+
{
|
|
4435
|
+
"version": "1.0"
|
|
4436
|
+
},
|
|
4437
|
+
{
|
|
4438
|
+
"version": "1.0"
|
|
4439
|
+
},
|
|
4440
|
+
{
|
|
4441
|
+
"version": "1.0"
|
|
4442
|
+
},
|
|
4443
|
+
{
|
|
4444
|
+
"version": "1.0"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"version": "1.0"
|
|
4448
|
+
},
|
|
4449
|
+
{
|
|
4450
|
+
"version": "1.0"
|
|
4451
|
+
},
|
|
4452
|
+
{
|
|
4453
|
+
"version": "1.0"
|
|
4454
|
+
},
|
|
4455
|
+
{
|
|
4456
|
+
"version": "1.0"
|
|
4457
|
+
},
|
|
4458
|
+
{
|
|
4459
|
+
"version": "1.0"
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"version": "1.0"
|
|
4463
|
+
},
|
|
4464
|
+
{
|
|
4465
|
+
"version": "1.0"
|
|
4466
|
+
},
|
|
4467
|
+
{
|
|
4468
|
+
"version": "1.0"
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"version": "1.0"
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"version": "1.0"
|
|
4475
|
+
}
|
|
4476
|
+
]
|
|
4477
|
+
}
|
|
4478
|
+
}
|
|
4479
|
+
}
|
|
4480
|
+
],
|
|
4481
|
+
"migrations": {
|
|
4482
|
+
"addColorMigration": true
|
|
4483
|
+
},
|
|
4484
|
+
"general": {
|
|
4485
|
+
"palette": {
|
|
4486
|
+
"version": "1.0",
|
|
4487
|
+
"backups": [
|
|
4488
|
+
{
|
|
4489
|
+
"version": "1.0"
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"version": "1.0"
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"version": "1.0"
|
|
4496
|
+
},
|
|
4497
|
+
{
|
|
4498
|
+
"version": "1.0"
|
|
4499
|
+
},
|
|
4500
|
+
{
|
|
4501
|
+
"version": "1.0"
|
|
4502
|
+
},
|
|
4503
|
+
{
|
|
4504
|
+
"version": "1.0"
|
|
4505
|
+
},
|
|
4506
|
+
{
|
|
4507
|
+
"version": "1.0"
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"version": "1.0"
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"version": "1.0"
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"version": "1.0"
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"version": "1.0"
|
|
4520
|
+
},
|
|
4521
|
+
{
|
|
4522
|
+
"version": "1.0"
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"version": "1.0"
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"version": "1.0"
|
|
4529
|
+
},
|
|
4530
|
+
{
|
|
4531
|
+
"version": "1.0"
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"version": "1.0"
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"version": "1.0"
|
|
4538
|
+
}
|
|
4539
|
+
]
|
|
4540
|
+
}
|
|
4541
|
+
},
|
|
4542
|
+
"datasets": {
|
|
4543
|
+
"https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Historic_Titles.csv": {
|
|
4544
|
+
"dataFileSize": 44108,
|
|
4545
|
+
"dataFileName": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Historic_Titles.csv",
|
|
4546
|
+
"dataFileSourceType": "url",
|
|
4547
|
+
"dataFileFormat": "CSV",
|
|
4548
|
+
"preview": false,
|
|
4549
|
+
"dataUrl": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Historic_Titles.csv"
|
|
4550
|
+
},
|
|
4551
|
+
"https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Data_Bites_Historic.csv": {
|
|
4552
|
+
"dataFileSize": 1443,
|
|
4553
|
+
"dataFileName": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Data_Bites_Historic.csv",
|
|
4554
|
+
"dataFileSourceType": "url",
|
|
4555
|
+
"dataFileFormat": "CSV",
|
|
4556
|
+
"preview": false,
|
|
4557
|
+
"dataUrl": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Data_Bites_Historic.csv"
|
|
4558
|
+
},
|
|
4559
|
+
"https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Cases_by_Jurisdiction_Historic.csv": {
|
|
4560
|
+
"dataFileSize": 59914,
|
|
4561
|
+
"dataFileName": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Cases_by_Jurisdiction_Historic.csv",
|
|
4562
|
+
"dataFileSourceType": "url",
|
|
4563
|
+
"dataFileFormat": "CSV",
|
|
4564
|
+
"preview": false,
|
|
4565
|
+
"dataUrl": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Cases_by_Jurisdiction_Historic.csv"
|
|
4566
|
+
},
|
|
4567
|
+
"https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Cases_by_County_Historic.csv": {
|
|
4568
|
+
"dataFileSize": 697125,
|
|
4569
|
+
"dataFileName": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Cases_by_County_Historic.csv",
|
|
4570
|
+
"dataFileSourceType": "url",
|
|
4571
|
+
"dataFileFormat": "CSV",
|
|
4572
|
+
"preview": false,
|
|
4573
|
+
"dataUrl": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Cases_by_County_Historic.csv"
|
|
4574
|
+
},
|
|
4575
|
+
"https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Epi_Curve_Historic.csv": {
|
|
4576
|
+
"dataFileSize": 74641,
|
|
4577
|
+
"dataFileName": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Epi_Curve_Historic.csv",
|
|
4578
|
+
"dataFileSourceType": "url",
|
|
4579
|
+
"dataFileFormat": "CSV",
|
|
4580
|
+
"preview": false,
|
|
4581
|
+
"dataUrl": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Epi_Curve_Historic.csv"
|
|
4582
|
+
},
|
|
4583
|
+
"https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Data_Bites_Cumulative.csv": {
|
|
4584
|
+
"dataFileSize": 22,
|
|
4585
|
+
"dataFileName": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Data_Bites_Cumulative.csv",
|
|
4586
|
+
"dataFileSourceType": "url",
|
|
4587
|
+
"dataFileFormat": "CSV",
|
|
4588
|
+
"preview": false,
|
|
4589
|
+
"dataUrl": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Data_Bites_Cumulative.csv"
|
|
4590
|
+
},
|
|
4591
|
+
"https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN Alternate/Case_Status_Historic.csv": {
|
|
4592
|
+
"dataFileSize": 4300,
|
|
4593
|
+
"dataFileName": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Case_Status_Historic.csv",
|
|
4594
|
+
"dataFileSourceType": "url",
|
|
4595
|
+
"dataFileFormat": "CSV",
|
|
4596
|
+
"preview": false,
|
|
4597
|
+
"dataUrl": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Case_Status_Historic.csv"
|
|
4598
|
+
},
|
|
4599
|
+
"https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN Alternate/Clinical_Syndrome_Historic.csv": {
|
|
4600
|
+
"dataFileSize": 8761,
|
|
4601
|
+
"dataFileName": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Clinical_Syndrome_Historic.csv",
|
|
4602
|
+
"dataFileSourceType": "url",
|
|
4603
|
+
"dataFileFormat": "CSV",
|
|
4604
|
+
"preview": false,
|
|
4605
|
+
"dataUrl": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Clinical_Syndrome_Historic.csv"
|
|
4606
|
+
},
|
|
4607
|
+
"https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN Alternate/Age_Sex_Historic.csv": {
|
|
4608
|
+
"dataFileSize": 18430,
|
|
4609
|
+
"dataFileName": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Age_Sex_Historic.csv",
|
|
4610
|
+
"dataFileSourceType": "url",
|
|
4611
|
+
"dataFileFormat": "CSV",
|
|
4612
|
+
"preview": false,
|
|
4613
|
+
"dataUrl": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Age_Sex_Historic.csv"
|
|
4614
|
+
},
|
|
4615
|
+
"https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN Alternate/Serotype_Status_Historic.csv": {
|
|
4616
|
+
"dataFileSize": 6225,
|
|
4617
|
+
"dataFileName": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Serotype_Status_Historic.csv",
|
|
4618
|
+
"dataFileSourceType": "url",
|
|
4619
|
+
"dataFileFormat": "CSV",
|
|
4620
|
+
"preview": false,
|
|
4621
|
+
"dataUrl": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Serotype_Status_Historic.csv"
|
|
4622
|
+
},
|
|
4623
|
+
"https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN Alternate/Serotype_Historic.csv": {
|
|
4624
|
+
"dataFileSize": 7560,
|
|
4625
|
+
"dataFileName": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Serotype_Historic.csv",
|
|
4626
|
+
"dataFileSourceType": "url",
|
|
4627
|
+
"dataFileFormat": "CSV",
|
|
4628
|
+
"preview": false,
|
|
4629
|
+
"dataUrl": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Serotype_Historic.csv"
|
|
4630
|
+
},
|
|
4631
|
+
"https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN Alternate/Hospitalized_Historic.csv": {
|
|
4632
|
+
"dataFileSize": 4669,
|
|
4633
|
+
"dataFileName": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Hospitalized_Historic.csv",
|
|
4634
|
+
"dataFileSourceType": "url",
|
|
4635
|
+
"dataFileFormat": "CSV",
|
|
4636
|
+
"preview": true,
|
|
4637
|
+
"dataUrl": "https://www.cdc.gov/wcms/vizdata/live/ncezid_dvbd/DEN/Hospitalized_Historic.csv"
|
|
4638
|
+
}
|
|
4639
|
+
}
|
|
4640
|
+
}
|