@cdc/dashboard 4.25.11 → 4.26.2

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 (77) hide show
  1. package/Dynamic_Data.md +66 -0
  2. package/dist/cdcdashboard-8NmHlKRI.es.js +15 -0
  3. package/dist/cdcdashboard-BPoPzKPz.es.js +6 -0
  4. package/dist/cdcdashboard-Cf9_fbQf.es.js +6 -0
  5. package/dist/{cdcdashboard-dgT_1dIT.es.js → cdcdashboard-DQ00cQCm.es.js} +1 -20
  6. package/dist/cdcdashboard-jiQQPkty.es.js +6 -0
  7. package/dist/cdcdashboard.js +83537 -86913
  8. package/examples/api-dashboard-data.json +272 -0
  9. package/examples/api-dashboard-years.json +11 -0
  10. package/examples/api-geographies-data.json +11 -0
  11. package/examples/default.json +522 -133
  12. package/examples/nested-dropdown.json +6985 -0
  13. package/examples/private/abc.json +467 -0
  14. package/examples/private/cat-y.json +1235 -0
  15. package/examples/private/chronic-dash.json +1584 -0
  16. package/examples/private/dash.json +12696 -0
  17. package/examples/private/map-issue.json +2260 -0
  18. package/examples/private/mpinc-state-reports.json +2260 -0
  19. package/examples/private/npcr.json +1 -0
  20. package/examples/private/nwss/rsv.json +1240 -0
  21. package/examples/private/simple-dash.json +490 -0
  22. package/examples/private/test-dash.json +0 -0
  23. package/examples/private/test.json +125407 -0
  24. package/examples/private/test123.json +491 -0
  25. package/examples/private/timeline-data.json +4994 -0
  26. package/examples/private/timeline.json +1708 -0
  27. package/examples/test-api-filter-reset.json +8 -4
  28. package/examples/test-dashboard-simple.json +503 -0
  29. package/examples/tp5-gauges.json +196 -0
  30. package/examples/tp5-test.json +266 -0
  31. package/index.html +1 -30
  32. package/package.json +39 -40
  33. package/src/CdcDashboardComponent.tsx +18 -5
  34. package/src/_stories/Dashboard.DataSetup.stories.tsx +204 -0
  35. package/src/_stories/Dashboard.stories.tsx +407 -1
  36. package/src/_stories/_mock/dashboard-line-chart-angles.json +1030 -0
  37. package/src/_stories/_mock/filter-cascade.json +3350 -0
  38. package/src/_stories/_mock/gallery-data-bite-dashboard.json +3500 -0
  39. package/src/_stories/_mock/nested-parent-child-filters.json +392 -0
  40. package/src/_stories/_mock/parent-child-filters.json +233 -0
  41. package/src/_stories/_mock/tp5-test.json +267 -0
  42. package/src/components/DashboardFilters/DashboardFilters.tsx +20 -11
  43. package/src/components/DashboardFilters/DashboardFiltersEditor/DashboardFiltersEditor.tsx +92 -38
  44. package/src/components/DashboardFilters/DashboardFiltersEditor/components/FilterEditor.tsx +56 -30
  45. package/src/components/DashboardFilters/DashboardFiltersEditor/components/NestedDropDownDashboard.tsx +151 -10
  46. package/src/components/DashboardFilters/DashboardFiltersWrapper.tsx +11 -7
  47. package/src/components/DataDesignerModal.tsx +6 -1
  48. package/src/components/Header/Header.tsx +51 -20
  49. package/src/components/VisualizationRow.tsx +76 -5
  50. package/src/components/VisualizationsPanel/VisualizationsPanel.tsx +2 -20
  51. package/src/components/Widget/Widget.tsx +1 -1
  52. package/src/data/initial-state.js +1 -0
  53. package/src/helpers/addValuesToDashboardFilters.ts +30 -31
  54. package/src/helpers/apiFilterHelpers.ts +28 -32
  55. package/src/helpers/changeFilterActive.ts +67 -65
  56. package/src/helpers/formatConfigBeforeSave.ts +6 -5
  57. package/src/helpers/getUpdateConfig.ts +91 -91
  58. package/src/helpers/tests/addValuesToDashboardFilters.test.ts +141 -44
  59. package/src/helpers/tests/apiFilterHelpers.test.ts +523 -420
  60. package/src/helpers/tests/updatesChildFilters.test.ts +53 -22
  61. package/src/helpers/updateChildFilters.ts +50 -27
  62. package/src/scss/main.scss +144 -1
  63. package/src/test/CdcDashboard.test.jsx +9 -4
  64. package/src/types/Dashboard.ts +1 -0
  65. package/src/types/FilterStyles.ts +8 -7
  66. package/src/types/SharedFilter.ts +13 -0
  67. package/vite.config.js +7 -1
  68. package/LICENSE +0 -201
  69. package/dist/cdcdashboard-BnB1QM5d.es.js +0 -361528
  70. package/dist/cdcdashboard-Ct2SB0vL.es.js +0 -231049
  71. package/dist/cdcdashboard-D6CG2-Hb.es.js +0 -39377
  72. package/dist/cdcdashboard-MXgURbdZ.es.js +0 -39194
  73. package/examples/private/DEV-10538.json +0 -407
  74. package/examples/private/DEV-11072.json +0 -7591
  75. package/examples/private/DEV-11405.json +0 -39112
  76. package/examples/private/delete.json +0 -32919
  77. package/examples/private/pedro.json +0 -1
