@cdc/dashboard 4.25.3 → 4.25.5-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/Dynamic_Data.md +79 -0
  2. package/Override_Data.md +39 -0
  3. package/dist/cdcdashboard.js +67657 -70123
  4. package/examples/legend-issue-data.json +1874 -0
  5. package/examples/legend-issue.json +749 -0
  6. package/examples/map.json +628 -0
  7. package/index.html +1 -26
  8. package/package.json +10 -15
  9. package/src/CdcDashboardComponent.tsx +32 -5
  10. package/src/_stories/Dashboard.stories.tsx +2 -0
  11. package/src/_stories/_mock/api-filter-map.json +42 -1
  12. package/src/components/CollapsibleVisualizationRow.tsx +2 -2
  13. package/src/components/DashboardFilters/DashboardFilters.tsx +1 -1
  14. package/src/components/DashboardFilters/DashboardFiltersEditor/components/APIModal.tsx +129 -0
  15. package/src/components/DashboardFilters/DashboardFiltersEditor/components/FilterEditor.tsx +680 -652
  16. package/src/components/DataDesignerModal.tsx +33 -14
  17. package/src/components/MultiConfigTabs/multiconfigtabs.styles.css +3 -0
  18. package/src/components/Row.tsx +2 -1
  19. package/src/components/VisualizationRow.tsx +1 -1
  20. package/src/helpers/reloadURLHelpers.ts +10 -2
  21. package/src/helpers/shouldLoadAllFilters.ts +30 -30
  22. package/src/index.tsx +2 -1
  23. package/src/scss/main.scss +0 -5
  24. package/src/store/dashboard.actions.ts +2 -0
  25. package/src/store/dashboard.reducer.ts +15 -0
  26. package/src/types/DataSet.ts +1 -0
  27. package/src/types/SharedFilter.ts +2 -0
  28. package/LICENSE +0 -201
  29. package/examples/private/DEV-10120.json +0 -1294
  30. package/examples/private/DEV-10527.json +0 -845
  31. package/examples/private/DEV-10586.json +0 -54319
  32. package/examples/private/DEV-10856.json +0 -54319
  33. package/examples/private/DEV-9199.json +0 -606
  34. package/examples/private/DEV-9644.json +0 -20092
  35. package/examples/private/DEV-9684.json +0 -2135
  36. package/examples/private/DEV-9932.json +0 -95
  37. package/examples/private/DEV-9989.json +0 -229
  38. package/examples/private/art-dashboard.json +0 -18174
  39. package/examples/private/art-scratch.json +0 -2406
  40. package/examples/private/bird-flu-2.json +0 -440
  41. package/examples/private/bird-flu.json +0 -413
  42. package/examples/private/dashboard-config-ehdi.json +0 -29915
  43. package/examples/private/dashboard-map-filter.json +0 -815
  44. package/examples/private/dashboard-margins.js +0 -15
  45. package/examples/private/dataset.json +0 -1452
  46. package/examples/private/dev-10856-2.json +0 -1348
  47. package/examples/private/ehdi-data.json +0 -29502
  48. package/examples/private/exposure-source-h5-data.csv +0 -26
  49. package/examples/private/fatal-data.csv +0 -3159
  50. package/examples/private/feelings.json +0 -1
  51. package/examples/private/gaza-issue.json +0 -1214
  52. package/examples/private/markup.json +0 -115
  53. package/examples/private/nhis.json +0 -1792
  54. package/examples/private/workforce.json +0 -2041
