@cdc/chart 4.24.10 → 4.24.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/cdcchart.js +34618 -33995
  2. package/examples/feature/boxplot/boxplot-data.json +88 -22
  3. package/examples/feature/boxplot/boxplot.json +540 -16
  4. package/examples/feature/boxplot/testing.csv +7 -7
  5. package/examples/feature/sankey/sankey-example-data.json +0 -1
  6. package/examples/private/test.json +20092 -0
  7. package/index.html +3 -3
  8. package/package.json +2 -2
  9. package/src/CdcChart.tsx +86 -86
  10. package/src/_stories/Chart.CustomColors.stories.tsx +19 -0
  11. package/src/_stories/Chart.DynamicSeries.stories.tsx +27 -0
  12. package/src/_stories/Chart.Legend.Gradient.stories.tsx +42 -1
  13. package/src/_stories/Chart.stories.tsx +7 -8
  14. package/src/_stories/ChartEditor.stories.tsx +27 -0
  15. package/src/_stories/ChartLine.Suppression.stories.tsx +25 -0
  16. package/src/_stories/ChartPrefixSuffix.stories.tsx +8 -0
  17. package/src/_stories/_mock/boxplot_multiseries.json +647 -0
  18. package/src/_stories/_mock/dynamic_series_bar_config.json +723 -0
  19. package/src/_stories/_mock/dynamic_series_config.json +979 -0
  20. package/{examples/feature/scatterplot/scatterplot.json → src/_stories/_mock/scatterplot_mock.json} +62 -92
  21. package/src/_stories/_mock/suppression_mock.json +1549 -0
  22. package/src/components/BarChart/components/BarChart.StackedVertical.tsx +43 -9
  23. package/src/components/BarChart/components/BarChart.Vertical.tsx +60 -42
  24. package/src/components/BarChart/helpers/index.ts +1 -2
  25. package/src/components/BoxPlot/BoxPlot.tsx +189 -0
  26. package/src/components/EditorPanel/EditorPanel.tsx +64 -62
  27. package/src/components/EditorPanel/components/Panels/Panel.Annotate.tsx +3 -3
  28. package/src/components/EditorPanel/components/Panels/Panel.BoxPlot.tsx +51 -6
  29. package/src/components/EditorPanel/components/Panels/Panel.Regions.tsx +40 -9
  30. package/src/components/EditorPanel/components/Panels/Panel.Sankey.tsx +3 -3
  31. package/src/components/EditorPanel/components/Panels/Panel.Series.tsx +121 -56
  32. package/src/components/EditorPanel/components/Panels/Panel.Visual.tsx +1 -2
  33. package/src/components/EditorPanel/useEditorPermissions.ts +15 -1
  34. package/src/components/Legend/Legend.Component.tsx +9 -10
  35. package/src/components/Legend/Legend.tsx +16 -16
  36. package/src/components/LineChart/helpers.ts +48 -43
  37. package/src/components/LineChart/index.tsx +88 -82
  38. package/src/components/LinearChart.tsx +17 -10
  39. package/src/components/Sankey/index.tsx +50 -32
  40. package/src/components/Sankey/sankey.scss +6 -5
  41. package/src/components/Sankey/useSankeyAlert.tsx +60 -0
  42. package/src/components/ScatterPlot/ScatterPlot.jsx +20 -4
  43. package/src/data/initial-state.js +3 -9
  44. package/src/hooks/useLegendClasses.ts +10 -23
  45. package/src/hooks/useMinMax.ts +27 -13
  46. package/src/hooks/useReduceData.ts +43 -10
  47. package/src/hooks/useScales.ts +56 -35
  48. package/src/hooks/useTooltip.tsx +54 -49
  49. package/src/scss/main.scss +0 -18
  50. package/src/types/ChartConfig.ts +6 -19
  51. package/src/types/ChartContext.ts +4 -1
  52. package/src/types/ForestPlot.ts +8 -0
  53. package/src/components/BoxPlot/BoxPlot.jsx +0 -111