@@ -0,0 +1,1708 @@
1
+ {
2
+ "dashboard": {
3
+ "theme": "theme-blue",
4
+ "titleStyle": "small",
5
+ "sharedFilters": []
6
+ },
7
+ "rows": [
8
+ {
9
+ "columns": [
10
+ {
11
+ "width": 6,
12
+ "widget": "data-bite1769614367390"
13
+ },
14
+ {
15
+ "width": 6,
16
+ "widget": "markup-include1769614370500"
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "columns": [
22
+ {
23
+ "width": 8,
24
+ "widget": "markup-include1769621176443"
25
+ },
26
+ {
27
+ "width": 4,
28
+ "widget": "markup-include1769621178096"
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "columns": [
34
+ {
35
+ "width": 12,
36
+ "widget": "markup-include1769621440315"
37
+ }
38
+ ]
39
+ },
40
+ {
41
+ "columns": [
42
+ {
43
+ "width": 12,
44
+ "widget": "markup-include1769621586157"
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "columns": [
50
+ {
51
+ "width": 12,
52
+ "widget": "map1769622287769"
53
+ }
54
+ ]
55
+ },
56
+ {
57
+ "columns": [
58
+ {
59
+ "width": 12,
60
+ "widget": "markup-include1769622951288"
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "columns": [
66
+ {
67
+ "width": 12,
68
+ "widget": "markup-include1769623268677"
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "columns": [
74
+ {
75
+ "width": 12,
76
+ "widget": "chart1769623346898"
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "columns": [
82
+ {
83
+ "width": 12,
84
+ "widget": "markup-include1770048258733"
85
+ }
86
+ ]
87
+ },
88
+ {
89
+ "columns": [
90
+ {
91
+ "width": 12,
92
+ "widget": "markup-include1770049423460"
93
+ }
94
+ ]
95
+ }
96
+ ],
97
+ "visualizations": {
98
+ "data-bite1769614367390": {
99
+ "type": "data-bite",
100
+ "dataBite": "",
101
+ "dataFunction": "Sum",
102
+ "dataColumn": "National_WVAL",
103
+ "bitePosition": "Left",
104
+ "biteFontSize": 24,
105
+ "fontSize": "medium",
106
+ "biteBody": "Nationally, the wastewater viral activity level for COVID-19 is currently <strong>{{levellabel}}.</strong>",
107
+ "imageData": {
108
+ "display": "dynamic",
109
+ "url": "/nwss/rv/images/updated-colors/345871-A_WEB_WastewaterWebGraphics_MOD.png",
110
+ "alt": "Moderate",
111
+ "options": [
112
+ {
113
+ "source": "/nwss/rv/images/updated-colors/346089-A_WEB_WastewaterWebIcons_1_3-LOW-1.png",
114
+ "arguments": [
115
+ {
116
+ "operator": "<",
117
+ "threshold": "2"
118
+ }
119
+ ],
120
+ "alt": "Very Low",
121
+ "secondArgument": false
122
+ },
123
+ {
124
+ "source": "/nwss/rv/images/updated-colors/345871-A_WEB_WastewaterWebGraphics_LOW.png",
125
+ "arguments": [
126
+ {
127
+ "operator": ">",
128
+ "threshold": "2"
129
+ },
130
+ {
131
+ "operator": "<=",
132
+ "threshold": "3.4"
133
+ }
134
+ ],
135
+ "alt": "Low",
136
+ "secondArgument": true
137
+ },
138
+ {
139
+ "source": "/nwss/rv/images/updated-colors/345871-A_WEB_WastewaterWebGraphics_MOD.png",
140
+ "arguments": [
141
+ {
142
+ "operator": ">",
143
+ "threshold": "3.4"
144
+ },
145
+ {
146
+ "operator": "<=",
147
+ "threshold": "5.3"
148
+ }
149
+ ],
150
+ "alt": "Moderate",
151
+ "secondArgument": true
152
+ },
153
+ {
154
+ "source": "/nwss/rv/images/updated-colors/345871-A_WEB_WastewaterWebGraphics_HIGH.png",
155
+ "arguments": [
156
+ {
157
+ "operator": ">",
158
+ "threshold": "5.3"
159
+ },
160
+ {
161
+ "operator": "<=",
162
+ "threshold": "7.8"
163
+ }
164
+ ],
165
+ "alt": "High",
166
+ "secondArgument": true
167
+ },
168
+ {
169
+ "source": "/nwss/rv/images/updated-colors/345871-A_WEB_WastewaterWebGraphics_VERYHIGH.png",
170
+ "arguments": [
171
+ {
172
+ "operator": ">",
173
+ "threshold": "7.8"
174
+ }
175
+ ],
176
+ "alt": "Very High",
177
+ "secondArgument": false
178
+ }
179
+ ]
180
+ },
181
+ "dataFormat": {
182
+ "roundToPlace": "2",
183
+ "commas": true,
184
+ "prefix": "",
185
+ "suffix": ""
186
+ },
187
+ "biteStyle": "title",
188
+ "filters": [
189
+ {
190
+ "columnName": "Pathogen_Target",
191
+ "columnValue": "COVID-19",
192
+ "id": 1769615343327,
193
+ "filterStyle": "dropdown"
194
+ }
195
+ ],
196
+ "subtext": "",
197
+ "title": "",
198
+ "theme": "theme-blue",
199
+ "shadow": false,
200
+ "visual": {
201
+ "border": false,
202
+ "accent": false,
203
+ "background": false,
204
+ "hideBackgroundColor": false,
205
+ "borderColorTheme": false,
206
+ "showTitle": true
207
+ },
208
+ "general": {
209
+ "isCompactStyle": false,
210
+ "palette": {
211
+ "version": "1.0",
212
+ "backups": [
213
+ {
214
+ "version": "1.0"
215
+ },
216
+ {
217
+ "version": "1.0"
218
+ },
219
+ {
220
+ "version": "1.0"
221
+ },
222
+ {
223
+ "version": "1.0"
224
+ },
225
+ {
226
+ "version": "1.0"
227
+ },
228
+ {
229
+ "version": "1.0"
230
+ },
231
+ {
232
+ "version": "1.0"
233
+ },
234
+ {
235
+ "version": "1.0"
236
+ }
237
+ ]
238
+ }
239
+ },
240
+ "markupVariables": [
241
+ {
242
+ "name": "levellabel",
243
+ "tag": "{{levellabel}}",
244
+ "columnName": "National_WVAL_Category",
245
+ "conditions": [
246
+ {
247
+ "columnName": "Pathogen_Target",
248
+ "isOrIsNotEqualTo": "is",
249
+ "value": "COVID-19"
250
+ }
251
+ ],
252
+ "addCommas": false,
253
+ "hideOnNull": false
254
+ }
255
+ ],
256
+ "enableMarkupVariables": true,
257
+ "filterBehavior": "Filter Change",
258
+ "openModal": true,
259
+ "uid": "data-bite1769614367390",
260
+ "visualizationType": "data-bite",
261
+ "dataDescription": {
262
+ "horizontal": false,
263
+ "series": false
264
+ },
265
+ "dataKey": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalnationaldatabites.json",
266
+ "showEditorPanel": true,
267
+ "version": "4.26.1",
268
+ "migrations": {
269
+ "addColorMigration": true
270
+ }
271
+ },
272
+ "markup-include1769614370500": {
273
+ "filters": [],
274
+ "filterBehavior": "Filter Change",
275
+ "openModal": false,
276
+ "uid": "markup-include1769614370500",
277
+ "type": "markup-include",
278
+ "contentEditor": {
279
+ "inlineHTML": "<p class=\"regions\" style=\"text-align:center;\">Region with the highest wastewater viral activity level for COVID-19:<br><strong>{{region-covid}}</strong></p>\n\n<p class=\"text-center\"><a class=\"data-btn text-center\" href=\"/nwss/rv/COVID19-statetrend.html\">See COVID-19 data for your state/territory and county.</a></p>",
280
+ "showHeader": true,
281
+ "srcUrl": "#example",
282
+ "title": "",
283
+ "titleStyle": "small",
284
+ "useInlineHTML": true,
285
+ "showNoDataMessage": false,
286
+ "noDataMessageText": "No Data Available"
287
+ },
288
+ "theme": "theme-blue",
289
+ "visual": {
290
+ "border": false,
291
+ "accent": false,
292
+ "background": false,
293
+ "hideBackgroundColor": false,
294
+ "borderColorTheme": false
295
+ },
296
+ "showEditorPanel": true,
297
+ "visualizationType": "markup-include",
298
+ "markupVariables": [
299
+ {
300
+ "name": "region-covid",
301
+ "tag": "{{region-covid}}",
302
+ "columnName": "Highest_Region",
303
+ "conditions": [
304
+ {
305
+ "columnName": "Pathogen_Target",
306
+ "isOrIsNotEqualTo": "is",
307
+ "value": "COVID-19"
308
+ }
309
+ ],
310
+ "addCommas": false,
311
+ "hideOnNull": false
312
+ }
313
+ ],
314
+ "version": "4.26.1",
315
+ "migrations": {
316
+ "addColorMigration": true
317
+ },
318
+ "general": {
319
+ "palette": {
320
+ "version": "1.0",
321
+ "backups": [
322
+ {
323
+ "version": "1.0"
324
+ },
325
+ {
326
+ "version": "1.0"
327
+ },
328
+ {
329
+ "version": "1.0"
330
+ },
331
+ {
332
+ "version": "1.0"
333
+ },
334
+ {
335
+ "version": "1.0"
336
+ },
337
+ {
338
+ "version": "1.0"
339
+ },
340
+ {
341
+ "version": "1.0"
342
+ },
343
+ {
344
+ "version": "1.0"
345
+ },
346
+ {
347
+ "version": "1.0"
348
+ },
349
+ {
350
+ "version": "1.0"
351
+ },
352
+ {
353
+ "version": "1.0"
354
+ },
355
+ {
356
+ "version": "1.0"
357
+ },
358
+ {
359
+ "version": "1.0"
360
+ }
361
+ ]
362
+ }
363
+ },
364
+ "enableMarkupVariables": true,
365
+ "dataDescription": {
366
+ "horizontal": false
367
+ },
368
+ "dataKey": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalnationaldatabites.json"
369
+ },
370
+ "markup-include1769621176443": {
371
+ "filters": [],
372
+ "filterBehavior": "Filter Change",
373
+ "openModal": false,
374
+ "uid": "markup-include1769621176443",
375
+ "type": "markup-include",
376
+ "contentEditor": {
377
+ "inlineHTML": "<div class=\"card-body bg-gray-l3 real-font\"><p>Wastewater monitoring can detect viruses spreading from one person to another within a community earlier than clinical testing and before people who are sick go to their doctor or hospital. It can also detect infections without symptoms. If you see increased wastewater viral activity levels, it might indicate that there is a higher risk of infection. <a href=\"https://www.cdc.gov/respiratory-viruses/index.html\">See how to protect yourself from respiratory viruses</a>. </p><br>\n\n<p>Wastewater data are updated every Friday with the previous week’s data, which allows for data to be reviewed for accuracy. Data may change as more reports are received. </p></div>",
378
+ "showHeader": true,
379
+ "srcUrl": "#example",
380
+ "title": "",
381
+ "titleStyle": "small",
382
+ "useInlineHTML": true,
383
+ "showNoDataMessage": false,
384
+ "noDataMessageText": "No Data Available"
385
+ },
386
+ "theme": "theme-blue",
387
+ "visual": {
388
+ "border": false,
389
+ "accent": false,
390
+ "background": false,
391
+ "hideBackgroundColor": false,
392
+ "borderColorTheme": false
393
+ },
394
+ "showEditorPanel": false,
395
+ "visualizationType": "markup-include",
396
+ "dataDescription": {
397
+ "horizontal": false,
398
+ "series": false
399
+ },
400
+ "dataKey": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalnationaldatabites.json",
401
+ "version": "4.26.1",
402
+ "migrations": {
403
+ "addColorMigration": true
404
+ },
405
+ "general": {
406
+ "palette": {
407
+ "version": "1.0",
408
+ "backups": [
409
+ {
410
+ "version": "1.0"
411
+ },
412
+ {
413
+ "version": "1.0"
414
+ },
415
+ {
416
+ "version": "1.0"
417
+ }
418
+ ]
419
+ }
420
+ },
421
+ "markupVariables": []
422
+ },
423
+ "markup-include1769621178096": {
424
+ "filters": [],
425
+ "filterBehavior": "Filter Change",
426
+ "openModal": false,
427
+ "uid": "markup-include1769621178096",
428
+ "type": "markup-include",
429
+ "contentEditor": {
430
+ "inlineHTML": "<div class=\"card tp-on-this-page d-none d-lg-block \" data-sid=\"\">\n\t\t\t<div class=\"card-header\">On This Page</div>\n\t\t\t<div class=\"card-body\">\n\t\t\t\t<ul class=\"block-list order-1 list-group list-group-flush real-font\">\n\t\t\t\t\t<li class=\"list-group-item\"><a href=\"#current-levels\">Current Wastewater Viral Activity Levels</a></li><li class=\"list-group-item\"><a href=\"#national-region-trends\">National and Regional Trends</a></li><li class=\"list-group-item\"><a href=\"#current-levels\">Current Wastewater Viral Activity Levels</a></li><li class=\"list-group-item\"><a href=\"#national-region-trends\">National and Regional Trends</a></li><li class=\"list-group-item\"><a href=\"#current-levels\">Current Wastewater Viral Activity Levels</a></li><li class=\"list-group-item\"><a href=\"#national-region-trends\">National and Regional Trends</a></li>\t\t\t\t</ul>\n\t\t\t</div>\n\t\t</div>",
431
+ "showHeader": true,
432
+ "srcUrl": "#example",
433
+ "title": "",
434
+ "titleStyle": "small",
435
+ "useInlineHTML": true,
436
+ "showNoDataMessage": false,
437
+ "noDataMessageText": "No Data Available"
438
+ },
439
+ "theme": "theme-blue",
440
+ "visual": {
441
+ "border": false,
442
+ "accent": false,
443
+ "background": false,
444
+ "hideBackgroundColor": false,
445
+ "borderColorTheme": false
446
+ },
447
+ "showEditorPanel": true,
448
+ "visualizationType": "markup-include",
449
+ "dataDescription": {
450
+ "horizontal": false,
451
+ "series": false
452
+ },
453
+ "dataKey": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalnationaldatabites.json",
454
+ "markupVariables": [],
455
+ "version": "4.26.1",
456
+ "migrations": {
457
+ "addColorMigration": true
458
+ },
459
+ "general": {
460
+ "palette": {
461
+ "version": "1.0",
462
+ "backups": [
463
+ {
464
+ "version": "1.0"
465
+ }
466
+ ]
467
+ }
468
+ }
469
+ },
470
+ "markup-include1769621440315": {
471
+ "filters": [],
472
+ "filterBehavior": "Filter Change",
473
+ "openModal": false,
474
+ "uid": "markup-include1769621440315",
475
+ "type": "markup-include",
476
+ "contentEditor": {
477
+ "inlineHTML": "<h2 class=\"mb-3\">Current Wastewater Viral Activity Levels</h2>\n\n<p class=\"real-font\">This map shows the current wastewater viral activity level of SARS-CoV-2 (the virus that causes COVID-19) for each state or territory. Tap or hover over a state or territory to see the viral activity level and number of sites reporting data.</p>",
478
+ "showHeader": true,
479
+ "srcUrl": "#example",
480
+ "title": "",
481
+ "titleStyle": "small",
482
+ "useInlineHTML": true,
483
+ "showNoDataMessage": false,
484
+ "noDataMessageText": "No Data Available"
485
+ },
486
+ "theme": "theme-blue",
487
+ "visual": {
488
+ "border": false,
489
+ "accent": false,
490
+ "background": false,
491
+ "hideBackgroundColor": false,
492
+ "borderColorTheme": false
493
+ },
494
+ "showEditorPanel": true,
495
+ "visualizationType": "markup-include",
496
+ "version": "4.26.1",
497
+ "migrations": {
498
+ "addColorMigration": true
499
+ },
500
+ "general": {
501
+ "palette": {
502
+ "version": "1.0",
503
+ "backups": [
504
+ {
505
+ "version": "1.0"
506
+ },
507
+ {
508
+ "version": "1.0"
509
+ }
510
+ ]
511
+ }
512
+ },
513
+ "markupVariables": [],
514
+ "dataDescription": {
515
+ "horizontal": false,
516
+ "series": false
517
+ },
518
+ "dataKey": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalnationaldatabites.json"
519
+ },
520
+ "markup-include1769621586157": {
521
+ "filters": [],
522
+ "filterBehavior": "Filter Change",
523
+ "openModal": false,
524
+ "uid": "markup-include1769621586157",
525
+ "type": "markup-include",
526
+ "contentEditor": {
527
+ "inlineHTML": "<h5 class=\"timebox\">Time Period: {{time}}</h5>",
528
+ "showHeader": true,
529
+ "srcUrl": "#example",
530
+ "title": "",
531
+ "titleStyle": "small",
532
+ "useInlineHTML": true,
533
+ "showNoDataMessage": false,
534
+ "noDataMessageText": "No Data Available"
535
+ },
536
+ "theme": "theme-cyan",
537
+ "visual": {
538
+ "border": false,
539
+ "accent": false,
540
+ "background": true,
541
+ "hideBackgroundColor": false,
542
+ "borderColorTheme": false
543
+ },
544
+ "showEditorPanel": true,
545
+ "visualizationType": "markup-include",
546
+ "dataDescription": {
547
+ "horizontal": false,
548
+ "series": false
549
+ },
550
+ "dataKey": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalcombinedstatemap.json",
551
+ "version": "4.26.1",
552
+ "migrations": {
553
+ "addColorMigration": true
554
+ },
555
+ "general": {
556
+ "palette": {
557
+ "version": "1.0",
558
+ "backups": [
559
+ {
560
+ "version": "1.0"
561
+ },
562
+ {
563
+ "version": "1.0"
564
+ },
565
+ {
566
+ "version": "1.0"
567
+ },
568
+ {
569
+ "version": "1.0"
570
+ }
571
+ ]
572
+ }
573
+ },
574
+ "markupVariables": [
575
+ {
576
+ "name": "time",
577
+ "tag": "{{time}}",
578
+ "columnName": "Time_Period",
579
+ "conditions": [
580
+ {
581
+ "columnName": "Pathogen_Target",
582
+ "isOrIsNotEqualTo": "is",
583
+ "value": "COVID-19"
584
+ }
585
+ ],
586
+ "addCommas": false,
587
+ "hideOnNull": false
588
+ }
589
+ ],
590
+ "enableMarkupVariables": true
591
+ },
592
+ "map1769622287769": {
593
+ "annotations": [],
594
+ "general": {
595
+ "navigationTarget": "_self",
596
+ "annotationDropdownText": "Annotations",
597
+ "geoBorderColor": "darkGray",
598
+ "headerColor": "theme-blue",
599
+ "title": "",
600
+ "showTitle": true,
601
+ "titleStyle": "small",
602
+ "showSidebar": true,
603
+ "showDownloadMediaButton": false,
604
+ "displayAsHex": false,
605
+ "displayStateLabels": true,
606
+ "territoriesAlwaysShow": false,
607
+ "language": "en",
608
+ "geoType": "us",
609
+ "geoLabelOverride": "",
610
+ "hasRegions": false,
611
+ "fullBorder": false,
612
+ "type": "data",
613
+ "convertFipsCodes": true,
614
+ "palette": {
615
+ "isReversed": true,
616
+ "name": "sequential_bluereverse",
617
+ "version": "2.0",
618
+ "customColorsOrdered": [
619
+ "#34547B",
620
+ "#4B7F9B",
621
+ "#6BB0BD",
622
+ "#9FDAD0",
623
+ "#C8EFDA",
624
+ "#B4B4B4"
625
+ ]
626
+ },
627
+ "allowMapZoom": true,
628
+ "hideGeoColumnInTooltip": false,
629
+ "hidePrimaryColumnInTooltip": false,
630
+ "statesPicked": [],
631
+ "footnotes": "",
632
+ "subtext": "<div class=\"text-left ml-3 pb-3\">* Based on a small segment (less than 5%) of the population and may not be representative of the state/territory.</div>\n"
633
+ },
634
+ "type": "map",
635
+ "columns": {
636
+ "geo": {
637
+ "name": "State/Territory",
638
+ "label": "Location",
639
+ "tooltip": false,
640
+ "dataTable": true
641
+ },
642
+ "primary": {
643
+ "dataTable": true,
644
+ "tooltip": true,
645
+ "prefix": "",
646
+ "suffix": "",
647
+ "name": "State/Territory_WVAL_Category",
648
+ "label": "State/Territory_WVAL_Category",
649
+ "roundToPlace": 0
650
+ },
651
+ "navigate": {
652
+ "name": ""
653
+ },
654
+ "latitude": {
655
+ "name": ""
656
+ },
657
+ "longitude": {
658
+ "name": ""
659
+ }
660
+ },
661
+ "legend": {
662
+ "descriptions": {},
663
+ "specialClasses": [],
664
+ "unified": false,
665
+ "singleColumn": false,
666
+ "singleRow": true,
667
+ "verticalSorted": false,
668
+ "showSpecialClassesLast": false,
669
+ "dynamicDescription": false,
670
+ "type": "category",
671
+ "numberOfItems": 3,
672
+ "position": "bottom",
673
+ "title": "SARS-CoV-2 Wastewater Viral Activity Levels",
674
+ "style": "circles",
675
+ "subStyle": "linear blocks",
676
+ "tickRotation": "",
677
+ "singleColumnLegend": false,
678
+ "hideBorder": false,
679
+ "groupBy": "",
680
+ "categoryValuesOrder": [
681
+ "Very High",
682
+ "High",
683
+ "Moderate",
684
+ "Low",
685
+ "Very Low",
686
+ "No Data"
687
+ ],
688
+ "description": "Select a level to add or remove from map."
689
+ },
690
+ "filters": [
691
+ {
692
+ "filterStyle": "dropdown",
693
+ "id": 1769622722542,
694
+ "showDropdown": false,
695
+ "columnName": "Pathogen_Target",
696
+ "orderedValues": [
697
+ "COVID-19",
698
+ "Influenza A",
699
+ "RSV"
700
+ ],
701
+ "defaultValue": "COVID-19"
702
+ }
703
+ ],
704
+ "table": {
705
+ "wrapColumns": false,
706
+ "label": "Data Table",
707
+ "expanded": false,
708
+ "limitHeight": false,
709
+ "height": "",
710
+ "caption": "",
711
+ "showDownloadUrl": false,
712
+ "showDataTableLink": false,
713
+ "showDownloadLinkBelow": false,
714
+ "showFullGeoNameInCSV": false,
715
+ "forceDisplay": true,
716
+ "download": true,
717
+ "indexLabel": "",
718
+ "cellMinWidth": "0",
719
+ "collapsible": true
720
+ },
721
+ "tooltips": {
722
+ "appearanceType": "hover",
723
+ "linkLabel": "Learn More",
724
+ "opacity": 90
725
+ },
726
+ "visual": {
727
+ "minBubbleSize": 1,
728
+ "maxBubbleSize": 20,
729
+ "extraBubbleBorder": false,
730
+ "cityStyle": "circle",
731
+ "cityStyleLabel": "",
732
+ "showBubbleZeros": false,
733
+ "additionalCityStyles": [],
734
+ "geoCodeCircleSize": 8
735
+ },
736
+ "mapPosition": {
737
+ "coordinates": [
738
+ 0,
739
+ 30
740
+ ],
741
+ "zoom": 1
742
+ },
743
+ "map": {
744
+ "layers": [],
745
+ "patterns": [
746
+ {
747
+ "dataKey": "Coverage",
748
+ "pattern": "lines",
749
+ "contrastCheck": true,
750
+ "dataValue": "Limited Coverage",
751
+ "label": "Limited Coverage",
752
+ "size": "medium",
753
+ "color": "black"
754
+ }
755
+ ]
756
+ },
757
+ "hexMap": {
758
+ "type": "",
759
+ "shapeGroups": [
760
+ {
761
+ "legendTitle": "",
762
+ "legendDescription": "",
763
+ "items": [
764
+ {
765
+ "key": "",
766
+ "shape": "Arrow Up",
767
+ "column": "",
768
+ "operator": "=",
769
+ "value": ""
770
+ }
771
+ ]
772
+ }
773
+ ]
774
+ },
775
+ "filterBehavior": "Filter Change",
776
+ "filterIntro": "",
777
+ "smallMultiples": {
778
+ "mode": "",
779
+ "tileColumn": "",
780
+ "tilesPerRowDesktop": 2,
781
+ "tilesPerRowMobile": 1,
782
+ "tileOrderType": "asc",
783
+ "tileOrder": [],
784
+ "tileTitles": {},
785
+ "synchronizedTooltips": true
786
+ },
787
+ "markupVariables": [],
788
+ "enableMarkupVariables": false,
789
+ "openModal": true,
790
+ "uid": "map1769622287769",
791
+ "dataDescription": {
792
+ "horizontal": false,
793
+ "series": false
794
+ },
795
+ "dataKey": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalcombinedstatemap.json",
796
+ "showEditorPanel": true
797
+ },
798
+ "markup-include1769622951288": {
799
+ "filters": [],
800
+ "filterBehavior": "Filter Change",
801
+ "openModal": false,
802
+ "uid": "markup-include1769622951288",
803
+ "type": "markup-include",
804
+ "contentEditor": {
805
+ "inlineHTML": "<span class=\"datex\">Data last updated {{date}}</span>",
806
+ "showHeader": true,
807
+ "srcUrl": "#example",
808
+ "title": "",
809
+ "titleStyle": "small",
810
+ "useInlineHTML": true,
811
+ "showNoDataMessage": false,
812
+ "noDataMessageText": "No Data Available"
813
+ },
814
+ "theme": "theme-blue",
815
+ "visual": {
816
+ "border": false,
817
+ "accent": false,
818
+ "background": false,
819
+ "hideBackgroundColor": false,
820
+ "borderColorTheme": false
821
+ },
822
+ "showEditorPanel": false,
823
+ "visualizationType": "markup-include",
824
+ "dataDescription": {
825
+ "horizontal": false,
826
+ "series": false
827
+ },
828
+ "dataKey": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalnationaldatabites.json",
829
+ "version": "4.26.1",
830
+ "migrations": {
831
+ "addColorMigration": true
832
+ },
833
+ "general": {
834
+ "palette": {
835
+ "version": "1.0",
836
+ "backups": [
837
+ {
838
+ "version": "1.0"
839
+ },
840
+ {
841
+ "version": "1.0"
842
+ },
843
+ {
844
+ "version": "1.0"
845
+ }
846
+ ]
847
+ }
848
+ },
849
+ "markupVariables": [
850
+ {
851
+ "name": "date",
852
+ "tag": "{{date}}",
853
+ "columnName": "Date_Updated",
854
+ "conditions": [
855
+ {
856
+ "columnName": "Pathogen_Target",
857
+ "isOrIsNotEqualTo": "is",
858
+ "value": "COVID-19"
859
+ }
860
+ ],
861
+ "addCommas": false,
862
+ "hideOnNull": false
863
+ }
864
+ ],
865
+ "enableMarkupVariables": true
866
+ },
867
+ "markup-include1769623268677": {
868
+ "filters": [],
869
+ "filterBehavior": "Filter Change",
870
+ "openModal": false,
871
+ "uid": "markup-include1769623268677",
872
+ "type": "markup-include",
873
+ "contentEditor": {
874
+ "inlineHTML": "<h2 class=\"mb-3\">National and Regional Trends</h2>\n<p class=\"real-font\">This chart shows national and regional trends of wastewater viral activity levels of SARS-COV-2 (the virus that causes COVID-19).</p>\n",
875
+ "showHeader": true,
876
+ "srcUrl": "#example",
877
+ "title": "",
878
+ "titleStyle": "small",
879
+ "useInlineHTML": true,
880
+ "showNoDataMessage": false,
881
+ "noDataMessageText": "No Data Available"
882
+ },
883
+ "theme": "theme-blue",
884
+ "visual": {
885
+ "border": false,
886
+ "accent": false,
887
+ "background": false,
888
+ "hideBackgroundColor": false,
889
+ "borderColorTheme": false
890
+ },
891
+ "showEditorPanel": false,
892
+ "visualizationType": "markup-include",
893
+ "dataDescription": {
894
+ "horizontal": false,
895
+ "series": false
896
+ },
897
+ "dataKey": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalnationaldatabites.json",
898
+ "version": "4.26.1",
899
+ "migrations": {
900
+ "addColorMigration": true
901
+ },
902
+ "general": {
903
+ "palette": {
904
+ "version": "1.0",
905
+ "backups": [
906
+ {
907
+ "version": "1.0"
908
+ },
909
+ {
910
+ "version": "1.0"
911
+ }
912
+ ]
913
+ }
914
+ },
915
+ "markupVariables": []
916
+ },
917
+ "chart1769623346898": {
918
+ "annotations": [],
919
+ "type": "chart",
920
+ "debugSvg": false,
921
+ "chartMessage": {
922
+ "noData": "No Data Available"
923
+ },
924
+ "title": "",
925
+ "titleStyle": "small",
926
+ "showTitle": true,
927
+ "showDownloadMediaButton": false,
928
+ "theme": "theme-blue",
929
+ "animate": false,
930
+ "lineDatapointStyle": "hover",
931
+ "lineDatapointColor": "Same as Line",
932
+ "barHasBorder": "true",
933
+ "isLollipopChart": false,
934
+ "lollipopShape": "circle",
935
+ "lollipopColorStyle": "two-tone",
936
+ "visualizationSubType": "regular",
937
+ "barStyle": "flat",
938
+ "roundingStyle": "standard",
939
+ "tipRounding": "top",
940
+ "isResponsiveTicks": false,
941
+ "general": {
942
+ "annotationDropdownText": "Annotations",
943
+ "showMissingDataLabel": true,
944
+ "showSuppressedSymbol": true,
945
+ "showZeroValueData": true,
946
+ "hideNullValue": true,
947
+ "palette": {
948
+ "name": "sequential_blue",
949
+ "version": "1.0"
950
+ }
951
+ },
952
+ "padding": {
953
+ "left": 5,
954
+ "right": 5
955
+ },
956
+ "preliminaryData": [],
957
+ "yAxis": {
958
+ "hideAxis": false,
959
+ "displayNumbersOnBar": false,
960
+ "hideLabel": false,
961
+ "hideTicks": false,
962
+ "size": 50,
963
+ "gridLines": false,
964
+ "enablePadding": false,
965
+ "min": "",
966
+ "max": "",
967
+ "labelColor": "#1c1d1f",
968
+ "tickLabelColor": "#1c1d1f",
969
+ "tickColor": "#1c1d1f",
970
+ "rightHideAxis": false,
971
+ "rightAxisSize": 0,
972
+ "rightLabel": "",
973
+ "rightLabelOffsetSize": 0,
974
+ "rightAxisLabelColor": "#1c1d1f",
975
+ "rightAxisTickLabelColor": "#1c1d1f",
976
+ "rightAxisTickColor": "#1c1d1f",
977
+ "numTicks": "",
978
+ "axisPadding": 0,
979
+ "scalePadding": 10,
980
+ "tickRotation": 0,
981
+ "anchors": [],
982
+ "shoMissingDataLabel": true,
983
+ "showMissingDataLine": true,
984
+ "categories": []
985
+ },
986
+ "boxplot": {
987
+ "plots": [],
988
+ "borders": "true",
989
+ "plotOutlierValues": false,
990
+ "plotNonOutlierValues": true,
991
+ "labels": {
992
+ "q1": "Lower Quartile",
993
+ "q2": "q2",
994
+ "q3": "Upper Quartile",
995
+ "q4": "q4",
996
+ "minimum": "Minimum",
997
+ "maximum": "Maximum",
998
+ "mean": "Mean",
999
+ "median": "Median",
1000
+ "sd": "Standard Deviation",
1001
+ "iqr": "Interquartile Range",
1002
+ "count": "Count",
1003
+ "outliers": "Outliers",
1004
+ "values": "Values",
1005
+ "lowerBounds": "Lower Bounds",
1006
+ "upperBounds": "Upper Bounds"
1007
+ }
1008
+ },
1009
+ "topAxis": {
1010
+ "hasLine": false
1011
+ },
1012
+ "isLegendValue": false,
1013
+ "barThickness": 0.35,
1014
+ "barHeight": 25,
1015
+ "barSpace": 15,
1016
+ "heights": {
1017
+ "vertical": "350",
1018
+ "horizontal": 750
1019
+ },
1020
+ "xAxis": {
1021
+ "sortDates": false,
1022
+ "anchors": [],
1023
+ "type": "date",
1024
+ "showTargetLabel": true,
1025
+ "targetLabel": "Target",
1026
+ "hideAxis": false,
1027
+ "hideLabel": false,
1028
+ "hideTicks": false,
1029
+ "size": 75,
1030
+ "tickRotation": 0,
1031
+ "min": "",
1032
+ "max": "",
1033
+ "labelColor": "#1c1d1f",
1034
+ "tickLabelColor": "#1c1d1f",
1035
+ "tickColor": "#1c1d1f",
1036
+ "numTicks": "",
1037
+ "labelOffset": 0,
1038
+ "axisPadding": 200,
1039
+ "target": 0,
1040
+ "maxTickRotation": 0,
1041
+ "padding": 5,
1042
+ "showYearsOnce": false,
1043
+ "sortByRecentDate": false,
1044
+ "brushActive": true,
1045
+ "dataKey": "Week_End",
1046
+ "axisBBox": 62.279998779296875,
1047
+ "tickWidthMax": 67,
1048
+ "label": "Week Ending",
1049
+ "dateParseFormat": "%Y-%m-%d",
1050
+ "dateDisplayFormat": "%m/%d/%y"
1051
+ },
1052
+ "table": {
1053
+ "label": "Data Table",
1054
+ "expanded": false,
1055
+ "limitHeight": false,
1056
+ "height": "",
1057
+ "caption": "",
1058
+ "showDownloadUrl": false,
1059
+ "showDataTableLink": false,
1060
+ "showDownloadLinkBelow": true,
1061
+ "indexLabel": "",
1062
+ "download": false,
1063
+ "showVertical": true,
1064
+ "dateDisplayFormat": "",
1065
+ "showMissingDataLabel": true,
1066
+ "showSuppressedSymbol": true,
1067
+ "collapsible": true,
1068
+ "show": true
1069
+ },
1070
+ "orientation": "vertical",
1071
+ "columns": {},
1072
+ "legend": {
1073
+ "hide": false,
1074
+ "behavior": "isolate",
1075
+ "axisAlign": true,
1076
+ "singleRow": true,
1077
+ "colorCode": "",
1078
+ "reverseLabelOrder": false,
1079
+ "description": "",
1080
+ "dynamicLegend": false,
1081
+ "dynamicLegendDefaultText": "Show All",
1082
+ "dynamicLegendItemLimit": 5,
1083
+ "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
1084
+ "dynamicLegendChartMessage": "Select Options from the Legend",
1085
+ "label": "",
1086
+ "lineMode": false,
1087
+ "verticalSorted": false,
1088
+ "highlightOnHover": false,
1089
+ "hideSuppressedLabels": false,
1090
+ "hideSuppressionLink": false,
1091
+ "seriesHighlight": [],
1092
+ "style": "circles",
1093
+ "subStyle": "linear blocks",
1094
+ "groupBy": "",
1095
+ "shape": "circle",
1096
+ "tickRotation": "",
1097
+ "order": "dataColumn",
1098
+ "hideBorder": {
1099
+ "side": false,
1100
+ "topBottom": true
1101
+ },
1102
+ "position": "bottom",
1103
+ "orderedValues": [],
1104
+ "patterns": {},
1105
+ "patternField": "",
1106
+ "unified": true
1107
+ },
1108
+ "smallMultiples": {
1109
+ "mode": "",
1110
+ "tileColumn": "",
1111
+ "tilesPerRowDesktop": 3,
1112
+ "tilesPerRowMobile": 1,
1113
+ "tileOrder": [],
1114
+ "tileOrderType": "asc",
1115
+ "tileTitles": {},
1116
+ "independentYAxis": false,
1117
+ "colorMode": "same",
1118
+ "synchronizedTooltips": true,
1119
+ "showAreaUnderLine": true
1120
+ },
1121
+ "exclusions": {
1122
+ "active": false,
1123
+ "keys": []
1124
+ },
1125
+ "twoColor": {
1126
+ "palette": "monochrome-1",
1127
+ "isPaletteReversed": false
1128
+ },
1129
+ "labels": false,
1130
+ "dataFormat": {
1131
+ "commas": false,
1132
+ "prefix": "",
1133
+ "suffix": "",
1134
+ "abbreviated": false,
1135
+ "bottomSuffix": "",
1136
+ "bottomPrefix": "",
1137
+ "bottomAbbreviated": false
1138
+ },
1139
+ "filters": [
1140
+ {
1141
+ "filterStyle": "dropdown",
1142
+ "id": 1769623792468,
1143
+ "showDropdown": false,
1144
+ "columnName": "Pathogen_Target",
1145
+ "orderedValues": [
1146
+ "COVID-19",
1147
+ "Influenza A",
1148
+ "RSV"
1149
+ ],
1150
+ "defaultValue": "COVID-19"
1151
+ }
1152
+ ],
1153
+ "confidenceKeys": {},
1154
+ "visual": {
1155
+ "border": true,
1156
+ "accent": true,
1157
+ "background": true,
1158
+ "verticalHoverLine": false,
1159
+ "horizontalHoverLine": false,
1160
+ "lineDatapointSymbol": "none",
1161
+ "maximumShapeAmount": 7
1162
+ },
1163
+ "useLogScale": false,
1164
+ "filterBehavior": "Filter Change",
1165
+ "highlightedBarValues": [],
1166
+ "series": [
1167
+ {
1168
+ "dataKey": "National_WVAL",
1169
+ "type": "Line",
1170
+ "axis": "Left",
1171
+ "tooltip": true
1172
+ },
1173
+ {
1174
+ "dataKey": "Midwest_WVAL",
1175
+ "type": "Line",
1176
+ "axis": "Left",
1177
+ "tooltip": true
1178
+ },
1179
+ {
1180
+ "dataKey": "South_WVAL",
1181
+ "type": "Line",
1182
+ "axis": "Left",
1183
+ "tooltip": true
1184
+ },
1185
+ {
1186
+ "dataKey": "Northeast_WVAL",
1187
+ "type": "Line",
1188
+ "axis": "Left",
1189
+ "tooltip": true
1190
+ },
1191
+ {
1192
+ "dataKey": "West_WVAL",
1193
+ "type": "Line",
1194
+ "axis": "Left",
1195
+ "tooltip": true
1196
+ }
1197
+ ],
1198
+ "tooltips": {
1199
+ "opacity": 90,
1200
+ "singleSeries": false,
1201
+ "dateDisplayFormat": ""
1202
+ },
1203
+ "forestPlot": {
1204
+ "startAt": 0,
1205
+ "colors": {
1206
+ "line": "",
1207
+ "shape": ""
1208
+ },
1209
+ "lineOfNoEffect": {
1210
+ "show": true
1211
+ },
1212
+ "type": "",
1213
+ "pooledResult": {
1214
+ "diamondHeight": 5,
1215
+ "column": ""
1216
+ },
1217
+ "estimateField": "",
1218
+ "estimateRadius": "",
1219
+ "shape": "square",
1220
+ "rowHeight": 20,
1221
+ "description": {
1222
+ "show": true,
1223
+ "text": "description",
1224
+ "location": 0
1225
+ },
1226
+ "result": {
1227
+ "show": true,
1228
+ "text": "result",
1229
+ "location": 100
1230
+ },
1231
+ "radius": {
1232
+ "min": 2,
1233
+ "max": 10,
1234
+ "scalingColumn": ""
1235
+ },
1236
+ "regression": {
1237
+ "lower": 0,
1238
+ "upper": 0,
1239
+ "estimateField": 0
1240
+ },
1241
+ "leftWidthOffset": 0,
1242
+ "rightWidthOffset": 0,
1243
+ "showZeroLine": false,
1244
+ "leftLabel": "",
1245
+ "rightLabel": ""
1246
+ },
1247
+ "area": {
1248
+ "isStacked": false
1249
+ },
1250
+ "sankey": {
1251
+ "title": {
1252
+ "defaultColor": "black"
1253
+ },
1254
+ "iterations": 1,
1255
+ "rxValue": 0.9,
1256
+ "overallSize": {
1257
+ "width": 900,
1258
+ "height": 700
1259
+ },
1260
+ "margin": {
1261
+ "margin_y": 25,
1262
+ "margin_x": 0
1263
+ },
1264
+ "nodeSize": {
1265
+ "nodeWidth": 26,
1266
+ "nodeHeight": 40
1267
+ },
1268
+ "nodePadding": 55,
1269
+ "nodeFontColor": "black",
1270
+ "nodeColor": {
1271
+ "default": "#ff8500",
1272
+ "inactive": "#808080"
1273
+ },
1274
+ "linkColor": {
1275
+ "default": "#ffc900",
1276
+ "inactive": "#D3D3D3"
1277
+ },
1278
+ "opacity": {
1279
+ "nodeOpacityDefault": 1,
1280
+ "nodeOpacityInactive": 0.1,
1281
+ "LinkOpacityDefault": 1,
1282
+ "LinkOpacityInactive": 0.1
1283
+ },
1284
+ "storyNodeFontColor": "#006778",
1285
+ "storyNodeText": [],
1286
+ "nodeValueStyle": {
1287
+ "textBefore": "(",
1288
+ "textAfter": ")"
1289
+ },
1290
+ "data": []
1291
+ },
1292
+ "markupVariables": [],
1293
+ "enableMarkupVariables": false,
1294
+ "openModal": true,
1295
+ "uid": "chart1769623346898",
1296
+ "visualizationType": "Line",
1297
+ "dataDescription": {
1298
+ "horizontal": false,
1299
+ "series": false
1300
+ },
1301
+ "dataKey": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalregionalactivitylevel.json",
1302
+ "showEditorPanel": true,
1303
+ "description": " <div class=\"text-left ml-3 pb-3\">Data from the most recent two weeks may be incomplete due to delays in data reporting. These data sets are subject to change and are indicated by the gray shading.</div>",
1304
+ "dynamicMarginTop": 0
1305
+ },
1306
+ "markup-include1770048258733": {
1307
+ "filters": [],
1308
+ "filterBehavior": "Filter Change",
1309
+ "openModal": false,
1310
+ "uid": "markup-include1770048258733",
1311
+ "type": "markup-include",
1312
+ "contentEditor": {
1313
+ "inlineHTML": "<span class=\"datex\">Data last updated {{covid-date-chart}}</span>",
1314
+ "showHeader": true,
1315
+ "srcUrl": "#example",
1316
+ "title": "",
1317
+ "titleStyle": "small",
1318
+ "useInlineHTML": true,
1319
+ "showNoDataMessage": false,
1320
+ "noDataMessageText": "No Data Available"
1321
+ },
1322
+ "theme": "theme-blue",
1323
+ "visual": {
1324
+ "border": false,
1325
+ "accent": false,
1326
+ "background": false,
1327
+ "hideBackgroundColor": false,
1328
+ "borderColorTheme": false
1329
+ },
1330
+ "showEditorPanel": true,
1331
+ "visualizationType": "markup-include",
1332
+ "dataDescription": {
1333
+ "horizontal": false,
1334
+ "series": false
1335
+ },
1336
+ "dataKey": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalnationaldatabites.json",
1337
+ "version": "4.26.1",
1338
+ "migrations": {
1339
+ "addColorMigration": true
1340
+ },
1341
+ "general": {
1342
+ "palette": {
1343
+ "version": "1.0",
1344
+ "backups": [
1345
+ {
1346
+ "version": "1.0"
1347
+ },
1348
+ {
1349
+ "version": "1.0"
1350
+ }
1351
+ ]
1352
+ }
1353
+ },
1354
+ "markupVariables": [
1355
+ {
1356
+ "name": "covid-date-chart",
1357
+ "tag": "{{covid-date-chart}}",
1358
+ "columnName": "Date_Updated",
1359
+ "conditions": [
1360
+ {
1361
+ "columnName": "Pathogen_Target",
1362
+ "isOrIsNotEqualTo": "is",
1363
+ "value": "COVID-19"
1364
+ }
1365
+ ],
1366
+ "addCommas": false,
1367
+ "hideOnNull": false
1368
+ }
1369
+ ],
1370
+ "enableMarkupVariables": true
1371
+ },
1372
+ "markup-include1770049423460": {
1373
+ "filters": [],
1374
+ "filterBehavior": "Filter Change",
1375
+ "openModal": false,
1376
+ "uid": "markup-include1770049423460",
1377
+ "type": "markup-include",
1378
+ "contentEditor": {
1379
+ "inlineHTML": "<div class=\"accordion indicator-plus accordion-white mb3\" id=\"accordion-2\" role=\"tablist\">\n <div class=\"card border-0 rounded-0 mb-3\"><a class=\"onThisPageAnchor\" id=\"about-data\" name=\"About%20the%20Data\" title=\"About the Data\"><!-- --></a>\n <div class=\"card-header h4 bg-white rounded-0\" role=\"tab\" id=\"acc-header-2\" href=\"#acc-panel-2\" data-toggle=\"collapse\" data-parent=\"#accordion-2\" aria-controls=\"acc-panel-2\" aria-expanded=\"true\">\n <button class=\"card-title btn btn-link\">About the Data</button>\n </div>\n <div class=\"collapse show\" id=\"acc-panel-2\" role=\"tablist\" aria-labelledby=\"acc-header-2\">\n <div class=\"card-body bg-white\">\n <p class=\"\"><strong class=\"xbold\">About the Wastewater Viral Activity Level:</strong> The wastewater viral activity level indicates whether the amount of virus in the wastewater is very low, low, moderate, high, or very high. The wastewater viral activity levels may indicate the risk of infection in an area. The wastewater viral activity levels are categorized as follows:</p>\n\n <ul class=\"false real-list\">\n <li>Up to 2 – Very Low</li>\n <li>Greater than 2 and up to 3.4 – Low</li>\n <li>Greater than 3.4 and up to 5.3 – Moderate</li>\n <li>Greater than 5.3 and up to 7.8 – High</li>\n <li>Greater than 7.8 – Very High</li>\n </ul>\n <p class=\"\">To learn more about how the wastewater viral activity level is calculated, visit <a class=\"\" href=\"/nwss/data-methods.html\">CDC’s Wastewater Surveillance Data Methodology</a> page. Additional wastewater data are available at <a class=\"\" href=\"https://data.cdc.gov/Public-Health-Surveillance/CDC-Wastewater-Data-for-SARS-CoV-2/j9g8-acpt/about_data\">CDC Wastewater Data for SARS-CoV-2.</a></p>\n <p class=\"mt-3\"><strong class=\"xbold\">Regions:</strong> States and territories are grouped into the following U.S Census Bureau regions:</p>\n <ul class=\"false real-list\">\n <li>West: Alaska, Arizona, California, Colorado, Guam, Hawaii, Idaho, Montana, Nevada, New Mexico, Oregon, Utah, Washington, Wyoming (N=14)</li>\n <li>Midwest: Illinois, Indiana, Iowa, Kansas, Michigan, Minnesota, Missouri, Nebraska, North Dakota, Ohio, South Dakota, Wisconsin (N=12)</li>\n <li>Northeast: Connecticut, Maine, Massachusetts, New Hampshire, New Jersey, New York, Pennsylvania, Puerto Rico, Rhode Island, Vermont (N=10)</li>\n <li>South: Arkansas, Alabama, Delaware, District of Columbia, Florida, Georgia, Kentucky, Louisiana, Maryland, Mississippi, North Carolina, Oklahoma, South Carolina, Tennessee, Texas, Virginia, West Virginia (N=17)</li>\n </ul>\n <p><strong class=\"xbold\">No Data:</strong> States or territories without sufficient data to estimate the wastewater viral activity level for the previous week are indicated as “No Data.” A label of “No Data” means that either:</p>\n <ul class=\"false real-list\">\n <li>No data were reported this week from sites within the state or territory</li>\n <li>Data were reported this week, but sites within the state or territory do not have enough data (at least 8 weeks with consistent methodology) to estimate the wastewater viral activity level in the last week.</li>\n </ul>\n <p><strong class=\"xbold\">Limited Coverage:</strong> States or territories with limited coverage means that data for the most recent week are based on a small part (less than 5%) of the population and may not represent viral activity levels for the entire state or territory.</p>\n </div>\n </div>\n </div>\n</div>",
1380
+ "showHeader": true,
1381
+ "srcUrl": "#example",
1382
+ "title": "",
1383
+ "titleStyle": "small",
1384
+ "useInlineHTML": true,
1385
+ "showNoDataMessage": false,
1386
+ "noDataMessageText": "No Data Available"
1387
+ },
1388
+ "theme": "theme-blue",
1389
+ "visual": {
1390
+ "border": false,
1391
+ "accent": false,
1392
+ "background": false,
1393
+ "hideBackgroundColor": false,
1394
+ "borderColorTheme": false
1395
+ },
1396
+ "showEditorPanel": true,
1397
+ "visualizationType": "markup-include",
1398
+ "dataDescription": {
1399
+ "horizontal": false,
1400
+ "series": false
1401
+ },
1402
+ "dataKey": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalnationaldatabites.json",
1403
+ "version": "4.26.1",
1404
+ "migrations": {
1405
+ "addColorMigration": true
1406
+ },
1407
+ "general": {
1408
+ "palette": {
1409
+ "version": "1.0",
1410
+ "backups": [
1411
+ {
1412
+ "version": "1.0"
1413
+ },
1414
+ {
1415
+ "version": "1.0"
1416
+ },
1417
+ {
1418
+ "version": "1.0"
1419
+ },
1420
+ {
1421
+ "version": "1.0"
1422
+ },
1423
+ {
1424
+ "version": "1.0"
1425
+ },
1426
+ {
1427
+ "version": "1.0"
1428
+ },
1429
+ {
1430
+ "version": "1.0"
1431
+ },
1432
+ {
1433
+ "version": "1.0"
1434
+ },
1435
+ {
1436
+ "version": "1.0"
1437
+ },
1438
+ {
1439
+ "version": "1.0"
1440
+ },
1441
+ {
1442
+ "version": "1.0"
1443
+ },
1444
+ {
1445
+ "version": "1.0"
1446
+ },
1447
+ {
1448
+ "version": "1.0"
1449
+ },
1450
+ {
1451
+ "version": "1.0"
1452
+ },
1453
+ {
1454
+ "version": "1.0"
1455
+ },
1456
+ {
1457
+ "version": "1.0"
1458
+ }
1459
+ ]
1460
+ }
1461
+ },
1462
+ "markupVariables": []
1463
+ }
1464
+ },
1465
+ "table": {
1466
+ "label": "Data Table",
1467
+ "show": false,
1468
+ "showDownloadUrl": false,
1469
+ "showDownloadLinkBelow": true,
1470
+ "showVertical": true
1471
+ },
1472
+ "errors": [],
1473
+ "currentViewport": "lg",
1474
+ "id": 15,
1475
+ "category": "General",
1476
+ "label": "Dashboard",
1477
+ "type": "dashboard",
1478
+ "subType": null,
1479
+ "orientation": null,
1480
+ "icon": {
1481
+ "type": {},
1482
+ "key": null,
1483
+ "ref": null,
1484
+ "props": {},
1485
+ "_owner": null
1486
+ },
1487
+ "content": "Present multiple data visualizations with shared filter controls.",
1488
+ "visualizationType": null,
1489
+ "activeVizButtonID": 15,
1490
+ "version": "4.26.1",
1491
+ "migrations": {
1492
+ "addColorMigration": true
1493
+ },
1494
+ "general": {
1495
+ "palette": {
1496
+ "version": "1.0",
1497
+ "backups": [
1498
+ {
1499
+ "version": "1.0"
1500
+ },
1501
+ {
1502
+ "version": "1.0"
1503
+ },
1504
+ {
1505
+ "version": "1.0"
1506
+ },
1507
+ {
1508
+ "version": "1.0"
1509
+ },
1510
+ {
1511
+ "version": "1.0"
1512
+ },
1513
+ {
1514
+ "version": "1.0"
1515
+ },
1516
+ {
1517
+ "version": "1.0"
1518
+ },
1519
+ {
1520
+ "version": "1.0"
1521
+ },
1522
+ {
1523
+ "version": "1.0"
1524
+ },
1525
+ {
1526
+ "version": "1.0"
1527
+ },
1528
+ {
1529
+ "version": "1.0"
1530
+ },
1531
+ {
1532
+ "version": "1.0"
1533
+ },
1534
+ {
1535
+ "version": "1.0"
1536
+ },
1537
+ {
1538
+ "version": "1.0"
1539
+ },
1540
+ {
1541
+ "version": "1.0"
1542
+ },
1543
+ {
1544
+ "version": "1.0"
1545
+ },
1546
+ {
1547
+ "version": "1.0"
1548
+ },
1549
+ {
1550
+ "version": "1.0"
1551
+ },
1552
+ {
1553
+ "version": "1.0"
1554
+ },
1555
+ {
1556
+ "version": "1.0"
1557
+ },
1558
+ {
1559
+ "version": "1.0"
1560
+ },
1561
+ {
1562
+ "version": "1.0"
1563
+ },
1564
+ {
1565
+ "version": "1.0"
1566
+ },
1567
+ {
1568
+ "version": "1.0"
1569
+ },
1570
+ {
1571
+ "version": "1.0"
1572
+ },
1573
+ {
1574
+ "version": "1.0"
1575
+ },
1576
+ {
1577
+ "version": "1.0"
1578
+ },
1579
+ {
1580
+ "version": "1.0"
1581
+ },
1582
+ {
1583
+ "version": "1.0"
1584
+ },
1585
+ {
1586
+ "version": "1.0"
1587
+ },
1588
+ {
1589
+ "version": "1.0"
1590
+ },
1591
+ {
1592
+ "version": "1.0"
1593
+ },
1594
+ {
1595
+ "version": "1.0"
1596
+ },
1597
+ {
1598
+ "version": "1.0"
1599
+ },
1600
+ {
1601
+ "version": "1.0"
1602
+ },
1603
+ {
1604
+ "version": "1.0"
1605
+ },
1606
+ {
1607
+ "version": "1.0"
1608
+ },
1609
+ {
1610
+ "version": "1.0"
1611
+ },
1612
+ {
1613
+ "version": "1.0"
1614
+ },
1615
+ {
1616
+ "version": "1.0"
1617
+ },
1618
+ {
1619
+ "version": "1.0"
1620
+ },
1621
+ {
1622
+ "version": "1.0"
1623
+ },
1624
+ {
1625
+ "version": "1.0"
1626
+ },
1627
+ {
1628
+ "version": "1.0"
1629
+ },
1630
+ {
1631
+ "version": "1.0"
1632
+ },
1633
+ {
1634
+ "version": "1.0"
1635
+ },
1636
+ {
1637
+ "version": "1.0"
1638
+ },
1639
+ {
1640
+ "version": "1.0"
1641
+ },
1642
+ {
1643
+ "version": "1.0"
1644
+ },
1645
+ {
1646
+ "version": "1.0"
1647
+ },
1648
+ {
1649
+ "version": "1.0"
1650
+ },
1651
+ {
1652
+ "version": "1.0"
1653
+ },
1654
+ {
1655
+ "version": "1.0"
1656
+ },
1657
+ {
1658
+ "version": "1.0"
1659
+ },
1660
+ {
1661
+ "version": "1.0"
1662
+ },
1663
+ {
1664
+ "version": "1.0"
1665
+ },
1666
+ {
1667
+ "version": "1.0"
1668
+ },
1669
+ {
1670
+ "version": "1.0"
1671
+ },
1672
+ {
1673
+ "version": "1.0"
1674
+ },
1675
+ {
1676
+ "version": "1.0"
1677
+ }
1678
+ ]
1679
+ }
1680
+ },
1681
+ "uuid": 1770049419420,
1682
+ "datasets": {
1683
+ "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalnationaldatabites.json": {
1684
+ "dataFileSize": 692,
1685
+ "dataFileName": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalnationaldatabites.json",
1686
+ "dataFileSourceType": "url",
1687
+ "dataFileFormat": "JSON",
1688
+ "preview": true,
1689
+ "dataUrl": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalnationaldatabites.json"
1690
+ },
1691
+ "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalcombinedstatemap.json": {
1692
+ "dataFileSize": 51416,
1693
+ "dataFileName": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalcombinedstatemap.json",
1694
+ "dataFileSourceType": "url",
1695
+ "dataFileFormat": "JSON",
1696
+ "preview": false,
1697
+ "dataUrl": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalcombinedstatemap.json"
1698
+ },
1699
+ "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalregionalactivitylevel.json": {
1700
+ "dataFileSize": 454468,
1701
+ "dataFileName": "/wcms/vizdata/NCEZID_DIDRI/Capybara_for_test/nwsswvalregionalactivitylevel.json",
1702
+ "dataFileSourceType": "url",
1703
+ "dataFileFormat": "JSON",
1704
+ "preview": false,
1705
+ "dataUrl": "http://localhost:8080/examples/private/timeline-data.json"
1706
+ }
1707
+ }
1708
+ }