@@ -0,0 +1,749 @@
1
+ {
2
+ "table": { "label": "Data Table", "show": false, "showDownloadUrl": false, "showVertical": true },
3
+ "errors": [],
4
+ "currentViewport": "lg",
5
+ "id": 15,
6
+ "category": "General",
7
+ "type": "dashboard",
8
+ "subType": null,
9
+ "orientation": null,
10
+ "icon": { "key": null, "ref": null, "props": {}, "_owner": null, "_store": {} },
11
+ "content": "Present multiple data visualizations with shared filter controls.",
12
+ "datasets": {
13
+ "H5N1_latest_cases_by_state.csv": {
14
+ "dataFileSize": 53012,
15
+ "dataFileName": "/wcms/vizdata/NCIRD_FLU/H5Viz/states.json",
16
+ "dataFileSourceType": "url",
17
+ "dataFileFormat": "JSON",
18
+ "preview": true,
19
+ "dataUrl": "/examples/legend-issue-data.json"
20
+ }
21
+ },
22
+ "visualizationType": null,
23
+ "activeVizButtonID": 15,
24
+ "version": "4.25.1",
25
+ "migrations": { "addColorMigration": true },
26
+ "multiDashboards": [
27
+ {
28
+ "dashboard": {
29
+ "theme": "theme-blue",
30
+ "sharedFilters": [
31
+ {
32
+ "key": "",
33
+ "showDropdown": false,
34
+ "values": ["All Animals", "Backyard Flocks", "Commercial Poultry Flocks", "Dairy Herds"],
35
+ "type": "datafilter",
36
+ "orderedValues": ["All Animals", "Backyard Flocks", "Commercial Poultry Flocks", "Dairy Herds"],
37
+ "columnName": "animal_category",
38
+ "tier": 1,
39
+ "defaultValue": "All Animals",
40
+ "usedBy": [0, 1]
41
+ }
42
+ ]
43
+ },
44
+ "visualizations": {
45
+ "dashboardFilters1743195120124": {
46
+ "filters": [],
47
+ "filterBehavior": "Filter Change",
48
+ "newViz": true,
49
+ "openModal": true,
50
+ "uid": "dashboardFilters1743195120124",
51
+ "type": "dashboardFilters",
52
+ "sharedFilterIndexes": [0],
53
+ "visualizationType": "dashboardFilters"
54
+ },
55
+ "map1743195174834": {
56
+ "annotations": [],
57
+ "general": {
58
+ "geoType": "us",
59
+ "navigationTarget": "_self",
60
+ "noStateFoundMessage": "Map Unavailable",
61
+ "annotationDropdownText": "Annotations",
62
+ "geoBorderColor": "darkGray",
63
+ "headerColor": "theme-blue",
64
+ "title": "",
65
+ "showTitle": true,
66
+ "showSidebar": true,
67
+ "showDownloadMediaButton": false,
68
+ "displayAsHex": false,
69
+ "displayStateLabels": true,
70
+ "territoriesAlwaysShow": false,
71
+ "language": "en",
72
+ "geoLabelOverride": "",
73
+ "hasRegions": false,
74
+ "fullBorder": false,
75
+ "type": "data",
76
+ "convertFipsCodes": true,
77
+ "palette": { "isReversed": false },
78
+ "allowMapZoom": true,
79
+ "hideGeoColumnInTooltip": false,
80
+ "hidePrimaryColumnInTooltip": true,
81
+ "statePicked": { "fipsCode": "01", "stateName": "Alabama" },
82
+ "expandDataTable": false,
83
+ "equalNumberOptIn": false
84
+ },
85
+ "type": "map",
86
+ "color": "sequential-blue-2(MPX)",
87
+ "columns": {
88
+ "geo": { "name": "state", "label": "Location", "tooltip": false, "dataTable": true },
89
+ "primary": {
90
+ "dataTable": false,
91
+ "tooltip": false,
92
+ "prefix": "",
93
+ "suffix": "",
94
+ "name": "total_animal_detections_cat",
95
+ "label": "total_animal_detections_cat",
96
+ "roundToPlace": 0
97
+ },
98
+ "navigate": { "name": "" },
99
+ "latitude": { "name": "" },
100
+ "longitude": { "name": "" },
101
+ "additionalColumn1": {
102
+ "label": "Human cases",
103
+ "dataTable": true,
104
+ "tooltips": false,
105
+ "prefix": "",
106
+ "suffix": "",
107
+ "name": "total_human_detections",
108
+ "tooltip": true
109
+ },
110
+ "additionalColumn2": {
111
+ "label": "Animal cases",
112
+ "dataTable": true,
113
+ "tooltips": false,
114
+ "prefix": "",
115
+ "suffix": "",
116
+ "name": "total_animal_detections",
117
+ "tooltip": true
118
+ }
119
+ },
120
+ "legend": {
121
+ "descriptions": {},
122
+ "specialClasses": [{ "key": "total_animal_detections_cat", "value": "0" }],
123
+ "unified": true,
124
+ "singleColumn": false,
125
+ "singleRow": false,
126
+ "verticalSorted": false,
127
+ "showSpecialClassesLast": false,
128
+ "dynamicDescription": false,
129
+ "type": "category",
130
+ "numberOfItems": 5,
131
+ "position": "top",
132
+ "title": "",
133
+ "style": "gradient",
134
+ "subStyle": "linear blocks",
135
+ "tickRotation": "",
136
+ "singleColumnLegend": false,
137
+ "hideBorder": true,
138
+ "categoryValuesOrder": ["0", "1-10", "11-50", "51-100", ">100"],
139
+ "description": "Number of affected dairy herds, commercial poultry flocks, or backyard flocks",
140
+ "additionalCategories": ["1-10", "11-50", "51-100", ">100"]
141
+ },
142
+ "filters": [],
143
+ "table": {
144
+ "wrapColumns": false,
145
+ "label": "Data Table",
146
+ "expanded": false,
147
+ "limitHeight": false,
148
+ "height": "",
149
+ "caption": "",
150
+ "showDownloadUrl": false,
151
+ "showDataTableLink": false,
152
+ "showDownloadLinkBelow": true,
153
+ "showFullGeoNameInCSV": false,
154
+ "forceDisplay": true,
155
+ "download": true,
156
+ "indexLabel": "",
157
+ "cellMinWidth": "0",
158
+ "sharedFilterColumns": []
159
+ },
160
+ "tooltips": { "appearanceType": "hover", "linkLabel": "Learn More", "capitalizeLabels": true, "opacity": 90 },
161
+ "visual": {
162
+ "minBubbleSize": 1,
163
+ "maxBubbleSize": 20,
164
+ "extraBubbleBorder": false,
165
+ "cityStyle": "circle",
166
+ "cityStyleLabel": "",
167
+ "showBubbleZeros": false,
168
+ "additionalCityStyles": [],
169
+ "geoCodeCircleSize": 8
170
+ },
171
+ "mapPosition": { "coordinates": [0, 30], "zoom": 1 },
172
+ "map": { "layers": [], "patterns": [] },
173
+ "hexMap": {
174
+ "type": "",
175
+ "shapeGroups": [
176
+ {
177
+ "legendTitle": "",
178
+ "legendDescription": "",
179
+ "items": [{ "key": "", "shape": "Arrow Up", "column": "", "operator": "=", "value": "" }]
180
+ }
181
+ ]
182
+ },
183
+ "filterBehavior": "Filter Change",
184
+ "filterIntro": "",
185
+ "openModal": true,
186
+ "uid": "map1743195174834",
187
+ "dataDescription": { "horizontal": false, "series": false },
188
+ "dataKey": "H5N1_latest_cases_by_state.csv",
189
+ "version": "4.25.1",
190
+ "migrations": { "addColorMigration": true }
191
+ }
192
+ },
193
+ "rows": [
194
+ {
195
+ "columns": [{ "width": 12, "widget": "dashboardFilters1743195120124" }, {}, {}],
196
+ "dataDescription": { "horizontal": false, "series": false },
197
+ "dataKey": "H5N1_latest_cases_by_state.csv"
198
+ },
199
+ {
200
+ "columns": [{ "width": 12, "widget": "map1743195174834" }],
201
+ "dataDescription": { "horizontal": false, "series": false },
202
+ "dataKey": "H5N1_latest_cases_by_state.csv"
203
+ }
204
+ ],
205
+ "label": "All Animals"
206
+ },
207
+ {
208
+ "dashboard": {
209
+ "theme": "theme-blue",
210
+ "sharedFilters": [
211
+ {
212
+ "key": "",
213
+ "showDropdown": false,
214
+ "values": ["All Animals", "Backyard Flocks", "Commercial Poultry Flocks", "Dairy Herds"],
215
+ "type": "datafilter",
216
+ "orderedValues": ["All Animals", "Backyard Flocks", "Commercial Poultry Flocks", "Dairy Herds"],
217
+ "columnName": "animal_category",
218
+ "tier": 1,
219
+ "defaultValue": "Dairy Herds",
220
+ "usedBy": [0, 1]
221
+ }
222
+ ]
223
+ },
224
+ "visualizations": {
225
+ "dashboardFilters1743195120124": {
226
+ "filters": [],
227
+ "filterBehavior": "Filter Change",
228
+ "newViz": true,
229
+ "openModal": true,
230
+ "uid": "dashboardFilters1743195120124",
231
+ "type": "dashboardFilters",
232
+ "sharedFilterIndexes": [0],
233
+ "visualizationType": "dashboardFilters"
234
+ },
235
+ "map1743195174834": {
236
+ "annotations": [],
237
+ "general": {
238
+ "geoType": "us",
239
+ "navigationTarget": "_self",
240
+ "noStateFoundMessage": "Map Unavailable",
241
+ "annotationDropdownText": "Annotations",
242
+ "geoBorderColor": "darkGray",
243
+ "headerColor": "theme-blue",
244
+ "title": "",
245
+ "showTitle": true,
246
+ "showSidebar": true,
247
+ "showDownloadMediaButton": false,
248
+ "displayAsHex": false,
249
+ "displayStateLabels": true,
250
+ "territoriesAlwaysShow": false,
251
+ "language": "en",
252
+ "geoLabelOverride": "",
253
+ "hasRegions": false,
254
+ "fullBorder": false,
255
+ "type": "data",
256
+ "convertFipsCodes": true,
257
+ "palette": { "isReversed": false },
258
+ "allowMapZoom": true,
259
+ "hideGeoColumnInTooltip": false,
260
+ "hidePrimaryColumnInTooltip": true,
261
+ "statePicked": { "fipsCode": "01", "stateName": "Alabama" },
262
+ "expandDataTable": false,
263
+ "equalNumberOptIn": false
264
+ },
265
+ "type": "map",
266
+ "color": "sequential-blue-2(MPX)",
267
+ "columns": {
268
+ "geo": { "name": "state", "label": "Location", "tooltip": false, "dataTable": true },
269
+ "primary": {
270
+ "dataTable": false,
271
+ "tooltip": false,
272
+ "prefix": "",
273
+ "suffix": "",
274
+ "name": "total_animal_detections_cat",
275
+ "label": "total_animal_detections_cat",
276
+ "roundToPlace": 0
277
+ },
278
+ "navigate": { "name": "" },
279
+ "latitude": { "name": "" },
280
+ "longitude": { "name": "" },
281
+ "additionalColumn1": {
282
+ "label": "Human cases",
283
+ "dataTable": true,
284
+ "tooltips": false,
285
+ "prefix": "",
286
+ "suffix": "",
287
+ "name": "total_human_detections",
288
+ "tooltip": true
289
+ },
290
+ "additionalColumn2": {
291
+ "label": "Animal cases",
292
+ "dataTable": true,
293
+ "tooltips": false,
294
+ "prefix": "",
295
+ "suffix": "",
296
+ "name": "total_animal_detections",
297
+ "tooltip": true
298
+ }
299
+ },
300
+ "legend": {
301
+ "descriptions": {},
302
+ "specialClasses": [{ "key": "total_animal_detections_cat", "value": "0" }],
303
+ "unified": true,
304
+ "singleColumn": false,
305
+ "singleRow": false,
306
+ "verticalSorted": false,
307
+ "showSpecialClassesLast": false,
308
+ "dynamicDescription": false,
309
+ "type": "category",
310
+ "numberOfItems": 5,
311
+ "position": "top",
312
+ "title": "",
313
+ "style": "gradient",
314
+ "subStyle": "linear blocks",
315
+ "tickRotation": "",
316
+ "singleColumnLegend": false,
317
+ "hideBorder": true,
318
+ "categoryValuesOrder": ["0", "1-10", "11-50", "51-100", ">100"],
319
+ "description": "Number of affected dairy herds",
320
+ "additionalCategories": ["1-10", "11-50", "51-100", ">100"]
321
+ },
322
+ "filters": [],
323
+ "table": {
324
+ "wrapColumns": false,
325
+ "label": "Data Table",
326
+ "expanded": false,
327
+ "limitHeight": false,
328
+ "height": "",
329
+ "caption": "",
330
+ "showDownloadUrl": false,
331
+ "showDataTableLink": false,
332
+ "showDownloadLinkBelow": true,
333
+ "showFullGeoNameInCSV": false,
334
+ "forceDisplay": true,
335
+ "download": true,
336
+ "indexLabel": "",
337
+ "cellMinWidth": "0",
338
+ "sharedFilterColumns": []
339
+ },
340
+ "tooltips": { "appearanceType": "hover", "linkLabel": "Learn More", "capitalizeLabels": true, "opacity": 90 },
341
+ "visual": {
342
+ "minBubbleSize": 1,
343
+ "maxBubbleSize": 20,
344
+ "extraBubbleBorder": false,
345
+ "cityStyle": "circle",
346
+ "cityStyleLabel": "",
347
+ "showBubbleZeros": false,
348
+ "additionalCityStyles": [],
349
+ "geoCodeCircleSize": 8
350
+ },
351
+ "mapPosition": { "coordinates": [0, 30], "zoom": 1 },
352
+ "map": { "layers": [], "patterns": [] },
353
+ "hexMap": {
354
+ "type": "",
355
+ "shapeGroups": [
356
+ {
357
+ "legendTitle": "",
358
+ "legendDescription": "",
359
+ "items": [{ "key": "", "shape": "Arrow Up", "column": "", "operator": "=", "value": "" }]
360
+ }
361
+ ]
362
+ },
363
+ "filterBehavior": "Filter Change",
364
+ "filterIntro": "",
365
+ "openModal": true,
366
+ "uid": "map1743195174834",
367
+ "dataDescription": { "horizontal": false, "series": false },
368
+ "dataKey": "H5N1_latest_cases_by_state.csv",
369
+ "version": "4.25.1",
370
+ "migrations": { "addColorMigration": true }
371
+ }
372
+ },
373
+ "rows": [
374
+ {
375
+ "columns": [{ "width": 12, "widget": "dashboardFilters1743195120124" }, {}, {}],
376
+ "dataDescription": { "horizontal": false, "series": false },
377
+ "dataKey": "H5N1_latest_cases_by_state.csv"
378
+ },
379
+ {
380
+ "columns": [{ "width": 12, "widget": "map1743195174834" }],
381
+ "dataDescription": { "horizontal": false, "series": false },
382
+ "dataKey": "H5N1_latest_cases_by_state.csv"
383
+ }
384
+ ],
385
+ "label": "Dairy Herds"
386
+ },
387
+ {
388
+ "dashboard": {
389
+ "theme": "theme-blue",
390
+ "sharedFilters": [
391
+ {
392
+ "key": "",
393
+ "showDropdown": false,
394
+ "values": ["All Animals", "Backyard Flocks", "Commercial Poultry Flocks", "Dairy Herds"],
395
+ "type": "datafilter",
396
+ "orderedValues": ["All Animals", "Backyard Flocks", "Commercial Poultry Flocks", "Dairy Herds"],
397
+ "columnName": "animal_category",
398
+ "tier": 1,
399
+ "defaultValue": "Commercial Poultry Flocks",
400
+ "usedBy": [0, 1]
401
+ }
402
+ ]
403
+ },
404
+ "visualizations": {
405
+ "dashboardFilters1743195120124": {
406
+ "filters": [],
407
+ "filterBehavior": "Filter Change",
408
+ "newViz": true,
409
+ "openModal": true,
410
+ "uid": "dashboardFilters1743195120124",
411
+ "type": "dashboardFilters",
412
+ "sharedFilterIndexes": [0],
413
+ "visualizationType": "dashboardFilters"
414
+ },
415
+ "map1743195174834": {
416
+ "annotations": [],
417
+ "general": {
418
+ "geoType": "us",
419
+ "navigationTarget": "_self",
420
+ "noStateFoundMessage": "Map Unavailable",
421
+ "annotationDropdownText": "Annotations",
422
+ "geoBorderColor": "darkGray",
423
+ "headerColor": "theme-blue",
424
+ "title": "",
425
+ "showTitle": true,
426
+ "showSidebar": true,
427
+ "showDownloadMediaButton": false,
428
+ "displayAsHex": false,
429
+ "displayStateLabels": true,
430
+ "territoriesAlwaysShow": false,
431
+ "language": "en",
432
+ "geoLabelOverride": "",
433
+ "hasRegions": false,
434
+ "fullBorder": false,
435
+ "type": "data",
436
+ "convertFipsCodes": true,
437
+ "palette": { "isReversed": false },
438
+ "allowMapZoom": true,
439
+ "hideGeoColumnInTooltip": false,
440
+ "hidePrimaryColumnInTooltip": true,
441
+ "statePicked": { "fipsCode": "01", "stateName": "Alabama" },
442
+ "expandDataTable": false,
443
+ "equalNumberOptIn": false
444
+ },
445
+ "type": "map",
446
+ "color": "bluegreen",
447
+ "columns": {
448
+ "geo": { "name": "state", "label": "Location", "tooltip": false, "dataTable": true },
449
+ "primary": {
450
+ "dataTable": false,
451
+ "tooltip": false,
452
+ "prefix": "",
453
+ "suffix": "",
454
+ "name": "total_animal_detections_cat",
455
+ "label": "total_animal_detections_cat",
456
+ "roundToPlace": 0
457
+ },
458
+ "navigate": { "name": "" },
459
+ "latitude": { "name": "" },
460
+ "longitude": { "name": "" },
461
+ "additionalColumn1": {
462
+ "label": "Human cases",
463
+ "dataTable": true,
464
+ "tooltips": false,
465
+ "prefix": "",
466
+ "suffix": "",
467
+ "name": "total_human_detections",
468
+ "tooltip": true
469
+ },
470
+ "additionalColumn2": {
471
+ "label": "Animal cases",
472
+ "dataTable": true,
473
+ "tooltips": false,
474
+ "prefix": "",
475
+ "suffix": "",
476
+ "name": "total_animal_detections",
477
+ "tooltip": true
478
+ }
479
+ },
480
+ "legend": {
481
+ "descriptions": {},
482
+ "specialClasses": [{ "key": "total_animal_detections_cat", "value": "0" }],
483
+ "unified": true,
484
+ "singleColumn": false,
485
+ "singleRow": false,
486
+ "verticalSorted": false,
487
+ "showSpecialClassesLast": false,
488
+ "dynamicDescription": false,
489
+ "type": "category",
490
+ "numberOfItems": 5,
491
+ "position": "top",
492
+ "title": "",
493
+ "style": "gradient",
494
+ "subStyle": "linear blocks",
495
+ "tickRotation": "",
496
+ "singleColumnLegend": false,
497
+ "hideBorder": true,
498
+ "categoryValuesOrder": ["0", "1-5", "6-10", "11-20", ">20"],
499
+ "description": "Number of affected commercial poultry flocks",
500
+ "additionalCategories": ["1-5", "6-10", "11-20", ">20"]
501
+ },
502
+ "filters": [],
503
+ "table": {
504
+ "wrapColumns": false,
505
+ "label": "Data Table",
506
+ "expanded": false,
507
+ "limitHeight": false,
508
+ "height": "",
509
+ "caption": "",
510
+ "showDownloadUrl": false,
511
+ "showDataTableLink": false,
512
+ "showDownloadLinkBelow": true,
513
+ "showFullGeoNameInCSV": false,
514
+ "forceDisplay": true,
515
+ "download": true,
516
+ "indexLabel": "",
517
+ "cellMinWidth": "0",
518
+ "sharedFilterColumns": []
519
+ },
520
+ "tooltips": { "appearanceType": "hover", "linkLabel": "Learn More", "capitalizeLabels": true, "opacity": 90 },
521
+ "visual": {
522
+ "minBubbleSize": 1,
523
+ "maxBubbleSize": 20,
524
+ "extraBubbleBorder": false,
525
+ "cityStyle": "circle",
526
+ "cityStyleLabel": "",
527
+ "showBubbleZeros": false,
528
+ "additionalCityStyles": [],
529
+ "geoCodeCircleSize": 8
530
+ },
531
+ "mapPosition": { "coordinates": [0, 30], "zoom": 1 },
532
+ "map": { "layers": [], "patterns": [] },
533
+ "hexMap": {
534
+ "type": "",
535
+ "shapeGroups": [
536
+ {
537
+ "legendTitle": "",
538
+ "legendDescription": "",
539
+ "items": [{ "key": "", "shape": "Arrow Up", "column": "", "operator": "=", "value": "" }]
540
+ }
541
+ ]
542
+ },
543
+ "filterBehavior": "Filter Change",
544
+ "filterIntro": "",
545
+ "openModal": true,
546
+ "uid": "map1743195174834",
547
+ "dataDescription": { "horizontal": false, "series": false },
548
+ "dataKey": "H5N1_latest_cases_by_state.csv",
549
+ "version": "4.25.1",
550
+ "migrations": { "addColorMigration": true }
551
+ }
552
+ },
553
+ "rows": [
554
+ {
555
+ "columns": [{ "width": 12, "widget": "dashboardFilters1743195120124" }, {}, {}],
556
+ "dataDescription": { "horizontal": false, "series": false },
557
+ "dataKey": "H5N1_latest_cases_by_state.csv"
558
+ },
559
+ {
560
+ "columns": [{ "width": 12, "widget": "map1743195174834" }],
561
+ "dataDescription": { "horizontal": false, "series": false },
562
+ "dataKey": "H5N1_latest_cases_by_state.csv"
563
+ }
564
+ ],
565
+ "label": "Commercial Poultry Flocks"
566
+ },
567
+ {
568
+ "dashboard": {
569
+ "theme": "theme-blue",
570
+ "sharedFilters": [
571
+ {
572
+ "key": "",
573
+ "showDropdown": false,
574
+ "values": ["All Animals", "Backyard Flocks", "Commercial Poultry Flocks", "Dairy Herds"],
575
+ "type": "datafilter",
576
+ "orderedValues": ["All Animals", "Backyard Flocks", "Commercial Poultry Flocks", "Dairy Herds"],
577
+ "columnName": "animal_category",
578
+ "tier": 1,
579
+ "defaultValue": "Backyard Flocks",
580
+ "usedBy": [0, 1]
581
+ }
582
+ ]
583
+ },
584
+ "visualizations": {
585
+ "dashboardFilters1743195120124": {
586
+ "filters": [],
587
+ "filterBehavior": "Filter Change",
588
+ "newViz": true,
589
+ "openModal": true,
590
+ "uid": "dashboardFilters1743195120124",
591
+ "type": "dashboardFilters",
592
+ "sharedFilterIndexes": [0],
593
+ "visualizationType": "dashboardFilters"
594
+ },
595
+ "map1743195174834": {
596
+ "annotations": [],
597
+ "general": {
598
+ "geoType": "us",
599
+ "navigationTarget": "_self",
600
+ "noStateFoundMessage": "Map Unavailable",
601
+ "annotationDropdownText": "Annotations",
602
+ "geoBorderColor": "darkGray",
603
+ "headerColor": "theme-blue",
604
+ "title": "",
605
+ "showTitle": true,
606
+ "showSidebar": true,
607
+ "showDownloadMediaButton": false,
608
+ "displayAsHex": false,
609
+ "displayStateLabels": true,
610
+ "territoriesAlwaysShow": false,
611
+ "language": "en",
612
+ "geoLabelOverride": "",
613
+ "hasRegions": false,
614
+ "fullBorder": false,
615
+ "type": "data",
616
+ "convertFipsCodes": true,
617
+ "palette": { "isReversed": false },
618
+ "allowMapZoom": true,
619
+ "hideGeoColumnInTooltip": false,
620
+ "hidePrimaryColumnInTooltip": true,
621
+ "statePicked": { "fipsCode": "01", "stateName": "Alabama" },
622
+ "expandDataTable": false,
623
+ "equalNumberOptIn": false
624
+ },
625
+ "type": "map",
626
+ "color": "bluegreen",
627
+ "columns": {
628
+ "geo": { "name": "state", "label": "Location", "tooltip": false, "dataTable": true },
629
+ "primary": {
630
+ "dataTable": false,
631
+ "tooltip": false,
632
+ "prefix": "",
633
+ "suffix": "",
634
+ "name": "total_animal_detections_cat",
635
+ "label": "total_animal_detections_cat",
636
+ "roundToPlace": 0
637
+ },
638
+ "navigate": { "name": "" },
639
+ "latitude": { "name": "" },
640
+ "longitude": { "name": "" },
641
+ "additionalColumn1": {
642
+ "label": "Human cases",
643
+ "dataTable": true,
644
+ "tooltips": false,
645
+ "prefix": "",
646
+ "suffix": "",
647
+ "name": "total_human_detections",
648
+ "tooltip": true
649
+ },
650
+ "additionalColumn2": {
651
+ "label": "Animal cases",
652
+ "dataTable": true,
653
+ "tooltips": false,
654
+ "prefix": "",
655
+ "suffix": "",
656
+ "name": "total_animal_detections",
657
+ "tooltip": true
658
+ }
659
+ },
660
+ "legend": {
661
+ "descriptions": {},
662
+ "specialClasses": [{ "key": "total_animal_detections_cat", "value": "0" }],
663
+ "unified": true,
664
+ "singleColumn": false,
665
+ "singleRow": false,
666
+ "verticalSorted": false,
667
+ "showSpecialClassesLast": false,
668
+ "dynamicDescription": false,
669
+ "type": "category",
670
+ "numberOfItems": 5,
671
+ "position": "top",
672
+ "title": "",
673
+ "style": "gradient",
674
+ "subStyle": "linear blocks",
675
+ "tickRotation": "",
676
+ "singleColumnLegend": false,
677
+ "hideBorder": true,
678
+ "categoryValuesOrder": ["0", "1-5", "6-10", "11-20", ">20"],
679
+ "description": "Number of affected backyard flocks",
680
+ "additionalCategories": ["1-5", "6-10", "11-20", ">20"]
681
+ },
682
+ "filters": [],
683
+ "table": {
684
+ "wrapColumns": false,
685
+ "label": "Data Table",
686
+ "expanded": false,
687
+ "limitHeight": false,
688
+ "height": "",
689
+ "caption": "",
690
+ "showDownloadUrl": false,
691
+ "showDataTableLink": false,
692
+ "showDownloadLinkBelow": true,
693
+ "showFullGeoNameInCSV": false,
694
+ "forceDisplay": true,
695
+ "download": true,
696
+ "indexLabel": "",
697
+ "cellMinWidth": "0",
698
+ "sharedFilterColumns": []
699
+ },
700
+ "tooltips": { "appearanceType": "hover", "linkLabel": "Learn More", "capitalizeLabels": true, "opacity": 90 },
701
+ "visual": {
702
+ "minBubbleSize": 1,
703
+ "maxBubbleSize": 20,
704
+ "extraBubbleBorder": false,
705
+ "cityStyle": "circle",
706
+ "cityStyleLabel": "",
707
+ "showBubbleZeros": false,
708
+ "additionalCityStyles": [],
709
+ "geoCodeCircleSize": 8
710
+ },
711
+ "mapPosition": { "coordinates": [0, 30], "zoom": 1 },
712
+ "map": { "layers": [], "patterns": [] },
713
+ "hexMap": {
714
+ "type": "",
715
+ "shapeGroups": [
716
+ {
717
+ "legendTitle": "",
718
+ "legendDescription": "",
719
+ "items": [{ "key": "", "shape": "Arrow Up", "column": "", "operator": "=", "value": "" }]
720
+ }
721
+ ]
722
+ },
723
+ "filterBehavior": "Filter Change",
724
+ "filterIntro": "",
725
+ "openModal": true,
726
+ "uid": "map1743195174834",
727
+ "dataDescription": { "horizontal": false, "series": false },
728
+ "dataKey": "H5N1_latest_cases_by_state.csv",
729
+ "version": "4.25.1",
730
+ "migrations": { "addColorMigration": true }
731
+ }
732
+ },
733
+ "rows": [
734
+ {
735
+ "columns": [{ "width": 12, "widget": "dashboardFilters1743195120124" }, {}, {}],
736
+ "dataDescription": { "horizontal": false, "series": false },
737
+ "dataKey": "H5N1_latest_cases_by_state.csv"
738
+ },
739
+ {
740
+ "columns": [{ "width": 12, "widget": "map1743195174834" }],
741
+ "dataDescription": { "horizontal": false, "series": false },
742
+ "dataKey": "H5N1_latest_cases_by_state.csv"
743
+ }
744
+ ],
745
+ "label": "Backyard Flocks"
746
+ }
747
+ ],
748
+ "uuid": 1743195172497
749
+ }