@cdc/chart 4.24.9 → 4.24.10

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 (65) hide show
  1. package/LICENSE +201 -0
  2. package/dist/cdcchart.js +43919 -40370
  3. package/index.html +1 -1
  4. package/package.json +2 -2
  5. package/src/CdcChart.tsx +129 -108
  6. package/src/_stories/Chart.Legend.Gradient.stories.tsx +33 -0
  7. package/src/_stories/Chart.stories.tsx +28 -0
  8. package/src/_stories/ChartAxisLabels.stories.tsx +20 -0
  9. package/src/_stories/ChartAxisTitles.stories.tsx +53 -0
  10. package/src/_stories/ChartPrefixSuffix.stories.tsx +151 -0
  11. package/src/_stories/_mock/horizontal_bar.json +257 -0
  12. package/src/_stories/_mock/large_x_axis_labels.json +261 -0
  13. package/src/_stories/_mock/paired-bar.json +262 -0
  14. package/src/_stories/_mock/pie_with_data.json +255 -0
  15. package/src/_stories/_mock/simplified_line.json +1510 -0
  16. package/src/components/Annotations/components/AnnotationDraggable.tsx +0 -3
  17. package/src/components/Annotations/components/AnnotationDropdown.tsx +1 -1
  18. package/src/components/Axis/Categorical.Axis.tsx +22 -4
  19. package/src/components/BarChart/components/BarChart.Horizontal.tsx +95 -16
  20. package/src/components/BarChart/components/BarChart.StackedHorizontal.tsx +41 -17
  21. package/src/components/BarChart/components/BarChart.Vertical.tsx +78 -20
  22. package/src/components/BarChart/helpers/index.ts +23 -4
  23. package/src/components/BrushChart.tsx +3 -2
  24. package/src/components/DeviationBar.jsx +58 -8
  25. package/src/components/EditorPanel/EditorPanel.tsx +63 -40
  26. package/src/components/EditorPanel/components/Panels/Panel.Annotate.tsx +8 -25
  27. package/src/components/EditorPanel/components/Panels/Panel.General.tsx +21 -4
  28. package/src/components/EditorPanel/components/Panels/Panel.Visual.tsx +297 -35
  29. package/src/components/EditorPanel/components/panels.scss +4 -6
  30. package/src/components/EditorPanel/editor-panel.scss +0 -8
  31. package/src/components/EditorPanel/helpers/tests/updateFieldRankByValue.test.ts +38 -0
  32. package/src/components/EditorPanel/helpers/updateFieldRankByValue.ts +42 -0
  33. package/src/components/EditorPanel/useEditorPermissions.ts +1 -0
  34. package/src/components/ForestPlot/ForestPlot.tsx +2 -3
  35. package/src/components/ForestPlot/ForestPlotProps.ts +2 -0
  36. package/src/components/Legend/Legend.Component.tsx +16 -16
  37. package/src/components/Legend/Legend.Suppression.tsx +25 -20
  38. package/src/components/Legend/Legend.tsx +0 -2
  39. package/src/components/Legend/helpers/index.ts +16 -19
  40. package/src/components/LegendWrapper.tsx +3 -1
  41. package/src/components/LineChart/components/LineChart.Circle.tsx +10 -0
  42. package/src/components/LinearChart.tsx +740 -562
  43. package/src/components/PairedBarChart.jsx +50 -10
  44. package/src/components/PieChart/PieChart.tsx +1 -6
  45. package/src/components/Regions/components/Regions.tsx +33 -19
  46. package/src/components/ZoomBrush.tsx +25 -6
  47. package/src/coreStyles_chart.scss +3 -0
  48. package/src/data/initial-state.js +6 -2
  49. package/src/helpers/configHelpers.ts +28 -0
  50. package/src/helpers/handleRankByValue.ts +15 -0
  51. package/src/helpers/sizeHelpers.ts +25 -0
  52. package/src/helpers/tests/handleRankByValue.test.ts +37 -0
  53. package/src/helpers/tests/sizeHelpers.test.ts +80 -0
  54. package/src/hooks/useColorPalette.js +10 -2
  55. package/src/hooks/useLegendClasses.ts +4 -0
  56. package/src/hooks/useScales.ts +31 -3
  57. package/src/hooks/useTooltip.tsx +9 -5
  58. package/src/index.jsx +1 -0
  59. package/src/scss/DataTable.scss +5 -4
  60. package/src/scss/main.scss +57 -52
  61. package/src/types/ChartConfig.ts +38 -16
  62. package/src/types/ChartContext.ts +18 -14
  63. package/src/_stories/Chart.Legend.Gradient.tsx +0 -19
  64. package/src/_stories/ChartBrush.stories.tsx +0 -19
  65. package/src/components/LinearChart.jsx +0 -817