@@ -0,0 +1,723 @@
1
+ {
2
+ "annotations": [],
3
+ "type": "chart",
4
+ "debugSvg": false,
5
+ "chartMessage": {
6
+ "noData": "No Data Available"
7
+ },
8
+ "title": "",
9
+ "showTitle": true,
10
+ "showDownloadMediaButton": false,
11
+ "theme": "theme-blue",
12
+ "animate": false,
13
+ "fontSize": "medium",
14
+ "lineDatapointStyle": "hover",
15
+ "lineDatapointColor": "Same as Line",
16
+ "barHasBorder": "false",
17
+ "isLollipopChart": false,
18
+ "lollipopShape": "circle",
19
+ "lollipopColorStyle": "two-tone",
20
+ "visualizationSubType": "regular",
21
+ "barStyle": "",
22
+ "roundingStyle": "standard",
23
+ "tipRounding": "top",
24
+ "isResponsiveTicks": false,
25
+ "general": {
26
+ "annotationDropdownText": "Annotations",
27
+ "showDownloadButton": false,
28
+ "showMissingDataLabel": true,
29
+ "showSuppressedSymbol": true,
30
+ "showZeroValueData": true,
31
+ "hideNullValue": true
32
+ },
33
+ "padding": {
34
+ "left": 5,
35
+ "right": 5
36
+ },
37
+ "preliminaryData": [],
38
+ "yAxis": {
39
+ "hideAxis": false,
40
+ "displayNumbersOnBar": false,
41
+ "hideLabel": false,
42
+ "hideTicks": false,
43
+ "size": 50,
44
+ "gridLines": false,
45
+ "enablePadding": false,
46
+ "min": "",
47
+ "max": "",
48
+ "labelColor": "#333",
49
+ "tickLabelColor": "#333",
50
+ "tickColor": "#333",
51
+ "rightHideAxis": true,
52
+ "rightAxisSize": 0,
53
+ "rightLabel": "",
54
+ "rightLabelOffsetSize": 0,
55
+ "rightAxisLabelColor": "#333",
56
+ "rightAxisTickLabelColor": "#333",
57
+ "rightAxisTickColor": "#333",
58
+ "numTicks": "",
59
+ "axisPadding": 0,
60
+ "scalePadding": 10,
61
+ "tickRotation": 0,
62
+ "anchors": [],
63
+ "shoMissingDataLabel": true,
64
+ "showMissingDataLine": true,
65
+ "categories": []
66
+ },
67
+ "topAxis": {
68
+ "hasLine": false
69
+ },
70
+ "isLegendValue": false,
71
+ "barThickness": "0.37",
72
+ "barHeight": 25,
73
+ "barSpace": 15,
74
+ "heights": {
75
+ "vertical": 300,
76
+ "horizontal": 750
77
+ },
78
+ "xAxis": {
79
+ "sortDates": false,
80
+ "anchors": [],
81
+ "type": "categorical",
82
+ "showTargetLabel": true,
83
+ "targetLabel": "Target",
84
+ "hideAxis": false,
85
+ "hideLabel": false,
86
+ "hideTicks": false,
87
+ "size": 75,
88
+ "tickRotation": 0,
89
+ "min": "",
90
+ "max": "",
91
+ "labelColor": "#333",
92
+ "tickLabelColor": "#333",
93
+ "tickColor": "#333",
94
+ "numTicks": "",
95
+ "labelOffset": 0,
96
+ "axisPadding": 200,
97
+ "target": 0,
98
+ "maxTickRotation": 45,
99
+ "padding": 5,
100
+ "showYearsOnce": false,
101
+ "dataKey": "YearStart",
102
+ "axisBBox": 89.69334411621094,
103
+ "tickWidthMax": 307
104
+ },
105
+ "table": {
106
+ "label": "Data Table",
107
+ "expanded": true,
108
+ "limitHeight": false,
109
+ "height": "",
110
+ "caption": "",
111
+ "showDownloadUrl": false,
112
+ "showDataTableLink": true,
113
+ "showDownloadLinkBelow": true,
114
+ "indexLabel": "",
115
+ "download": true,
116
+ "showVertical": true,
117
+ "dateDisplayFormat": "",
118
+ "showMissingDataLabel": true,
119
+ "showSuppressedSymbol": true,
120
+ "show": true
121
+ },
122
+ "orientation": "vertical",
123
+ "color": "pinkpurple",
124
+ "columns": {},
125
+ "legend": {
126
+ "hide": false,
127
+ "behavior": "isolate",
128
+ "axisAlign": true,
129
+ "singleRow": true,
130
+ "colorCode": "",
131
+ "reverseLabelOrder": false,
132
+ "description": "",
133
+ "dynamicLegend": false,
134
+ "dynamicLegendDefaultText": "Show All",
135
+ "dynamicLegendItemLimit": 5,
136
+ "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
137
+ "dynamicLegendChartMessage": "Select Options from the Legend",
138
+ "label": "",
139
+ "lineMode": false,
140
+ "verticalSorted": false,
141
+ "highlightOnHover": false,
142
+ "hideSuppressedLabels": false,
143
+ "hideSuppressionLink": false,
144
+ "seriesHighlight": [],
145
+ "style": "circles",
146
+ "subStyle": "linear blocks",
147
+ "tickRotation": "",
148
+ "hideBorder": {
149
+ "side": false,
150
+ "topBottom": true
151
+ }
152
+ },
153
+ "brush": {
154
+ "height": 25,
155
+ "active": false
156
+ },
157
+ "exclusions": {
158
+ "active": false,
159
+ "keys": []
160
+ },
161
+ "palette": "qualitative-bold",
162
+ "isPaletteReversed": false,
163
+ "twoColor": {
164
+ "palette": "monochrome-1",
165
+ "isPaletteReversed": false
166
+ },
167
+ "labels": false,
168
+ "dataFormat": {
169
+ "commas": false,
170
+ "prefix": "",
171
+ "suffix": "",
172
+ "abbreviated": false,
173
+ "bottomSuffix": "",
174
+ "bottomPrefix": "",
175
+ "bottomAbbreviated": false
176
+ },
177
+ "confidenceKeys": { "lower": "Low_Confidence_Limit", "upper": "High_Confidence_Limit" },
178
+ "visual": {
179
+ "border": true,
180
+ "accent": true,
181
+ "background": true,
182
+ "verticalHoverLine": false,
183
+ "horizontalHoverLine": false
184
+ },
185
+ "useLogScale": false,
186
+ "filterBehavior": "Filter Change",
187
+ "highlightedBarValues": [],
188
+ "series": [
189
+ {
190
+ "dataKey": "Data_Value",
191
+ "dynamicCategory": "Stratification1",
192
+ "type": "Bar",
193
+ "axis": "Left",
194
+ "tooltip": true
195
+ }
196
+ ],
197
+ "tooltips": {
198
+ "opacity": 90,
199
+ "singleSeries": false,
200
+ "dateDisplayFormat": ""
201
+ },
202
+ "area": {
203
+ "isStacked": false
204
+ },
205
+ "datasets": {},
206
+ "visualizationType": "Bar",
207
+ "data": [
208
+ {
209
+ "YearStart": 2015,
210
+ "Data_Value": 40.8,
211
+ "Low_Confidence_Limit": 38.6,
212
+ "High_Confidence_Limit": 43,
213
+ "StratficationCategory1": "Age Group",
214
+ "Stratification1": "50-64 years",
215
+ "StratificationCategory2": "Overall",
216
+ "Stratification2": "Overall",
217
+ "FootnoteText": "",
218
+ "URL": "",
219
+ "FootnoteHeading": "",
220
+ "SeriesDesc": "50-64 yearsOverall"
221
+ },
222
+ {
223
+ "YearStart": 2015,
224
+ "Data_Value": 56.4,
225
+ "Low_Confidence_Limit": 54.1,
226
+ "High_Confidence_Limit": 58.6,
227
+ "StratficationCategory1": "Age Group",
228
+ "Stratification1": "65 years or older",
229
+ "StratificationCategory2": "Overall",
230
+ "Stratification2": "Overall",
231
+ "FootnoteText": "",
232
+ "URL": "",
233
+ "FootnoteHeading": "",
234
+ "SeriesDesc": "65 years or olderOverall"
235
+ },
236
+ {
237
+ "YearStart": 2015,
238
+ "Data_Value": 47.4,
239
+ "Low_Confidence_Limit": 45.8,
240
+ "High_Confidence_Limit": 49,
241
+ "StratficationCategory1": "Age Group",
242
+ "Stratification1": "Overall",
243
+ "StratificationCategory2": "Overall",
244
+ "Stratification2": "Overall",
245
+ "FootnoteText": "",
246
+ "URL": "",
247
+ "FootnoteHeading": "",
248
+ "SeriesDesc": "OverallOverall"
249
+ },
250
+ {
251
+ "YearStart": 2017,
252
+ "Data_Value": 41.5,
253
+ "Low_Confidence_Limit": 39.4,
254
+ "High_Confidence_Limit": 43.6,
255
+ "StratficationCategory1": "Age Group",
256
+ "Stratification1": "50-64 years",
257
+ "StratificationCategory2": "Overall",
258
+ "Stratification2": "Overall",
259
+ "FootnoteText": "",
260
+ "URL": "",
261
+ "FootnoteHeading": "",
262
+ "SeriesDesc": "50-64 yearsOverall"
263
+ },
264
+ {
265
+ "YearStart": 2017,
266
+ "Data_Value": 57.2,
267
+ "Low_Confidence_Limit": 55.2,
268
+ "High_Confidence_Limit": 59.2,
269
+ "StratficationCategory1": "Age Group",
270
+ "Stratification1": "65 years or older",
271
+ "StratificationCategory2": "Overall",
272
+ "Stratification2": "Overall",
273
+ "FootnoteText": "",
274
+ "URL": "",
275
+ "FootnoteHeading": "",
276
+ "SeriesDesc": "65 years or olderOverall"
277
+ },
278
+ {
279
+ "YearStart": 2017,
280
+ "Data_Value": 48.5,
281
+ "Low_Confidence_Limit": 47,
282
+ "High_Confidence_Limit": 50,
283
+ "StratficationCategory1": "Age Group",
284
+ "Stratification1": "Overall",
285
+ "StratificationCategory2": "Overall",
286
+ "Stratification2": "Overall",
287
+ "FootnoteText": "",
288
+ "URL": "",
289
+ "FootnoteHeading": "",
290
+ "SeriesDesc": "OverallOverall"
291
+ },
292
+ {
293
+ "YearStart": 2019,
294
+ "Data_Value": 42.2,
295
+ "Low_Confidence_Limit": 39.9,
296
+ "High_Confidence_Limit": 44.5,
297
+ "StratficationCategory1": "Age Group",
298
+ "Stratification1": "50-64 years",
299
+ "StratificationCategory2": "Overall",
300
+ "Stratification2": "Overall",
301
+ "FootnoteText": "",
302
+ "URL": "",
303
+ "FootnoteHeading": "",
304
+ "SeriesDesc": "50-64 yearsOverall"
305
+ },
306
+ {
307
+ "YearStart": 2019,
308
+ "Data_Value": 56.2,
309
+ "Low_Confidence_Limit": 54.1,
310
+ "High_Confidence_Limit": 58.2,
311
+ "StratficationCategory1": "Age Group",
312
+ "Stratification1": "65 years or older",
313
+ "StratificationCategory2": "Overall",
314
+ "Stratification2": "Overall",
315
+ "FootnoteText": "",
316
+ "URL": "",
317
+ "FootnoteHeading": "",
318
+ "SeriesDesc": "65 years or olderOverall"
319
+ },
320
+ {
321
+ "YearStart": 2019,
322
+ "Data_Value": 48.6,
323
+ "Low_Confidence_Limit": 47.1,
324
+ "High_Confidence_Limit": 50.2,
325
+ "StratficationCategory1": "Age Group",
326
+ "Stratification1": "Overall",
327
+ "StratificationCategory2": "Overall",
328
+ "Stratification2": "Overall",
329
+ "FootnoteText": "",
330
+ "URL": "",
331
+ "FootnoteHeading": "",
332
+ "SeriesDesc": "OverallOverall"
333
+ },
334
+ {
335
+ "YearStart": 2020,
336
+ "Data_Value": 41.9,
337
+ "Low_Confidence_Limit": 39.1,
338
+ "High_Confidence_Limit": 44.7,
339
+ "StratficationCategory1": "Age Group",
340
+ "Stratification1": "50-64 years",
341
+ "StratificationCategory2": "Overall",
342
+ "Stratification2": "Overall",
343
+ "FootnoteText": "",
344
+ "URL": "",
345
+ "FootnoteHeading": "",
346
+ "SeriesDesc": "50-64 yearsOverall"
347
+ },
348
+ {
349
+ "YearStart": 2020,
350
+ "Data_Value": 56.9,
351
+ "Low_Confidence_Limit": 54.4,
352
+ "High_Confidence_Limit": 59.3,
353
+ "StratficationCategory1": "Age Group",
354
+ "Stratification1": "65 years or older",
355
+ "StratificationCategory2": "Overall",
356
+ "Stratification2": "Overall",
357
+ "FootnoteText": "",
358
+ "URL": "",
359
+ "FootnoteHeading": "",
360
+ "SeriesDesc": "65 years or olderOverall"
361
+ },
362
+ {
363
+ "YearStart": 2020,
364
+ "Data_Value": 49,
365
+ "Low_Confidence_Limit": 47.1,
366
+ "High_Confidence_Limit": 50.8,
367
+ "StratficationCategory1": "Age Group",
368
+ "Stratification1": "Overall",
369
+ "StratificationCategory2": "Overall",
370
+ "Stratification2": "Overall",
371
+ "FootnoteText": "",
372
+ "URL": "",
373
+ "FootnoteHeading": "",
374
+ "SeriesDesc": "OverallOverall"
375
+ },
376
+ {
377
+ "YearStart": 2021,
378
+ "Data_Value": 40.4,
379
+ "Low_Confidence_Limit": 38.1,
380
+ "High_Confidence_Limit": 42.7,
381
+ "StratficationCategory1": "Age Group",
382
+ "Stratification1": "50-64 years",
383
+ "StratificationCategory2": "Overall",
384
+ "Stratification2": "Overall",
385
+ "FootnoteText": "",
386
+ "URL": "",
387
+ "FootnoteHeading": "",
388
+ "SeriesDesc": "50-64 yearsOverall"
389
+ },
390
+ {
391
+ "YearStart": 2021,
392
+ "Data_Value": 54.2,
393
+ "Low_Confidence_Limit": 52,
394
+ "High_Confidence_Limit": 56.4,
395
+ "StratficationCategory1": "Age Group",
396
+ "Stratification1": "65 years or older",
397
+ "StratificationCategory2": "Overall",
398
+ "Stratification2": "Overall",
399
+ "FootnoteText": "",
400
+ "URL": "",
401
+ "FootnoteHeading": "",
402
+ "SeriesDesc": "65 years or olderOverall"
403
+ },
404
+ {
405
+ "YearStart": 2021,
406
+ "Data_Value": 47.1,
407
+ "Low_Confidence_Limit": 45.5,
408
+ "High_Confidence_Limit": 48.7,
409
+ "StratficationCategory1": "Age Group",
410
+ "Stratification1": "Overall",
411
+ "StratificationCategory2": "Overall",
412
+ "Stratification2": "Overall",
413
+ "FootnoteText": "",
414
+ "URL": "",
415
+ "FootnoteHeading": "",
416
+ "SeriesDesc": "OverallOverall"
417
+ },
418
+ {
419
+ "YearStart": 2022,
420
+ "Data_Value": 39.1,
421
+ "Low_Confidence_Limit": 36.8,
422
+ "High_Confidence_Limit": 41.3,
423
+ "StratficationCategory1": "Age Group",
424
+ "Stratification1": "50-64 years",
425
+ "StratificationCategory2": "Overall",
426
+ "Stratification2": "Overall",
427
+ "FootnoteText": "",
428
+ "URL": "",
429
+ "FootnoteHeading": "",
430
+ "SeriesDesc": "50-64 yearsOverall"
431
+ },
432
+ {
433
+ "YearStart": 2022,
434
+ "Data_Value": 56.5,
435
+ "Low_Confidence_Limit": 54.6,
436
+ "High_Confidence_Limit": 58.4,
437
+ "StratficationCategory1": "Age Group",
438
+ "Stratification1": "65 years or older",
439
+ "StratificationCategory2": "Overall",
440
+ "Stratification2": "Overall",
441
+ "FootnoteText": "",
442
+ "URL": "",
443
+ "FootnoteHeading": "",
444
+ "SeriesDesc": "65 years or olderOverall"
445
+ },
446
+ {
447
+ "YearStart": 2022,
448
+ "Data_Value": 47.7,
449
+ "Low_Confidence_Limit": 46.2,
450
+ "High_Confidence_Limit": 49.2,
451
+ "StratficationCategory1": "Age Group",
452
+ "Stratification1": "Overall",
453
+ "StratificationCategory2": "Overall",
454
+ "Stratification2": "Overall",
455
+ "FootnoteText": "",
456
+ "URL": "",
457
+ "FootnoteHeading": "",
458
+ "SeriesDesc": "OverallOverall"
459
+ }
460
+ ],
461
+ "dataFileName": "valid-data-chart.csv",
462
+ "dataFileSourceType": "file",
463
+ "formattedData": [
464
+ {
465
+ "YearStart": 2015,
466
+ "Data_Value": 40.8,
467
+ "Low_Confidence_Limit": 38.6,
468
+ "High_Confidence_Limit": 43,
469
+ "StratficationCategory1": "Age Group",
470
+ "Stratification1": "50-64 years",
471
+ "StratificationCategory2": "Overall",
472
+ "Stratification2": "Overall",
473
+ "FootnoteText": "",
474
+ "URL": "",
475
+ "FootnoteHeading": "",
476
+ "SeriesDesc": "50-64 yearsOverall"
477
+ },
478
+ {
479
+ "YearStart": 2015,
480
+ "Data_Value": 56.4,
481
+ "Low_Confidence_Limit": 54.1,
482
+ "High_Confidence_Limit": 58.6,
483
+ "StratficationCategory1": "Age Group",
484
+ "Stratification1": "65 years or older",
485
+ "StratificationCategory2": "Overall",
486
+ "Stratification2": "Overall",
487
+ "FootnoteText": "",
488
+ "URL": "",
489
+ "FootnoteHeading": "",
490
+ "SeriesDesc": "65 years or olderOverall"
491
+ },
492
+ {
493
+ "YearStart": 2015,
494
+ "Data_Value": 47.4,
495
+ "Low_Confidence_Limit": 45.8,
496
+ "High_Confidence_Limit": 49,
497
+ "StratficationCategory1": "Age Group",
498
+ "Stratification1": "Overall",
499
+ "StratificationCategory2": "Overall",
500
+ "Stratification2": "Overall",
501
+ "FootnoteText": "",
502
+ "URL": "",
503
+ "FootnoteHeading": "",
504
+ "SeriesDesc": "OverallOverall"
505
+ },
506
+ {
507
+ "YearStart": 2017,
508
+ "Data_Value": 41.5,
509
+ "Low_Confidence_Limit": 39.4,
510
+ "High_Confidence_Limit": 43.6,
511
+ "StratficationCategory1": "Age Group",
512
+ "Stratification1": "50-64 years",
513
+ "StratificationCategory2": "Overall",
514
+ "Stratification2": "Overall",
515
+ "FootnoteText": "",
516
+ "URL": "",
517
+ "FootnoteHeading": "",
518
+ "SeriesDesc": "50-64 yearsOverall"
519
+ },
520
+ {
521
+ "YearStart": 2017,
522
+ "Data_Value": 57.2,
523
+ "Low_Confidence_Limit": 55.2,
524
+ "High_Confidence_Limit": 59.2,
525
+ "StratficationCategory1": "Age Group",
526
+ "Stratification1": "65 years or older",
527
+ "StratificationCategory2": "Overall",
528
+ "Stratification2": "Overall",
529
+ "FootnoteText": "",
530
+ "URL": "",
531
+ "FootnoteHeading": "",
532
+ "SeriesDesc": "65 years or olderOverall"
533
+ },
534
+ {
535
+ "YearStart": 2017,
536
+ "Data_Value": 48.5,
537
+ "Low_Confidence_Limit": 47,
538
+ "High_Confidence_Limit": 50,
539
+ "StratficationCategory1": "Age Group",
540
+ "Stratification1": "Overall",
541
+ "StratificationCategory2": "Overall",
542
+ "Stratification2": "Overall",
543
+ "FootnoteText": "",
544
+ "URL": "",
545
+ "FootnoteHeading": "",
546
+ "SeriesDesc": "OverallOverall"
547
+ },
548
+ {
549
+ "YearStart": 2019,
550
+ "Data_Value": 42.2,
551
+ "Low_Confidence_Limit": 39.9,
552
+ "High_Confidence_Limit": 44.5,
553
+ "StratficationCategory1": "Age Group",
554
+ "Stratification1": "50-64 years",
555
+ "StratificationCategory2": "Overall",
556
+ "Stratification2": "Overall",
557
+ "FootnoteText": "",
558
+ "URL": "",
559
+ "FootnoteHeading": "",
560
+ "SeriesDesc": "50-64 yearsOverall"
561
+ },
562
+ {
563
+ "YearStart": 2019,
564
+ "Data_Value": 56.2,
565
+ "Low_Confidence_Limit": 54.1,
566
+ "High_Confidence_Limit": 58.2,
567
+ "StratficationCategory1": "Age Group",
568
+ "Stratification1": "65 years or older",
569
+ "StratificationCategory2": "Overall",
570
+ "Stratification2": "Overall",
571
+ "FootnoteText": "",
572
+ "URL": "",
573
+ "FootnoteHeading": "",
574
+ "SeriesDesc": "65 years or olderOverall"
575
+ },
576
+ {
577
+ "YearStart": 2019,
578
+ "Data_Value": 48.6,
579
+ "Low_Confidence_Limit": 47.1,
580
+ "High_Confidence_Limit": 50.2,
581
+ "StratficationCategory1": "Age Group",
582
+ "Stratification1": "Overall",
583
+ "StratificationCategory2": "Overall",
584
+ "Stratification2": "Overall",
585
+ "FootnoteText": "",
586
+ "URL": "",
587
+ "FootnoteHeading": "",
588
+ "SeriesDesc": "OverallOverall"
589
+ },
590
+ {
591
+ "YearStart": 2020,
592
+ "Data_Value": 41.9,
593
+ "Low_Confidence_Limit": 39.1,
594
+ "High_Confidence_Limit": 44.7,
595
+ "StratficationCategory1": "Age Group",
596
+ "Stratification1": "50-64 years",
597
+ "StratificationCategory2": "Overall",
598
+ "Stratification2": "Overall",
599
+ "FootnoteText": "",
600
+ "URL": "",
601
+ "FootnoteHeading": "",
602
+ "SeriesDesc": "50-64 yearsOverall"
603
+ },
604
+ {
605
+ "YearStart": 2020,
606
+ "Data_Value": 56.9,
607
+ "Low_Confidence_Limit": 54.4,
608
+ "High_Confidence_Limit": 59.3,
609
+ "StratficationCategory1": "Age Group",
610
+ "Stratification1": "65 years or older",
611
+ "StratificationCategory2": "Overall",
612
+ "Stratification2": "Overall",
613
+ "FootnoteText": "",
614
+ "URL": "",
615
+ "FootnoteHeading": "",
616
+ "SeriesDesc": "65 years or olderOverall"
617
+ },
618
+ {
619
+ "YearStart": 2020,
620
+ "Data_Value": 49,
621
+ "Low_Confidence_Limit": 47.1,
622
+ "High_Confidence_Limit": 50.8,
623
+ "StratficationCategory1": "Age Group",
624
+ "Stratification1": "Overall",
625
+ "StratificationCategory2": "Overall",
626
+ "Stratification2": "Overall",
627
+ "FootnoteText": "",
628
+ "URL": "",
629
+ "FootnoteHeading": "",
630
+ "SeriesDesc": "OverallOverall"
631
+ },
632
+ {
633
+ "YearStart": 2021,
634
+ "Data_Value": 40.4,
635
+ "Low_Confidence_Limit": 38.1,
636
+ "High_Confidence_Limit": 42.7,
637
+ "StratficationCategory1": "Age Group",
638
+ "Stratification1": "50-64 years",
639
+ "StratificationCategory2": "Overall",
640
+ "Stratification2": "Overall",
641
+ "FootnoteText": "",
642
+ "URL": "",
643
+ "FootnoteHeading": "",
644
+ "SeriesDesc": "50-64 yearsOverall"
645
+ },
646
+ {
647
+ "YearStart": 2021,
648
+ "Data_Value": 54.2,
649
+ "Low_Confidence_Limit": 52,
650
+ "High_Confidence_Limit": 56.4,
651
+ "StratficationCategory1": "Age Group",
652
+ "Stratification1": "65 years or older",
653
+ "StratificationCategory2": "Overall",
654
+ "Stratification2": "Overall",
655
+ "FootnoteText": "",
656
+ "URL": "",
657
+ "FootnoteHeading": "",
658
+ "SeriesDesc": "65 years or olderOverall"
659
+ },
660
+ {
661
+ "YearStart": 2021,
662
+ "Data_Value": 47.1,
663
+ "Low_Confidence_Limit": 45.5,
664
+ "High_Confidence_Limit": 48.7,
665
+ "StratficationCategory1": "Age Group",
666
+ "Stratification1": "Overall",
667
+ "StratificationCategory2": "Overall",
668
+ "Stratification2": "Overall",
669
+ "FootnoteText": "",
670
+ "URL": "",
671
+ "FootnoteHeading": "",
672
+ "SeriesDesc": "OverallOverall"
673
+ },
674
+ {
675
+ "YearStart": 2022,
676
+ "Data_Value": 39.1,
677
+ "Low_Confidence_Limit": 36.8,
678
+ "High_Confidence_Limit": 41.3,
679
+ "StratficationCategory1": "Age Group",
680
+ "Stratification1": "50-64 years",
681
+ "StratificationCategory2": "Overall",
682
+ "Stratification2": "Overall",
683
+ "FootnoteText": "",
684
+ "URL": "",
685
+ "FootnoteHeading": "",
686
+ "SeriesDesc": "50-64 yearsOverall"
687
+ },
688
+ {
689
+ "YearStart": 2022,
690
+ "Data_Value": 56.5,
691
+ "Low_Confidence_Limit": 54.6,
692
+ "High_Confidence_Limit": 58.4,
693
+ "StratficationCategory1": "Age Group",
694
+ "Stratification1": "65 years or older",
695
+ "StratificationCategory2": "Overall",
696
+ "Stratification2": "Overall",
697
+ "FootnoteText": "",
698
+ "URL": "",
699
+ "FootnoteHeading": "",
700
+ "SeriesDesc": "65 years or olderOverall"
701
+ },
702
+ {
703
+ "YearStart": 2022,
704
+ "Data_Value": 47.7,
705
+ "Low_Confidence_Limit": 46.2,
706
+ "High_Confidence_Limit": 49.2,
707
+ "StratficationCategory1": "Age Group",
708
+ "Stratification1": "Overall",
709
+ "StratificationCategory2": "Overall",
710
+ "Stratification2": "Overall",
711
+ "FootnoteText": "",
712
+ "URL": "",
713
+ "FootnoteHeading": "",
714
+ "SeriesDesc": "OverallOverall"
715
+ }
716
+ ],
717
+ "dataDescription": {
718
+ "horizontal": false,
719
+ "series": false
720
+ },
721
+ "version": "4.24.10",
722
+ "dynamicMarginTop": 0
723
+ }