@@ -0,0 +1,1510 @@
1
+ {
2
+ "annotations": [],
3
+ "type": "chart",
4
+ "debugSvg": false,
5
+ "chartMessage": { "noData": "No Data Available" },
6
+ "title": "",
7
+ "showTitle": true,
8
+ "showDownloadMediaButton": false,
9
+ "theme": "theme-blue",
10
+ "animate": false,
11
+ "fontSize": "medium",
12
+ "lineDatapointStyle": "hover",
13
+ "lineDatapointColor": "Same as Line",
14
+ "barHasBorder": "false",
15
+ "isLollipopChart": false,
16
+ "lollipopShape": "circle",
17
+ "lollipopColorStyle": "two-tone",
18
+ "visualizationSubType": "regular",
19
+ "barStyle": "flat",
20
+ "roundingStyle": "standard",
21
+ "tipRounding": "top",
22
+ "isResponsiveTicks": false,
23
+ "general": {
24
+ "annotationDropdownText": "Annotations",
25
+ "showDownloadButton": false,
26
+ "showMissingDataLabel": true,
27
+ "showSuppressedSymbol": true,
28
+ "hideNullValue": true,
29
+ "showZeroValueDataLabel": true
30
+ },
31
+ "padding": { "left": 5, "right": 5 },
32
+ "preliminaryData": [],
33
+ "yAxis": {
34
+ "hideAxis": true,
35
+ "displayNumbersOnBar": false,
36
+ "hideLabel": false,
37
+ "hideTicks": true,
38
+ "size": "0",
39
+ "gridLines": true,
40
+ "enablePadding": true,
41
+ "min": "",
42
+ "max": "",
43
+ "labelColor": "#333",
44
+ "tickLabelColor": "#333",
45
+ "tickColor": "#333",
46
+ "rightHideAxis": true,
47
+ "rightAxisSize": 0,
48
+ "rightLabel": "",
49
+ "rightLabelOffsetSize": 0,
50
+ "rightAxisLabelColor": "#333",
51
+ "rightAxisTickLabelColor": "#333",
52
+ "rightAxisTickColor": "#333",
53
+ "numTicks": "5",
54
+ "axisPadding": 0,
55
+ "scalePadding": "15",
56
+ "tickRotation": "",
57
+ "anchors": [],
58
+ "shoMissingDataLabel": true,
59
+ "showMissingDataLine": true,
60
+ "categories": [],
61
+ "label": "",
62
+ "maxValue": 30.244999999999997,
63
+ "labelsAboveGridlines": true
64
+ },
65
+ "boxplot": {
66
+ "plots": [],
67
+ "borders": "true",
68
+ "firstQuartilePercentage": 25,
69
+ "thirdQuartilePercentage": 75,
70
+ "boxWidthPercentage": 40,
71
+ "plotOutlierValues": false,
72
+ "plotNonOutlierValues": true,
73
+ "legend": { "showHowToReadText": false, "howToReadText": "" },
74
+ "labels": {
75
+ "q1": "Lower Quartile",
76
+ "q2": "q2",
77
+ "q3": "Upper Quartile",
78
+ "q4": "q4",
79
+ "minimum": "Minimum",
80
+ "maximum": "Maximum",
81
+ "mean": "Mean",
82
+ "median": "Median",
83
+ "sd": "Standard Deviation",
84
+ "iqr": "Interquartile Range",
85
+ "total": "Total",
86
+ "outliers": "Outliers",
87
+ "values": "Values",
88
+ "lowerBounds": "Lower Bounds",
89
+ "upperBounds": "Upper Bounds"
90
+ }
91
+ },
92
+ "topAxis": { "hasLine": false },
93
+ "isLegendValue": false,
94
+ "barThickness": 0.35,
95
+ "barHeight": 25,
96
+ "barSpace": 15,
97
+ "heights": { "vertical": "200", "horizontal": 750 },
98
+ "xAxis": {
99
+ "sortDates": false,
100
+ "anchors": [],
101
+ "type": "date-time",
102
+ "showTargetLabel": true,
103
+ "targetLabel": "Target",
104
+ "hideAxis": false,
105
+ "hideLabel": false,
106
+ "hideTicks": false,
107
+ "size": "0",
108
+ "tickRotation": "0",
109
+ "min": "",
110
+ "max": "",
111
+ "labelColor": "#333",
112
+ "tickLabelColor": "#333",
113
+ "tickColor": "#333",
114
+ "numTicks": "6",
115
+ "labelOffset": 0,
116
+ "axisPadding": 0,
117
+ "target": 0,
118
+ "maxTickRotation": 0,
119
+ "padding": "4",
120
+ "dataKey": "week_end",
121
+ "label": "",
122
+ "dateParseFormat": "%Y-%m-%d",
123
+ "dateDisplayFormat": "%b. %Y",
124
+ "tickWidthMax": 75,
125
+ "axisBBox": 70.13999938964844
126
+ },
127
+ "table": {
128
+ "label": "Data Table",
129
+ "expanded": false,
130
+ "limitHeight": false,
131
+ "height": "",
132
+ "caption": "",
133
+ "showDownloadUrl": false,
134
+ "showDataTableLink": true,
135
+ "showDownloadLinkBelow": true,
136
+ "indexLabel": "Week Ending",
137
+ "download": true,
138
+ "showVertical": true,
139
+ "dateDisplayFormat": "",
140
+ "showMissingDataLabel": true,
141
+ "showSuppressedSymbol": true,
142
+ "show": true
143
+ },
144
+ "orientation": "vertical",
145
+ "color": "pinkpurple",
146
+ "columns": {},
147
+ "legend": {
148
+ "hide": false,
149
+ "behavior": "isolate",
150
+ "axisAlign": true,
151
+ "singleRow": true,
152
+ "colorCode": "",
153
+ "reverseLabelOrder": false,
154
+ "description": "",
155
+ "dynamicLegend": false,
156
+ "dynamicLegendDefaultText": "Show All",
157
+ "dynamicLegendItemLimit": 5,
158
+ "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
159
+ "dynamicLegendChartMessage": "Select Options from the Legend",
160
+ "label": "Respiratory Virus",
161
+ "lineMode": false,
162
+ "verticalSorted": false,
163
+ "highlightOnHover": false,
164
+ "hideSuppressedLabels": false,
165
+ "hideSuppressionLink": false,
166
+ "seriesHighlight": [],
167
+ "style": "circles",
168
+ "subStyle": "linear blocks",
169
+ "tickRotation": "",
170
+ "hideBorder": { "side": true, "topBottom": true },
171
+ "hasBorder": false,
172
+ "showLegendValuesTooltip": false,
173
+ "position": "right"
174
+ },
175
+ "brush": {
176
+ "height": 25,
177
+ "active": false,
178
+ "data": [
179
+ {
180
+ "week_end": "2022-10-01",
181
+ "**Numeric Value Property**": "",
182
+ "COVID-19": "6.9",
183
+ "RSV": "10.2",
184
+ "Influenza": "2.0"
185
+ },
186
+ {
187
+ "week_end": "2022-10-08",
188
+ "**Numeric Value Property**": "",
189
+ "COVID-19": "6.9",
190
+ "RSV": "12.5",
191
+ "Influenza": "2.7"
192
+ },
193
+ {
194
+ "week_end": "2022-10-15",
195
+ "**Numeric Value Property**": "",
196
+ "COVID-19": "7.1",
197
+ "RSV": "14.6",
198
+ "Influenza": "3.5"
199
+ },
200
+ {
201
+ "week_end": "2022-10-22",
202
+ "**Numeric Value Property**": "",
203
+ "COVID-19": "6.8",
204
+ "RSV": "16.5",
205
+ "Influenza": "5.4"
206
+ },
207
+ {
208
+ "week_end": "2022-10-29",
209
+ "**Numeric Value Property**": "",
210
+ "COVID-19": "6.9",
211
+ "RSV": "18.3",
212
+ "Influenza": "8.4"
213
+ },
214
+ {
215
+ "week_end": "2022-11-05",
216
+ "**Numeric Value Property**": "",
217
+ "COVID-19": "6.5",
218
+ "RSV": "19.1",
219
+ "Influenza": "12.8"
220
+ },
221
+ {
222
+ "week_end": "2022-11-12",
223
+ "**Numeric Value Property**": "",
224
+ "COVID-19": "6.8",
225
+ "RSV": "19.5",
226
+ "Influenza": "14.9"
227
+ },
228
+ {
229
+ "week_end": "2022-11-19",
230
+ "**Numeric Value Property**": "",
231
+ "COVID-19": "6.7",
232
+ "RSV": "16.7",
233
+ "Influenza": "18.3"
234
+ },
235
+ {
236
+ "week_end": "2022-11-26",
237
+ "**Numeric Value Property**": "",
238
+ "COVID-19": "7.6",
239
+ "RSV": "13.4",
240
+ "Influenza": "25.8"
241
+ },
242
+ {
243
+ "week_end": "2022-12-03",
244
+ "**Numeric Value Property**": "",
245
+ "COVID-19": "8.6",
246
+ "RSV": "10.5",
247
+ "Influenza": "25.6"
248
+ },
249
+ {
250
+ "week_end": "2022-12-10",
251
+ "**Numeric Value Property**": "",
252
+ "COVID-19": "8.7",
253
+ "RSV": "7.9",
254
+ "Influenza": "26.3"
255
+ },
256
+ {
257
+ "week_end": "2022-12-17",
258
+ "**Numeric Value Property**": "",
259
+ "COVID-19": "9.4",
260
+ "RSV": "6.7",
261
+ "Influenza": "24.5"
262
+ },
263
+ {
264
+ "week_end": "2022-12-24",
265
+ "**Numeric Value Property**": "",
266
+ "COVID-19": "9.8",
267
+ "RSV": "5.6",
268
+ "Influenza": "20.8"
269
+ },
270
+ {
271
+ "week_end": "2022-12-31",
272
+ "**Numeric Value Property**": "",
273
+ "COVID-19": "10.6",
274
+ "RSV": "5.1",
275
+ "Influenza": "14.9"
276
+ },
277
+ {
278
+ "week_end": "2023-01-07",
279
+ "**Numeric Value Property**": "",
280
+ "COVID-19": "10.3",
281
+ "RSV": "4.9",
282
+ "Influenza": "8.6"
283
+ },
284
+ {
285
+ "week_end": "2023-01-14",
286
+ "**Numeric Value Property**": "",
287
+ "COVID-19": "8.8",
288
+ "RSV": "4.0",
289
+ "Influenza": "4.6"
290
+ },
291
+ {
292
+ "week_end": "2023-01-21",
293
+ "**Numeric Value Property**": "",
294
+ "COVID-19": "8.5",
295
+ "RSV": "3.3",
296
+ "Influenza": "2.9"
297
+ },
298
+ {
299
+ "week_end": "2023-01-28",
300
+ "**Numeric Value Property**": "",
301
+ "COVID-19": "8.3",
302
+ "RSV": "2.5",
303
+ "Influenza": "2.1"
304
+ },
305
+ {
306
+ "week_end": "2023-02-04",
307
+ "**Numeric Value Property**": "",
308
+ "COVID-19": "8.0",
309
+ "RSV": "2.2",
310
+ "Influenza": "1.7"
311
+ },
312
+ {
313
+ "week_end": "2023-02-11",
314
+ "**Numeric Value Property**": "",
315
+ "COVID-19": "8.0",
316
+ "RSV": "1.8",
317
+ "Influenza": "1.4"
318
+ },
319
+ {
320
+ "week_end": "2023-02-18",
321
+ "**Numeric Value Property**": "",
322
+ "COVID-19": "8.1",
323
+ "RSV": "1.6",
324
+ "Influenza": "1.1"
325
+ },
326
+ {
327
+ "week_end": "2023-02-25",
328
+ "**Numeric Value Property**": "",
329
+ "COVID-19": "7.9",
330
+ "RSV": "1.4",
331
+ "Influenza": "1.0"
332
+ },
333
+ {
334
+ "week_end": "2023-03-04",
335
+ "**Numeric Value Property**": "",
336
+ "COVID-19": "7.4",
337
+ "RSV": "1.2",
338
+ "Influenza": "0.9"
339
+ },
340
+ {
341
+ "week_end": "2023-03-11",
342
+ "**Numeric Value Property**": "",
343
+ "COVID-19": "6.8",
344
+ "RSV": "1.1",
345
+ "Influenza": "1.0"
346
+ },
347
+ {
348
+ "week_end": "2023-03-18",
349
+ "**Numeric Value Property**": "",
350
+ "COVID-19": "6.8",
351
+ "RSV": "0.9",
352
+ "Influenza": "0.9"
353
+ },
354
+ {
355
+ "week_end": "2023-03-25",
356
+ "**Numeric Value Property**": "",
357
+ "COVID-19": "6.9",
358
+ "RSV": "0.8",
359
+ "Influenza": "0.9"
360
+ },
361
+ {
362
+ "week_end": "2023-04-01",
363
+ "**Numeric Value Property**": "",
364
+ "COVID-19": "6.5",
365
+ "RSV": "0.7",
366
+ "Influenza": "1.0"
367
+ },
368
+ {
369
+ "week_end": "2023-04-08",
370
+ "**Numeric Value Property**": "",
371
+ "COVID-19": "6.2",
372
+ "RSV": "0.6",
373
+ "Influenza": "1.1"
374
+ },
375
+ {
376
+ "week_end": "2023-04-15",
377
+ "**Numeric Value Property**": "",
378
+ "COVID-19": "5.7",
379
+ "RSV": "0.6",
380
+ "Influenza": "1.0"
381
+ },
382
+ {
383
+ "week_end": "2023-04-22",
384
+ "**Numeric Value Property**": "",
385
+ "COVID-19": "5.0",
386
+ "RSV": "0.5",
387
+ "Influenza": "0.8"
388
+ },
389
+ {
390
+ "week_end": "2023-04-29",
391
+ "**Numeric Value Property**": "",
392
+ "COVID-19": "4.9",
393
+ "RSV": "0.5",
394
+ "Influenza": "1.0"
395
+ },
396
+ {
397
+ "week_end": "2023-05-06",
398
+ "**Numeric Value Property**": "",
399
+ "COVID-19": "5.0",
400
+ "RSV": "0.5",
401
+ "Influenza": "0.9"
402
+ },
403
+ {
404
+ "week_end": "2023-05-13",
405
+ "**Numeric Value Property**": "",
406
+ "COVID-19": "4.8",
407
+ "RSV": "0.5",
408
+ "Influenza": "1.0"
409
+ },
410
+ {
411
+ "week_end": "2023-05-20",
412
+ "**Numeric Value Property**": "",
413
+ "COVID-19": "4.6",
414
+ "RSV": "0.5",
415
+ "Influenza": "1.2"
416
+ },
417
+ {
418
+ "week_end": "2023-05-27",
419
+ "**Numeric Value Property**": "",
420
+ "COVID-19": "4.6",
421
+ "RSV": "0.4",
422
+ "Influenza": "1.2"
423
+ },
424
+ {
425
+ "week_end": "2023-06-03",
426
+ "**Numeric Value Property**": "",
427
+ "COVID-19": "4.2",
428
+ "RSV": "0.5",
429
+ "Influenza": "1.3"
430
+ },
431
+ {
432
+ "week_end": "2023-06-10",
433
+ "**Numeric Value Property**": "",
434
+ "COVID-19": "4.1",
435
+ "RSV": "0.5",
436
+ "Influenza": "1.1"
437
+ },
438
+ {
439
+ "week_end": "2023-06-17",
440
+ "**Numeric Value Property**": "",
441
+ "COVID-19": "4.3",
442
+ "RSV": "0.5",
443
+ "Influenza": "1.1"
444
+ },
445
+ {
446
+ "week_end": "2023-06-24",
447
+ "**Numeric Value Property**": "",
448
+ "COVID-19": "4.4",
449
+ "RSV": "0.6",
450
+ "Influenza": "0.9"
451
+ },
452
+ {
453
+ "week_end": "2023-07-01",
454
+ "**Numeric Value Property**": "",
455
+ "COVID-19": "4.9",
456
+ "RSV": "0.6",
457
+ "Influenza": "1.1"
458
+ },
459
+ {
460
+ "week_end": "2023-07-08",
461
+ "**Numeric Value Property**": "",
462
+ "COVID-19": "5.7",
463
+ "RSV": "0.5",
464
+ "Influenza": "1.2"
465
+ },
466
+ {
467
+ "week_end": "2023-07-15",
468
+ "**Numeric Value Property**": "",
469
+ "COVID-19": "6.6",
470
+ "RSV": "0.6",
471
+ "Influenza": "1.0"
472
+ },
473
+ {
474
+ "week_end": "2023-07-22",
475
+ "**Numeric Value Property**": "",
476
+ "COVID-19": "7.5",
477
+ "RSV": "0.8",
478
+ "Influenza": "1.0"
479
+ },
480
+ {
481
+ "week_end": "2023-07-29",
482
+ "**Numeric Value Property**": "",
483
+ "COVID-19": "8.9",
484
+ "RSV": "0.8",
485
+ "Influenza": "1.0"
486
+ },
487
+ {
488
+ "week_end": "2023-08-05",
489
+ "**Numeric Value Property**": "",
490
+ "COVID-19": "10.6",
491
+ "RSV": "0.9",
492
+ "Influenza": "1.1"
493
+ },
494
+ {
495
+ "week_end": "2023-08-12",
496
+ "**Numeric Value Property**": "",
497
+ "COVID-19": "12.3",
498
+ "RSV": "0.8",
499
+ "Influenza": "0.9"
500
+ },
501
+ {
502
+ "week_end": "2023-08-19",
503
+ "**Numeric Value Property**": "",
504
+ "COVID-19": "13.3",
505
+ "RSV": "0.8",
506
+ "Influenza": "0.9"
507
+ },
508
+ {
509
+ "week_end": "2023-08-26",
510
+ "**Numeric Value Property**": "",
511
+ "COVID-19": "14.6",
512
+ "RSV": "1.2",
513
+ "Influenza": "0.8"
514
+ },
515
+ {
516
+ "week_end": "2023-09-02",
517
+ "**Numeric Value Property**": "",
518
+ "COVID-19": "14.1",
519
+ "RSV": "1.1",
520
+ "Influenza": "0.7"
521
+ },
522
+ {
523
+ "week_end": "2023-09-09",
524
+ "**Numeric Value Property**": "",
525
+ "COVID-19": "13.9",
526
+ "RSV": "1.3",
527
+ "Influenza": "0.7"
528
+ },
529
+ {
530
+ "week_end": "2023-09-16",
531
+ "**Numeric Value Property**": "",
532
+ "COVID-19": "12.6",
533
+ "RSV": "1.4",
534
+ "Influenza": "0.8"
535
+ },
536
+ {
537
+ "week_end": "2023-09-23",
538
+ "**Numeric Value Property**": "",
539
+ "COVID-19": "12.0",
540
+ "RSV": "2.1",
541
+ "Influenza": "0.9"
542
+ },
543
+ {
544
+ "week_end": "2023-09-30",
545
+ "**Numeric Value Property**": "",
546
+ "COVID-19": "10.9",
547
+ "RSV": "2.9",
548
+ "Influenza": "0.9"
549
+ },
550
+ {
551
+ "week_end": "2023-10-07",
552
+ "**Numeric Value Property**": "",
553
+ "COVID-19": "10.0",
554
+ "RSV": "3.7",
555
+ "Influenza": "1.1"
556
+ },
557
+ {
558
+ "week_end": "2023-10-14",
559
+ "**Numeric Value Property**": "",
560
+ "COVID-19": "9.1",
561
+ "RSV": "4.8",
562
+ "Influenza": "1.3"
563
+ },
564
+ {
565
+ "week_end": "2023-10-21",
566
+ "**Numeric Value Property**": "",
567
+ "COVID-19": "9.4",
568
+ "RSV": "6.0",
569
+ "Influenza": "1.5"
570
+ },
571
+ {
572
+ "week_end": "2023-10-28",
573
+ "**Numeric Value Property**": "",
574
+ "COVID-19": "9.5",
575
+ "RSV": "7.7",
576
+ "Influenza": "1.8"
577
+ },
578
+ {
579
+ "week_end": "2023-11-04",
580
+ "**Numeric Value Property**": "",
581
+ "COVID-19": "9.3",
582
+ "RSV": "9.2",
583
+ "Influenza": "2.6"
584
+ },
585
+ {
586
+ "week_end": "2023-11-11",
587
+ "**Numeric Value Property**": "",
588
+ "COVID-19": "10.0",
589
+ "RSV": "10.7",
590
+ "Influenza": "4.0"
591
+ },
592
+ {
593
+ "week_end": "2023-11-18",
594
+ "**Numeric Value Property**": "",
595
+ "COVID-19": "9.6",
596
+ "RSV": "12.0",
597
+ "Influenza": "4.9"
598
+ },
599
+ {
600
+ "week_end": "2023-11-25",
601
+ "**Numeric Value Property**": "",
602
+ "COVID-19": "10.9",
603
+ "RSV": "12.9",
604
+ "Influenza": "6.1"
605
+ },
606
+ {
607
+ "week_end": "2023-12-02",
608
+ "**Numeric Value Property**": "",
609
+ "COVID-19": "11.7",
610
+ "RSV": "11.9",
611
+ "Influenza": "7.0"
612
+ },
613
+ {
614
+ "week_end": "2023-12-09",
615
+ "**Numeric Value Property**": "",
616
+ "COVID-19": "11.6",
617
+ "RSV": "12.1",
618
+ "Influenza": "8.4"
619
+ },
620
+ {
621
+ "week_end": "2023-12-16",
622
+ "**Numeric Value Property**": "",
623
+ "COVID-19": "11.9",
624
+ "RSV": "12.2",
625
+ "Influenza": "13.4"
626
+ },
627
+ {
628
+ "week_end": "2023-12-23",
629
+ "**Numeric Value Property**": "",
630
+ "COVID-19": "12.4",
631
+ "RSV": "11.2",
632
+ "Influenza": "17.3"
633
+ },
634
+ {
635
+ "week_end": "2023-12-30",
636
+ "**Numeric Value Property**": "",
637
+ "COVID-19": "12.8",
638
+ "RSV": "10.5",
639
+ "Influenza": "18.1"
640
+ },
641
+ {
642
+ "week_end": "2024-01-06",
643
+ "**Numeric Value Property**": "",
644
+ "COVID-19": "12.9",
645
+ "RSV": "9.9",
646
+ "Influenza": "13.8"
647
+ },
648
+ {
649
+ "week_end": "2024-01-13",
650
+ "**Numeric Value Property**": "",
651
+ "COVID-19": "12.0",
652
+ "RSV": "8.3",
653
+ "Influenza": "13.8"
654
+ },
655
+ {
656
+ "week_end": "2024-01-20",
657
+ "**Numeric Value Property**": "",
658
+ "COVID-19": "10.8",
659
+ "RSV": "7.2",
660
+ "Influenza": "14.2"
661
+ }
662
+ ],
663
+ "pattern_id": "brush_pattern",
664
+ "accent_color": "#ddd"
665
+ },
666
+ "exclusions": { "active": false, "keys": [] },
667
+ "palette": "qualitative-bold",
668
+ "isPaletteReversed": false,
669
+ "twoColor": { "palette": "monochrome-1", "isPaletteReversed": false },
670
+ "labels": false,
671
+ "dataFormat": {
672
+ "commas": false,
673
+ "prefix": "",
674
+ "suffix": " percent of tests positive",
675
+ "abbreviated": true,
676
+ "bottomSuffix": "",
677
+ "bottomPrefix": "",
678
+ "bottomAbbreviated": false,
679
+ "roundTo": "1",
680
+ "onlyShowTopPrefixSuffix": true
681
+ },
682
+ "confidenceKeys": {},
683
+ "visual": {
684
+ "border": true,
685
+ "accent": true,
686
+ "background": true,
687
+ "verticalHoverLine": true,
688
+ "horizontalHoverLine": false
689
+ },
690
+ "useLogScale": false,
691
+ "filterBehavior": "Filter Change",
692
+ "highlightedBarValues": [],
693
+ "series": [
694
+ { "dataKey": "COVID-19", "type": "Line", "axis": "Left", "tooltip": true },
695
+ { "dataKey": "Influenza", "type": "Line", "axis": "Left", "tooltip": true },
696
+ { "dataKey": "RSV", "type": "Line", "axis": "Left", "tooltip": true }
697
+ ],
698
+ "tooltips": { "opacity": 90, "singleSeries": false, "dateDisplayFormat": "" },
699
+ "forestPlot": {
700
+ "startAt": 0,
701
+ "colors": { "line": "", "shape": "" },
702
+ "lineOfNoEffect": { "show": true },
703
+ "type": "",
704
+ "pooledResult": { "diamondHeight": 5, "column": "" },
705
+ "estimateField": "",
706
+ "estimateRadius": "",
707
+ "shape": "",
708
+ "rowHeight": 20,
709
+ "description": { "show": true, "text": "description", "location": 0 },
710
+ "result": { "show": true, "text": "result", "location": 100 },
711
+ "radius": { "min": 1, "max": 8, "scalingColumn": "" },
712
+ "regression": { "lower": 0, "upper": 0, "estimateField": 0 },
713
+ "leftWidthOffset": 0,
714
+ "rightWidthOffset": 0,
715
+ "showZeroLine": false,
716
+ "leftLabel": "",
717
+ "rightLabel": "",
718
+ "hideDateCategoryCol": false,
719
+ "width": "auto",
720
+ "lowerCiField": "",
721
+ "upperCiField": ""
722
+ },
723
+ "area": { "isStacked": false },
724
+ "sankey": {
725
+ "title": { "defaultColor": "black" },
726
+ "iterations": 1,
727
+ "rxValue": 0.9,
728
+ "overallSize": { "width": 900, "height": 700 },
729
+ "margin": { "margin_y": 25, "margin_x": 0 },
730
+ "nodeSize": { "nodeWidth": 26, "nodeHeight": 40 },
731
+ "nodePadding": 55,
732
+ "nodeFontColor": "black",
733
+ "nodeColor": { "default": "#ff8500", "inactive": "#808080" },
734
+ "linkColor": { "default": "#ffc900", "inactive": "#D3D3D3" },
735
+ "opacity": {
736
+ "nodeOpacityDefault": 1,
737
+ "nodeOpacityInactive": 0.1,
738
+ "LinkOpacityDefault": 1,
739
+ "LinkOpacityInactive": 0.1
740
+ },
741
+ "storyNodeFontColor": "#006778",
742
+ "storyNodeText": [],
743
+ "nodeValueStyle": { "textBefore": "(", "textAfter": ")" },
744
+ "data": []
745
+ },
746
+ "suppressedData": [],
747
+ "showChartBrush": false,
748
+ "datasets": {},
749
+ "visualizationType": "Line",
750
+ "dataUrl": "https://www.cdc.gov/wcms/vizdata/Respitory_Viruses/NREVSSWeeklyPercentPositive.json",
751
+ "customColors": ["#f06f19", "#0a58d6", "#890664", "#000000", "#89bf13", "#94036f", "#87b6f9", "#867a77", "#000000"],
752
+ "dataFileName": "https://www.cdc.gov/wcms/vizdata/Respitory_Viruses/NREVSSWeeklyPercentPositive.json",
753
+ "dataFileSourceType": "url",
754
+ "dataDescription": {
755
+ "horizontal": false,
756
+ "series": true,
757
+ "singleRow": false,
758
+ "xKey": "week_end",
759
+ "valueKeys": ["percent_test_positivity"],
760
+ "seriesKey": "pathogen"
761
+ },
762
+ "validated": "4.24.3",
763
+ "dynamicMarginTop": 0,
764
+ "filters": [],
765
+ "runtimeDataUrl": "https://www.cdc.gov/wcms/vizdata/Respitory_Viruses/NREVSSWeeklyPercentPositive.json",
766
+ "description": "Data last updated on July 24, 2024. Gray shaded area includes data from the most recent two weeks that may be incomplete due to delays in data reporting. <a href=\"\">View this dataset</a> on data.cdc.gov.",
767
+ "regions": [
768
+ {
769
+ "from": "214",
770
+ "to": "2024-01-13",
771
+ "label": "",
772
+ "background": "#777777",
773
+ "toType": "Last Date",
774
+ "fromType": "Previous Days"
775
+ }
776
+ ],
777
+ "version": "4.24.10",
778
+ "data": [
779
+ {
780
+ "week_end": "2022-10-01",
781
+ "**Numeric Value Property**": "percent_test_positivity",
782
+ "Influenza": "2.0",
783
+ "COVID-19": "6.9",
784
+ "RSV": "10.1"
785
+ },
786
+ {
787
+ "week_end": "2022-10-08",
788
+ "**Numeric Value Property**": "percent_test_positivity",
789
+ "Influenza": "2.7",
790
+ "COVID-19": "6.9",
791
+ "RSV": "12.4"
792
+ },
793
+ {
794
+ "week_end": "2022-10-15",
795
+ "**Numeric Value Property**": "percent_test_positivity",
796
+ "Influenza": "3.5",
797
+ "COVID-19": "7.1",
798
+ "RSV": "14.6"
799
+ },
800
+ {
801
+ "week_end": "2022-10-22",
802
+ "**Numeric Value Property**": "percent_test_positivity",
803
+ "Influenza": "5.4",
804
+ "COVID-19": "6.8",
805
+ "RSV": "16.5"
806
+ },
807
+ {
808
+ "week_end": "2022-10-29",
809
+ "**Numeric Value Property**": "percent_test_positivity",
810
+ "Influenza": "8.4",
811
+ "COVID-19": "6.9",
812
+ "RSV": "18.2"
813
+ },
814
+ {
815
+ "week_end": "2022-11-05",
816
+ "**Numeric Value Property**": "percent_test_positivity",
817
+ "Influenza": "12.8",
818
+ "COVID-19": "6.5",
819
+ "RSV": "19.0"
820
+ },
821
+ {
822
+ "week_end": "2022-11-12",
823
+ "**Numeric Value Property**": "percent_test_positivity",
824
+ "Influenza": "14.9",
825
+ "COVID-19": "6.8",
826
+ "RSV": "19.4"
827
+ },
828
+ {
829
+ "week_end": "2022-11-19",
830
+ "**Numeric Value Property**": "percent_test_positivity",
831
+ "Influenza": "18.3",
832
+ "COVID-19": "6.7",
833
+ "RSV": "16.6"
834
+ },
835
+ {
836
+ "week_end": "2022-11-26",
837
+ "**Numeric Value Property**": "percent_test_positivity",
838
+ "Influenza": "25.8",
839
+ "COVID-19": "7.6",
840
+ "RSV": "13.5"
841
+ },
842
+ {
843
+ "week_end": "2022-12-03",
844
+ "**Numeric Value Property**": "percent_test_positivity",
845
+ "Influenza": "25.6",
846
+ "COVID-19": "8.6",
847
+ "RSV": "10.5"
848
+ },
849
+ {
850
+ "week_end": "2022-12-10",
851
+ "**Numeric Value Property**": "percent_test_positivity",
852
+ "Influenza": "26.3",
853
+ "COVID-19": "8.7",
854
+ "RSV": "7.9"
855
+ },
856
+ {
857
+ "week_end": "2022-12-17",
858
+ "**Numeric Value Property**": "percent_test_positivity",
859
+ "Influenza": "24.5",
860
+ "COVID-19": "9.4",
861
+ "RSV": "6.7"
862
+ },
863
+ {
864
+ "week_end": "2022-12-24",
865
+ "**Numeric Value Property**": "percent_test_positivity",
866
+ "Influenza": "20.8",
867
+ "COVID-19": "9.8",
868
+ "RSV": "5.6"
869
+ },
870
+ {
871
+ "week_end": "2022-12-31",
872
+ "**Numeric Value Property**": "percent_test_positivity",
873
+ "Influenza": "14.9",
874
+ "COVID-19": "10.6",
875
+ "RSV": "5.1"
876
+ },
877
+ {
878
+ "week_end": "2023-01-07",
879
+ "**Numeric Value Property**": "percent_test_positivity",
880
+ "Influenza": "8.6",
881
+ "COVID-19": "10.2",
882
+ "RSV": "4.9"
883
+ },
884
+ {
885
+ "week_end": "2023-01-14",
886
+ "**Numeric Value Property**": "percent_test_positivity",
887
+ "Influenza": "4.6",
888
+ "COVID-19": "8.8",
889
+ "RSV": "4.0"
890
+ },
891
+ {
892
+ "week_end": "2023-01-21",
893
+ "**Numeric Value Property**": "percent_test_positivity",
894
+ "Influenza": "2.9",
895
+ "COVID-19": "8.4",
896
+ "RSV": "3.3"
897
+ },
898
+ {
899
+ "week_end": "2023-01-28",
900
+ "**Numeric Value Property**": "percent_test_positivity",
901
+ "Influenza": "2.1",
902
+ "COVID-19": "8.2",
903
+ "RSV": "2.5"
904
+ },
905
+ {
906
+ "week_end": "2023-02-04",
907
+ "**Numeric Value Property**": "percent_test_positivity",
908
+ "Influenza": "1.7",
909
+ "COVID-19": "8.0",
910
+ "RSV": "2.2"
911
+ },
912
+ {
913
+ "week_end": "2023-02-11",
914
+ "**Numeric Value Property**": "percent_test_positivity",
915
+ "Influenza": "1.4",
916
+ "COVID-19": "8.0",
917
+ "RSV": "1.8"
918
+ },
919
+ {
920
+ "week_end": "2023-02-18",
921
+ "**Numeric Value Property**": "percent_test_positivity",
922
+ "Influenza": "1.1",
923
+ "COVID-19": "8.1",
924
+ "RSV": "1.6"
925
+ },
926
+ {
927
+ "week_end": "2023-02-25",
928
+ "**Numeric Value Property**": "percent_test_positivity",
929
+ "Influenza": "1.0",
930
+ "COVID-19": "7.9",
931
+ "RSV": "1.4"
932
+ },
933
+ {
934
+ "week_end": "2023-03-04",
935
+ "**Numeric Value Property**": "percent_test_positivity",
936
+ "Influenza": "0.9",
937
+ "COVID-19": "7.3",
938
+ "RSV": "1.2"
939
+ },
940
+ {
941
+ "week_end": "2023-03-11",
942
+ "**Numeric Value Property**": "percent_test_positivity",
943
+ "Influenza": "1.0",
944
+ "COVID-19": "6.8",
945
+ "RSV": "1.0"
946
+ },
947
+ {
948
+ "week_end": "2023-03-18",
949
+ "**Numeric Value Property**": "percent_test_positivity",
950
+ "Influenza": "0.9",
951
+ "COVID-19": "6.8",
952
+ "RSV": "0.9"
953
+ },
954
+ {
955
+ "week_end": "2023-03-25",
956
+ "**Numeric Value Property**": "percent_test_positivity",
957
+ "Influenza": "0.9",
958
+ "COVID-19": "6.8",
959
+ "RSV": "0.8"
960
+ },
961
+ {
962
+ "week_end": "2023-04-01",
963
+ "**Numeric Value Property**": "percent_test_positivity",
964
+ "Influenza": "1.0",
965
+ "COVID-19": "6.5",
966
+ "RSV": "0.7"
967
+ },
968
+ {
969
+ "week_end": "2023-04-08",
970
+ "**Numeric Value Property**": "percent_test_positivity",
971
+ "Influenza": "1.1",
972
+ "COVID-19": "6.2",
973
+ "RSV": "0.6"
974
+ },
975
+ {
976
+ "week_end": "2023-04-15",
977
+ "**Numeric Value Property**": "percent_test_positivity",
978
+ "Influenza": "1.0",
979
+ "COVID-19": "5.7",
980
+ "RSV": "0.6"
981
+ },
982
+ {
983
+ "week_end": "2023-04-22",
984
+ "**Numeric Value Property**": "percent_test_positivity",
985
+ "Influenza": "0.8",
986
+ "COVID-19": "5.0",
987
+ "RSV": "0.5"
988
+ },
989
+ {
990
+ "week_end": "2023-04-29",
991
+ "**Numeric Value Property**": "percent_test_positivity",
992
+ "Influenza": "1.0",
993
+ "COVID-19": "4.9",
994
+ "RSV": "0.5"
995
+ },
996
+ {
997
+ "week_end": "2023-05-06",
998
+ "**Numeric Value Property**": "percent_test_positivity",
999
+ "Influenza": "0.9",
1000
+ "COVID-19": "5.0",
1001
+ "RSV": "0.5"
1002
+ },
1003
+ {
1004
+ "week_end": "2023-05-13",
1005
+ "**Numeric Value Property**": "percent_test_positivity",
1006
+ "Influenza": "1.0",
1007
+ "COVID-19": "4.8",
1008
+ "RSV": "0.5"
1009
+ },
1010
+ {
1011
+ "week_end": "2023-05-20",
1012
+ "**Numeric Value Property**": "percent_test_positivity",
1013
+ "Influenza": "1.2",
1014
+ "COVID-19": "4.6",
1015
+ "RSV": "0.5"
1016
+ },
1017
+ {
1018
+ "week_end": "2023-05-27",
1019
+ "**Numeric Value Property**": "percent_test_positivity",
1020
+ "Influenza": "1.2",
1021
+ "COVID-19": "4.6",
1022
+ "RSV": "0.4"
1023
+ },
1024
+ {
1025
+ "week_end": "2023-06-03",
1026
+ "**Numeric Value Property**": "percent_test_positivity",
1027
+ "Influenza": "1.3",
1028
+ "COVID-19": "4.2",
1029
+ "RSV": "0.5"
1030
+ },
1031
+ {
1032
+ "week_end": "2023-06-10",
1033
+ "**Numeric Value Property**": "percent_test_positivity",
1034
+ "Influenza": "1.1",
1035
+ "COVID-19": "4.1",
1036
+ "RSV": "0.5"
1037
+ },
1038
+ {
1039
+ "week_end": "2023-06-17",
1040
+ "**Numeric Value Property**": "percent_test_positivity",
1041
+ "Influenza": "1.1",
1042
+ "COVID-19": "4.3",
1043
+ "RSV": "0.5"
1044
+ },
1045
+ {
1046
+ "week_end": "2023-06-24",
1047
+ "**Numeric Value Property**": "percent_test_positivity",
1048
+ "Influenza": "0.9",
1049
+ "COVID-19": "4.4",
1050
+ "RSV": "0.6"
1051
+ },
1052
+ {
1053
+ "week_end": "2023-07-01",
1054
+ "**Numeric Value Property**": "percent_test_positivity",
1055
+ "Influenza": "1.1",
1056
+ "COVID-19": "4.9",
1057
+ "RSV": "0.6"
1058
+ },
1059
+ {
1060
+ "week_end": "2023-07-08",
1061
+ "**Numeric Value Property**": "percent_test_positivity",
1062
+ "Influenza": "1.2",
1063
+ "COVID-19": "5.9",
1064
+ "RSV": "0.5"
1065
+ },
1066
+ {
1067
+ "week_end": "2023-07-15",
1068
+ "**Numeric Value Property**": "percent_test_positivity",
1069
+ "Influenza": "1.0",
1070
+ "COVID-19": "6.6",
1071
+ "RSV": "0.6"
1072
+ },
1073
+ {
1074
+ "week_end": "2023-07-22",
1075
+ "**Numeric Value Property**": "percent_test_positivity",
1076
+ "Influenza": "1.0",
1077
+ "COVID-19": "7.4",
1078
+ "RSV": "0.8"
1079
+ },
1080
+ {
1081
+ "week_end": "2023-07-29",
1082
+ "**Numeric Value Property**": "percent_test_positivity",
1083
+ "Influenza": "1.0",
1084
+ "COVID-19": "9.0",
1085
+ "RSV": "0.8"
1086
+ },
1087
+ {
1088
+ "week_end": "2023-08-05",
1089
+ "**Numeric Value Property**": "percent_test_positivity",
1090
+ "Influenza": "1.1",
1091
+ "COVID-19": "10.6",
1092
+ "RSV": "0.8"
1093
+ },
1094
+ {
1095
+ "week_end": "2023-08-12",
1096
+ "**Numeric Value Property**": "percent_test_positivity",
1097
+ "Influenza": "0.9",
1098
+ "COVID-19": "12.3",
1099
+ "RSV": "0.8"
1100
+ },
1101
+ {
1102
+ "week_end": "2023-08-19",
1103
+ "**Numeric Value Property**": "percent_test_positivity",
1104
+ "Influenza": "0.9",
1105
+ "COVID-19": "13.3",
1106
+ "RSV": "0.8"
1107
+ },
1108
+ {
1109
+ "week_end": "2023-08-26",
1110
+ "**Numeric Value Property**": "percent_test_positivity",
1111
+ "Influenza": "0.8",
1112
+ "COVID-19": "14.5",
1113
+ "RSV": "1.1"
1114
+ },
1115
+ {
1116
+ "week_end": "2023-09-02",
1117
+ "**Numeric Value Property**": "percent_test_positivity",
1118
+ "Influenza": "0.7",
1119
+ "COVID-19": "14.1",
1120
+ "RSV": "1.1"
1121
+ },
1122
+ {
1123
+ "week_end": "2023-09-09",
1124
+ "**Numeric Value Property**": "percent_test_positivity",
1125
+ "Influenza": "0.7",
1126
+ "COVID-19": "13.9",
1127
+ "RSV": "1.3"
1128
+ },
1129
+ {
1130
+ "week_end": "2023-09-16",
1131
+ "**Numeric Value Property**": "percent_test_positivity",
1132
+ "Influenza": "0.8",
1133
+ "COVID-19": "12.6",
1134
+ "RSV": "1.4"
1135
+ },
1136
+ {
1137
+ "week_end": "2023-09-23",
1138
+ "**Numeric Value Property**": "percent_test_positivity",
1139
+ "Influenza": "0.9",
1140
+ "COVID-19": "12.0",
1141
+ "RSV": "2.1"
1142
+ },
1143
+ {
1144
+ "week_end": "2023-09-30",
1145
+ "**Numeric Value Property**": "percent_test_positivity",
1146
+ "Influenza": "0.9",
1147
+ "COVID-19": "10.9",
1148
+ "RSV": "2.8"
1149
+ },
1150
+ {
1151
+ "week_end": "2023-10-07",
1152
+ "**Numeric Value Property**": "percent_test_positivity",
1153
+ "Influenza": "1.1",
1154
+ "COVID-19": "10.0",
1155
+ "RSV": "3.7"
1156
+ },
1157
+ {
1158
+ "week_end": "2023-10-14",
1159
+ "**Numeric Value Property**": "percent_test_positivity",
1160
+ "Influenza": "1.3",
1161
+ "COVID-19": "9.2",
1162
+ "RSV": "4.7"
1163
+ },
1164
+ {
1165
+ "week_end": "2023-10-21",
1166
+ "**Numeric Value Property**": "percent_test_positivity",
1167
+ "Influenza": "1.5",
1168
+ "COVID-19": "9.4",
1169
+ "RSV": "5.8"
1170
+ },
1171
+ {
1172
+ "week_end": "2023-10-28",
1173
+ "**Numeric Value Property**": "percent_test_positivity",
1174
+ "Influenza": "1.8",
1175
+ "COVID-19": "9.6",
1176
+ "RSV": "7.5"
1177
+ },
1178
+ {
1179
+ "week_end": "2023-11-04",
1180
+ "**Numeric Value Property**": "percent_test_positivity",
1181
+ "Influenza": "2.6",
1182
+ "COVID-19": "9.3",
1183
+ "RSV": "9.0"
1184
+ },
1185
+ {
1186
+ "week_end": "2023-11-11",
1187
+ "**Numeric Value Property**": "percent_test_positivity",
1188
+ "Influenza": "4.0",
1189
+ "COVID-19": "10.1",
1190
+ "RSV": "10.5"
1191
+ },
1192
+ {
1193
+ "week_end": "2023-11-18",
1194
+ "**Numeric Value Property**": "percent_test_positivity",
1195
+ "Influenza": "4.9",
1196
+ "COVID-19": "9.5",
1197
+ "RSV": "11.7"
1198
+ },
1199
+ {
1200
+ "week_end": "2023-11-25",
1201
+ "**Numeric Value Property**": "percent_test_positivity",
1202
+ "Influenza": "5.9",
1203
+ "COVID-19": "11.2",
1204
+ "RSV": "12.7"
1205
+ },
1206
+ {
1207
+ "week_end": "2023-12-02",
1208
+ "**Numeric Value Property**": "percent_test_positivity",
1209
+ "Influenza": "7.0",
1210
+ "COVID-19": "11.7",
1211
+ "RSV": "11.8"
1212
+ },
1213
+ {
1214
+ "week_end": "2023-12-09",
1215
+ "**Numeric Value Property**": "percent_test_positivity",
1216
+ "Influenza": "9.8",
1217
+ "COVID-19": "11.6",
1218
+ "RSV": "12.0"
1219
+ },
1220
+ {
1221
+ "week_end": "2023-12-16",
1222
+ "**Numeric Value Property**": "percent_test_positivity",
1223
+ "Influenza": "13.4",
1224
+ "COVID-19": "11.9",
1225
+ "RSV": "12.1"
1226
+ },
1227
+ {
1228
+ "week_end": "2023-12-23",
1229
+ "**Numeric Value Property**": "percent_test_positivity",
1230
+ "Influenza": "17.3",
1231
+ "COVID-19": "12.5",
1232
+ "RSV": "11.2"
1233
+ },
1234
+ {
1235
+ "week_end": "2023-12-30",
1236
+ "**Numeric Value Property**": "percent_test_positivity",
1237
+ "Influenza": "18.2",
1238
+ "COVID-19": "13.1",
1239
+ "RSV": "10.4"
1240
+ },
1241
+ {
1242
+ "week_end": "2024-01-06",
1243
+ "**Numeric Value Property**": "percent_test_positivity",
1244
+ "Influenza": "13.8",
1245
+ "COVID-19": "12.9",
1246
+ "RSV": "9.9"
1247
+ },
1248
+ {
1249
+ "week_end": "2024-01-13",
1250
+ "**Numeric Value Property**": "percent_test_positivity",
1251
+ "Influenza": "13.9",
1252
+ "COVID-19": "11.9",
1253
+ "RSV": "8.4"
1254
+ },
1255
+ {
1256
+ "week_end": "2024-01-20",
1257
+ "**Numeric Value Property**": "percent_test_positivity",
1258
+ "Influenza": "14.9",
1259
+ "COVID-19": "10.9",
1260
+ "RSV": "7.2"
1261
+ },
1262
+ {
1263
+ "week_end": "2024-01-27",
1264
+ "**Numeric Value Property**": "percent_test_positivity",
1265
+ "Influenza": "16.1",
1266
+ "COVID-19": "10.4",
1267
+ "RSV": "6.1"
1268
+ },
1269
+ {
1270
+ "week_end": "2024-02-03",
1271
+ "**Numeric Value Property**": "percent_test_positivity",
1272
+ "Influenza": "16.3",
1273
+ "COVID-19": "9.9",
1274
+ "RSV": "5.5"
1275
+ },
1276
+ {
1277
+ "week_end": "2024-02-10",
1278
+ "**Numeric Value Property**": "percent_test_positivity",
1279
+ "Influenza": "15.9",
1280
+ "COVID-19": "9.5",
1281
+ "RSV": "4.9"
1282
+ },
1283
+ {
1284
+ "week_end": "2024-02-17",
1285
+ "**Numeric Value Property**": "percent_test_positivity",
1286
+ "Influenza": "15.6",
1287
+ "COVID-19": "8.4",
1288
+ "RSV": "4.2"
1289
+ },
1290
+ {
1291
+ "week_end": "2024-02-24",
1292
+ "**Numeric Value Property**": "percent_test_positivity",
1293
+ "Influenza": "15.5",
1294
+ "COVID-19": "7.7",
1295
+ "RSV": "3.6"
1296
+ },
1297
+ {
1298
+ "week_end": "2024-03-02",
1299
+ "**Numeric Value Property**": "percent_test_positivity",
1300
+ "Influenza": "14.9",
1301
+ "COVID-19": "6.7",
1302
+ "RSV": "3.1"
1303
+ },
1304
+ {
1305
+ "week_end": "2024-03-09",
1306
+ "**Numeric Value Property**": "percent_test_positivity",
1307
+ "Influenza": "14.2",
1308
+ "COVID-19": "5.5",
1309
+ "RSV": "2.7"
1310
+ },
1311
+ {
1312
+ "week_end": "2024-03-16",
1313
+ "**Numeric Value Property**": "percent_test_positivity",
1314
+ "Influenza": "11.9",
1315
+ "COVID-19": "4.7",
1316
+ "RSV": "2.3"
1317
+ },
1318
+ {
1319
+ "week_end": "2024-03-23",
1320
+ "**Numeric Value Property**": "percent_test_positivity",
1321
+ "Influenza": "10.4",
1322
+ "COVID-19": "4.1",
1323
+ "RSV": "2.0"
1324
+ },
1325
+ {
1326
+ "week_end": "2024-03-30",
1327
+ "**Numeric Value Property**": "percent_test_positivity",
1328
+ "Influenza": "9.2",
1329
+ "COVID-19": "3.8",
1330
+ "RSV": "1.6"
1331
+ },
1332
+ {
1333
+ "week_end": "2024-04-06",
1334
+ "**Numeric Value Property**": "percent_test_positivity",
1335
+ "Influenza": "7.5",
1336
+ "COVID-19": "3.5",
1337
+ "RSV": "1.3"
1338
+ },
1339
+ {
1340
+ "week_end": "2024-04-13",
1341
+ "**Numeric Value Property**": "percent_test_positivity",
1342
+ "Influenza": "5.8",
1343
+ "COVID-19": "3.4",
1344
+ "RSV": "1.2"
1345
+ },
1346
+ {
1347
+ "week_end": "2024-04-20",
1348
+ "**Numeric Value Property**": "percent_test_positivity",
1349
+ "Influenza": "4.8",
1350
+ "COVID-19": "3.1",
1351
+ "RSV": "0.9"
1352
+ },
1353
+ {
1354
+ "week_end": "2024-04-27",
1355
+ "**Numeric Value Property**": "percent_test_positivity",
1356
+ "Influenza": "3.8",
1357
+ "COVID-19": "3.1",
1358
+ "RSV": "0.7"
1359
+ },
1360
+ {
1361
+ "week_end": "2024-05-04",
1362
+ "**Numeric Value Property**": "percent_test_positivity",
1363
+ "Influenza": "3.2",
1364
+ "COVID-19": "3.3",
1365
+ "RSV": "0.7"
1366
+ },
1367
+ {
1368
+ "week_end": "2024-05-11",
1369
+ "**Numeric Value Property**": "percent_test_positivity",
1370
+ "Influenza": "2.3",
1371
+ "COVID-19": "3.1",
1372
+ "RSV": "0.7"
1373
+ },
1374
+ {
1375
+ "week_end": "2024-05-18",
1376
+ "**Numeric Value Property**": "percent_test_positivity",
1377
+ "Influenza": "1.8",
1378
+ "COVID-19": "3.5",
1379
+ "RSV": "0.5"
1380
+ },
1381
+ {
1382
+ "week_end": "2024-05-25",
1383
+ "**Numeric Value Property**": "percent_test_positivity",
1384
+ "Influenza": "1.6",
1385
+ "COVID-19": "4.1",
1386
+ "RSV": "0.5"
1387
+ },
1388
+ {
1389
+ "week_end": "2024-06-01",
1390
+ "**Numeric Value Property**": "percent_test_positivity",
1391
+ "Influenza": "1.6",
1392
+ "COVID-19": "4.8",
1393
+ "RSV": "0.4"
1394
+ },
1395
+ {
1396
+ "week_end": "2024-06-08",
1397
+ "**Numeric Value Property**": "percent_test_positivity",
1398
+ "Influenza": "1.5",
1399
+ "COVID-19": "5.6",
1400
+ "RSV": "0.4"
1401
+ },
1402
+ {
1403
+ "week_end": "2024-06-15",
1404
+ "**Numeric Value Property**": "percent_test_positivity",
1405
+ "Influenza": "1.3",
1406
+ "COVID-19": "7.0",
1407
+ "RSV": "0.4"
1408
+ },
1409
+ {
1410
+ "week_end": "2024-06-22",
1411
+ "**Numeric Value Property**": "percent_test_positivity",
1412
+ "Influenza": "1.0",
1413
+ "COVID-19": "8.6",
1414
+ "RSV": "0.3"
1415
+ },
1416
+ {
1417
+ "week_end": "2024-06-29",
1418
+ "**Numeric Value Property**": "percent_test_positivity",
1419
+ "Influenza": "0.9",
1420
+ "COVID-19": "9.6",
1421
+ "RSV": "0.3"
1422
+ },
1423
+ {
1424
+ "week_end": "2024-07-06",
1425
+ "**Numeric Value Property**": "percent_test_positivity",
1426
+ "Influenza": "1.0",
1427
+ "COVID-19": "11.2",
1428
+ "RSV": "0.3"
1429
+ },
1430
+ {
1431
+ "week_end": "2024-07-13",
1432
+ "**Numeric Value Property**": "percent_test_positivity",
1433
+ "Influenza": "0.8",
1434
+ "COVID-19": "13.0",
1435
+ "RSV": "0.3"
1436
+ },
1437
+ {
1438
+ "week_end": "2024-07-20",
1439
+ "**Numeric Value Property**": "percent_test_positivity",
1440
+ "Influenza": "0.7",
1441
+ "COVID-19": "14.7",
1442
+ "RSV": "0.3"
1443
+ },
1444
+ {
1445
+ "week_end": "2024-07-27",
1446
+ "**Numeric Value Property**": "percent_test_positivity",
1447
+ "Influenza": "0.6",
1448
+ "COVID-19": "16.2",
1449
+ "RSV": "0.3"
1450
+ },
1451
+ {
1452
+ "week_end": "2024-08-03",
1453
+ "**Numeric Value Property**": "percent_test_positivity",
1454
+ "Influenza": "0.6",
1455
+ "COVID-19": "17.5",
1456
+ "RSV": "0.3"
1457
+ },
1458
+ {
1459
+ "week_end": "2024-08-10",
1460
+ "**Numeric Value Property**": "percent_test_positivity",
1461
+ "Influenza": "0.5",
1462
+ "COVID-19": "17.8",
1463
+ "RSV": "0.2"
1464
+ },
1465
+ {
1466
+ "week_end": "2024-08-17",
1467
+ "**Numeric Value Property**": "percent_test_positivity",
1468
+ "Influenza": "0.4",
1469
+ "COVID-19": "17.6",
1470
+ "RSV": "0.3"
1471
+ },
1472
+ {
1473
+ "week_end": "2024-08-24",
1474
+ "**Numeric Value Property**": "percent_test_positivity",
1475
+ "Influenza": "0.4",
1476
+ "COVID-19": "16.7",
1477
+ "RSV": "0.3"
1478
+ },
1479
+ {
1480
+ "week_end": "2024-08-31",
1481
+ "**Numeric Value Property**": "percent_test_positivity",
1482
+ "Influenza": "0.4",
1483
+ "COVID-19": "16.4",
1484
+ "RSV": "0.3"
1485
+ },
1486
+ {
1487
+ "week_end": "2024-09-07",
1488
+ "**Numeric Value Property**": "percent_test_positivity",
1489
+ "Influenza": "0.5",
1490
+ "COVID-19": "14.9",
1491
+ "RSV": "0.3"
1492
+ },
1493
+ {
1494
+ "week_end": "2024-09-14",
1495
+ "**Numeric Value Property**": "percent_test_positivity",
1496
+ "Influenza": "0.5",
1497
+ "COVID-19": "13.4",
1498
+ "RSV": "0.3"
1499
+ },
1500
+ {
1501
+ "week_end": "2024-09-21",
1502
+ "**Numeric Value Property**": "percent_test_positivity",
1503
+ "Influenza": "0.6",
1504
+ "COVID-19": "11.6",
1505
+ "RSV": "0.4"
1506
+ }
1507
+ ],
1508
+ "footnotes": "",
1509
+ "introText": ""
1510
+ }