@cdc/chart 1.3.1 → 1.3.3

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 (56) hide show
  1. package/dist/cdcchart.js +85 -0
  2. package/examples/age-adjusted-rates.json +1218 -0
  3. package/examples/case-rate-example-config.json +36 -0
  4. package/examples/case-rate-example-data.json +33602 -0
  5. package/examples/covid-confidence-example-config.json +35 -0
  6. package/examples/covid-example-config.json +36 -0
  7. package/examples/covid-example-data-confidence.json +32 -0
  8. package/examples/covid-example-data.json +22 -0
  9. package/examples/cutoff-example-config.json +36 -0
  10. package/examples/cutoff-example-data.json +38 -0
  11. package/examples/date-exclusions-config.json +62 -0
  12. package/examples/date-exclusions-data.json +162 -0
  13. package/examples/horizontal-chart.json +35 -0
  14. package/examples/horizontal-stacked-bar-chart.json +36 -0
  15. package/examples/line-chart.json +76 -0
  16. package/examples/paired-bar-data.json +14 -0
  17. package/examples/paired-bar-example.json +48 -0
  18. package/examples/paired-bar-formatted.json +37 -0
  19. package/examples/planet-chart-horizontal-example-config.json +35 -0
  20. package/examples/planet-combo-example-config.json +31 -0
  21. package/examples/planet-example-config.json +35 -0
  22. package/examples/planet-example-data.json +56 -0
  23. package/examples/planet-pie-example-config.json +28 -0
  24. package/examples/private/newtest.csv +101 -0
  25. package/examples/private/test.json +10124 -0
  26. package/examples/temp-example-config.json +57 -0
  27. package/examples/temp-example-data.json +130 -0
  28. package/package.json +9 -8
  29. package/src/CdcChart.tsx +836 -0
  30. package/src/components/BarChart.tsx +571 -0
  31. package/src/components/BarStackVertical.js +0 -0
  32. package/src/components/DataTable.tsx +229 -0
  33. package/src/components/EditorPanel.js +1319 -0
  34. package/src/components/LineChart.tsx +76 -0
  35. package/src/components/LinearChart.tsx +459 -0
  36. package/src/components/PairedBarChart.tsx +144 -0
  37. package/src/components/PieChart.tsx +189 -0
  38. package/src/components/SparkLine.js +206 -0
  39. package/src/context.tsx +5 -0
  40. package/src/data/initial-state.js +61 -0
  41. package/src/hooks/useActiveElement.js +19 -0
  42. package/src/hooks/useColorPalette.ts +83 -0
  43. package/src/hooks/useReduceData.ts +43 -0
  44. package/src/images/active-checkmark.svg +1 -0
  45. package/src/images/asc.svg +1 -0
  46. package/src/images/desc.svg +1 -0
  47. package/src/images/inactive-checkmark.svg +1 -0
  48. package/src/images/warning.svg +1 -0
  49. package/src/index.html +68 -0
  50. package/src/index.tsx +21 -0
  51. package/src/scss/DataTable.scss +23 -0
  52. package/src/scss/LinearChart.scss +0 -0
  53. package/src/scss/editor-panel.scss +693 -0
  54. package/src/scss/main.scss +426 -0
  55. package/src/scss/mixins.scss +0 -0
  56. package/src/scss/variables.scss +1 -0
@@ -0,0 +1,35 @@
1
+ {
2
+ "title": "Confidence Age-adjusted COVID-19-associated hospitalization rates by race and ethnicity — COVID-NET, March 1–December 26, 2020",
3
+ "dataUrl": "/examples/covid-example-data-confidence.json",
4
+ "visualizationType": "Bar",
5
+ "fontSize": "small",
6
+ "series": [{"dataKey": "Age-adjusted rate", "label": "Rate"}],
7
+ "confidenceKeys": {
8
+ "lower": "Lower",
9
+ "upper": "Upper"
10
+ },
11
+ "dataFormat": {
12
+ "commas": false,
13
+ "prefix": "Lorem",
14
+ "suffix": "Suffix"
15
+ },
16
+ "padding": {
17
+ "left": 10,
18
+ "right": 10
19
+ },
20
+ "yAxis": {
21
+ "dataKey": "Age-adjusted rate",
22
+ "gridLines": true,
23
+ "numTicks": 3,
24
+ "size": 80
25
+ },
26
+ "xAxis": {
27
+ "dataKey": "Race",
28
+ "tickRotation": 20,
29
+ "size": 130
30
+ },
31
+ "table": {
32
+ "label": "Age-adjusted COVID-19-associated hospitalization rates by race and ethnicity",
33
+ "expanded": true
34
+ }
35
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "title": "Non Configdence Age-adjusted COVID-19-associated hospitalization rates by race and ethnicity — COVID-NET, March 1–December 26, 2020",
3
+ "theme": "theme-brown",
4
+ "dataUrl": "/examples/covid-example-data.json",
5
+ "visualizationType": "Bar",
6
+ "visualizationSubType": "horizontal",
7
+ "series": [{"dataKey": "Age-adjusted rate"}],
8
+ "barThickness": 0.3,
9
+ "height": 300,
10
+ "dataFormat": {
11
+ "commas": false,
12
+ "prefix": "",
13
+ "suffix": ""
14
+ },
15
+ "padding": {
16
+ "left": 10,
17
+ "right": 10
18
+ },
19
+ "yAxis": {
20
+ "gridLines": false,
21
+ "numTicks": 3
22
+ },
23
+ "xAxis": {
24
+ "dataKey": "Race",
25
+ "size": 20,
26
+ "wrap": true
27
+ },
28
+ "legend": {
29
+ "hide": true
30
+ },
31
+ "table": {
32
+ "label": "Age-adjusted COVID-19-associated hospitalization rates by race and ethnicity",
33
+ "expanded": true,
34
+ "download": true
35
+ }
36
+ }
@@ -0,0 +1,32 @@
1
+ [
2
+ {
3
+ "Race": "Hispanic or Latino",
4
+ "Age-adjusted rate": "644000.2",
5
+ "Lower": "640000.2",
6
+ "Upper": "650000.2"
7
+ },
8
+ {
9
+ "Race": "Non-Hispanic Black",
10
+ "Age-adjusted rate": "563000.7",
11
+ "Lower": "560000.2",
12
+ "Upper": "570000.2"
13
+ },
14
+ {
15
+ "Race": "Non-Hispanic Asian or Pacific Islander",
16
+ "Age-adjusted rate": "202000.5",
17
+ "Lower": "200000.2",
18
+ "Upper": "210000.2"
19
+ },
20
+ {
21
+ "Race": "Non-Hispanic American Indian or Alaska Native",
22
+ "Age-adjusted rate": "636000.1",
23
+ "Lower": "630000.2",
24
+ "Upper": "740000.2"
25
+ },
26
+ {
27
+ "Race": "Non-Hispanic White",
28
+ "Age-adjusted rate": "183000.6",
29
+ "Lower": "180000.2",
30
+ "Upper": "190000.2"
31
+ }
32
+ ]
@@ -0,0 +1,22 @@
1
+ [
2
+ {
3
+ "Race": "Hispanic or Latino",
4
+ "Age-adjusted rate": "644.2"
5
+ },
6
+ {
7
+ "Race": "Non-Hispanic American Indian",
8
+ "Age-adjusted rate": "636.1"
9
+ },
10
+ {
11
+ "Race": "Non-Hispanic Black",
12
+ "Age-adjusted rate": "563.7"
13
+ },
14
+ {
15
+ "Race": "Non-Hispanic Asian or Pacific Islander",
16
+ "Age-adjusted rate": "202.5"
17
+ },
18
+ {
19
+ "Race": "Non-Hispanic White",
20
+ "Age-adjusted rate": "183.6"
21
+ }
22
+ ]
@@ -0,0 +1,36 @@
1
+ {
2
+ "title": "Data Cutoff Example (< 0.1)",
3
+ "theme": "theme-blue",
4
+ "dataUrl": "/examples/cutoff-example-data.json",
5
+ "visualizationType": "Line",
6
+ "series": [{"dataKey": "Value"}],
7
+ "barThickness": 0.3,
8
+ "height": 300,
9
+ "dataCutoff": "0.1",
10
+ "dataFormat": {
11
+ "commas": false,
12
+ "prefix": "",
13
+ "suffix": ""
14
+ },
15
+ "padding": {
16
+ "left": 10,
17
+ "right": 10
18
+ },
19
+ "yAxis": {
20
+ "label": "Value",
21
+ "gridLines": false,
22
+ "size": 70
23
+ },
24
+ "xAxis": {
25
+ "label": "Category",
26
+ "dataKey": "Category"
27
+ },
28
+ "legend": {
29
+ "hide": true
30
+ },
31
+ "table": {
32
+ "label": "Data Table",
33
+ "expanded": true,
34
+ "download": true
35
+ }
36
+ }
@@ -0,0 +1,38 @@
1
+ [
2
+ {
3
+ "Category": "Category 1",
4
+ "Value": "0.05"
5
+ },
6
+ {
7
+ "Category": "Category 2",
8
+ "Value": "0.1"
9
+ },
10
+ {
11
+ "Category": "Category 3",
12
+ "Value": "0.2"
13
+ },
14
+ {
15
+ "Category": "Category 4",
16
+ "Value": "0.4"
17
+ },
18
+ {
19
+ "Category": "Category 5",
20
+ "Value": "0.3"
21
+ },
22
+ {
23
+ "Category": "Category 6",
24
+ "Value": "0.03"
25
+ },
26
+ {
27
+ "Category": "Category 7",
28
+ "Value": "0.5"
29
+ },
30
+ {
31
+ "Category": "Category 8",
32
+ "Value": "0.5"
33
+ },
34
+ {
35
+ "Category": "Category 9",
36
+ "Value": "0.08"
37
+ }
38
+ ]
@@ -0,0 +1,62 @@
1
+ {
2
+ "title": "",
3
+ "dataUrl": "/examples/date-exclusions-data.json",
4
+ "type": "chart",
5
+ "theme": "theme-blue",
6
+ "fontSize": "medium",
7
+ "lineDatapointStyle": "hover",
8
+ "barHasBorder": "false",
9
+ "padding": {
10
+ "left": 5,
11
+ "right": 5
12
+ },
13
+ "yAxis": {
14
+ "size": 50,
15
+ "gridLines": false
16
+ },
17
+ "barThickness": 0.35,
18
+ "height": 300,
19
+ "xAxis": {
20
+ "type": "date",
21
+ "size": 75,
22
+ "tickRotation": 0,
23
+ "numTicks": "",
24
+ "dataKey": "Date",
25
+ "dateParseFormat": "%m-%d-%Y",
26
+ "dateDisplayFormat": "%m-%d-%Y"
27
+ },
28
+ "table": {
29
+ "label": "Data Table",
30
+ "expanded": true,
31
+ "show": true
32
+ },
33
+ "legend": {
34
+ "behavior": "isolate",
35
+ "position": "right"
36
+ },
37
+ "exclusions": {
38
+ "active": false,
39
+ "keys": []
40
+ },
41
+ "palette": "qualitative-bold",
42
+ "labels": false,
43
+ "dataDescription": {
44
+ "horizontal": false,
45
+ "series": true,
46
+ "singleRow": false,
47
+ "seriesKey": "Sex",
48
+ "xKey": "Date",
49
+ "valueKey": "Cases per 100K"
50
+ },
51
+ "visualizationType": "Line",
52
+ "series": [
53
+ {
54
+ "dataKey": "Male",
55
+ "type": "Bar"
56
+ },
57
+ {
58
+ "dataKey": "Female",
59
+ "type": "Bar"
60
+ }
61
+ ]
62
+ }
@@ -0,0 +1,162 @@
1
+ [
2
+ {
3
+ "Date": "01-01-2021",
4
+ "Sex": "Male",
5
+ "Cases per 100K": "6714"
6
+ },
7
+ {
8
+ "Date": "02-01-2021",
9
+ "Sex": "Male",
10
+ "Cases per 100K": "7260"
11
+ },
12
+ {
13
+ "Date": "03-01-2021",
14
+ "Sex": "Male",
15
+ "Cases per 100K": "6808"
16
+ },
17
+ {
18
+ "Date": "04-01-2021",
19
+ "Sex": "Male",
20
+ "Cases per 100K": "6225"
21
+ },
22
+ {
23
+ "Date": "05-01-2021",
24
+ "Sex": "Male",
25
+ "Cases per 100K": "6633"
26
+ },
27
+ {
28
+ "Date": "06-01-2021",
29
+ "Sex": "Male",
30
+ "Cases per 100K": "10600"
31
+ },
32
+ {
33
+ "Date": "07-01-2021",
34
+ "Sex": "Male",
35
+ "Cases per 100K": "11300"
36
+ },
37
+ {
38
+ "Date": "08-01-2021",
39
+ "Sex": "Male",
40
+ "Cases per 100K": "12450"
41
+ },
42
+ {
43
+ "Date": "09-01-2021",
44
+ "Sex": "Male",
45
+ "Cases per 100K": "14625"
46
+ },
47
+ {
48
+ "Date": "10-01-2021",
49
+ "Sex": "Male",
50
+ "Cases per 100K": "18238"
51
+ },
52
+ {
53
+ "Date": "11-01-2021",
54
+ "Sex": "Male",
55
+ "Cases per 100K": "18214"
56
+ },
57
+ {
58
+ "Date": "12-01-2021",
59
+ "Sex": "Male",
60
+ "Cases per 100K": "16411"
61
+ },
62
+ {
63
+ "Date": "01-01-2022",
64
+ "Sex": "Male",
65
+ "Cases per 100K": "15808"
66
+ },
67
+ {
68
+ "Date": "02-01-2022",
69
+ "Sex": "Male",
70
+ "Cases per 100K": "11210"
71
+ },
72
+ {
73
+ "Date": "03-01-2022",
74
+ "Sex": "Male",
75
+ "Cases per 100K": "9660"
76
+ },
77
+ {
78
+ "Date": "04-01-2022",
79
+ "Sex": "Male",
80
+ "Cases per 100K": "7325"
81
+ },
82
+ {
83
+ "Date": "01-01-2021",
84
+ "Sex": "Female",
85
+ "Cases per 100K": "5714"
86
+ },
87
+ {
88
+ "Date": "02-01-2021",
89
+ "Sex": "Female",
90
+ "Cases per 100K": "6000"
91
+ },
92
+ {
93
+ "Date": "03-01-2021",
94
+ "Sex": "Female",
95
+ "Cases per 100K": "5808"
96
+ },
97
+ {
98
+ "Date": "04-01-2021",
99
+ "Sex": "Female",
100
+ "Cases per 100K": "6225"
101
+ },
102
+ {
103
+ "Date": "05-01-2021",
104
+ "Sex": "Female",
105
+ "Cases per 100K": "5633"
106
+ },
107
+ {
108
+ "Date": "06-01-2021",
109
+ "Sex": "Female",
110
+ "Cases per 100K": "8600"
111
+ },
112
+ {
113
+ "Date": "07-01-2021",
114
+ "Sex": "Female",
115
+ "Cases per 100K": "9300"
116
+ },
117
+ {
118
+ "Date": "08-01-2021",
119
+ "Sex": "Female",
120
+ "Cases per 100K": "9450"
121
+ },
122
+ {
123
+ "Date": "09-01-2021",
124
+ "Sex": "Female",
125
+ "Cases per 100K": "3625"
126
+ },
127
+ {
128
+ "Date": "10-01-2021",
129
+ "Sex": "Female",
130
+ "Cases per 100K": "3238"
131
+ },
132
+ {
133
+ "Date": "11-01-2021",
134
+ "Sex": "Female",
135
+ "Cases per 100K": "2214"
136
+ },
137
+ {
138
+ "Date": "12-01-2021",
139
+ "Sex": "Female",
140
+ "Cases per 100K": "2411"
141
+ },
142
+ {
143
+ "Date": "01-01-2022",
144
+ "Sex": "Female",
145
+ "Cases per 100K": "2808"
146
+ },
147
+ {
148
+ "Date": "02-01-2022",
149
+ "Sex": "Female",
150
+ "Cases per 100K": "3210"
151
+ },
152
+ {
153
+ "Date": "03-01-2022",
154
+ "Sex": "Female",
155
+ "Cases per 100K": "2660"
156
+ },
157
+ {
158
+ "Date": "04-01-2022",
159
+ "Sex": "Female",
160
+ "Cases per 100K": "2325"
161
+ }
162
+ ]
@@ -0,0 +1,35 @@
1
+ {
2
+ "title": "Planet Radius (Combo Example)",
3
+ "dataUrl": "/examples/planet-example-data.json",
4
+ "visualizationType": "Bar",
5
+ "visualizationSubType": "horizontal",
6
+ "isLollipopChart": false,
7
+ "barHasBorder": "true",
8
+ "series": [{"dataKey":"Radius"}, {"dataKey": "Diameter"}],
9
+ "fontSize": "small",
10
+ "dataFormat": {
11
+ "roundTo": 1,
12
+ "commas": false,
13
+ "prefix": "",
14
+ "suffix": "km"
15
+ },
16
+ "padding": {
17
+ "left": 0,
18
+ "right": 0
19
+ },
20
+ "yAxis": {
21
+ "label": "Measurement (1000km)",
22
+ "displayNumbersOnBar": false,
23
+ "labelPlacement": "On Date/Category Axis"
24
+ },
25
+ "xAxis": {
26
+ "label": "Planet",
27
+ "dataKey": "name",
28
+ "size": 75
29
+ },
30
+ "table": {
31
+ "label": "Data Table",
32
+ "expanded": false
33
+ },
34
+ "lollipopShape": "circle"
35
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "title": "Planet Radius (Bar Example)",
3
+ "dataUrl": "/examples/planet-example-data.json",
4
+ "visualizationType": "Bar",
5
+ "visualizationSubType": "stacked",
6
+ "series": [{"dataKey": "Radius"}],
7
+ "fontSize": "medium",
8
+ "dataCutoff": "0.5",
9
+ "orientation": "horizontal",
10
+ "dataFormat": {
11
+ "roundTo": 1,
12
+ "commas": false,
13
+ "prefix": "",
14
+ "suffix": "km"
15
+ },
16
+ "padding": {
17
+ "left": 5,
18
+ "right": 5
19
+ },
20
+ "yAxis": {
21
+ "label": "Measurement (1000km)"
22
+ },
23
+ "xAxis": {
24
+ "label": "Planet",
25
+ "dataKey": "name",
26
+ "tickRotation": 30
27
+ },
28
+ "legend": {
29
+ "hide": false
30
+ },
31
+ "table": {
32
+ "label": "Data Table",
33
+ "expanded": false
34
+ },
35
+ "displayNumbersOnBar": true
36
+ }
@@ -0,0 +1,76 @@
1
+ {
2
+ "type": "chart",
3
+ "title": "Example Spark Line",
4
+ "theme": "theme-blue",
5
+ "fontSize": "medium",
6
+ "height": "375",
7
+ "compact": true,
8
+ "padding": {
9
+ "left": 5,
10
+ "right": 5
11
+ },
12
+ "yAxis": {
13
+ "size": "75",
14
+ "gridLines": false,
15
+ "label": "Y-Axis Example Label",
16
+ "numTicks": "9"
17
+ },
18
+ "barThickness": 0.35,
19
+ "xAxis": {
20
+ "size": "77",
21
+ "tickRotation": "25",
22
+ "dataKey": "Date",
23
+ "label": "X-Axis Example Label",
24
+ "type": "date",
25
+ "dateParseFormat": "%d/%m/%Y",
26
+ "dateDisplayFormat": "%d/%m/%Y"
27
+ },
28
+ "table": {
29
+ "label": "Data Table",
30
+ "expanded": true,
31
+ "download": true
32
+ },
33
+ "legend": {
34
+ "behavior": "isolate",
35
+ "position": "right",
36
+ "label": "Type of Data"
37
+ },
38
+ "palette": "qualitative-bold",
39
+ "labels": false,
40
+ "dataFormat": {},
41
+ "confidenceKeys": {},
42
+ "data": [
43
+ {
44
+ "Date": "1/15/2016",
45
+ "Data 1": "0"
46
+ },
47
+ {
48
+ "Date": "2/15/2016",
49
+ "Data 1": "25"
50
+ },
51
+ {
52
+ "Date": "3/15/2016",
53
+ "Data 1": "50"
54
+ },
55
+ {
56
+ "Date": "4/15/2016",
57
+ "Data 1": "75"
58
+ },
59
+ {
60
+ "Date": "5/15/2016",
61
+ "Data 1": "100"
62
+ },
63
+ {
64
+ "Date": "6/15/2016",
65
+ "Data 1": "50"
66
+ }
67
+ ],
68
+ "visualizationType": "Spark Line",
69
+ "series": [
70
+ {
71
+ "dataKey": "Data 1",
72
+ "type": "Bar"
73
+ }
74
+ ],
75
+ "description": "Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups."
76
+ }
@@ -0,0 +1,14 @@
1
+ [{"Sex":"Male","Age Group":"<15","Cases per 100K":"7428"},
2
+ {"Sex":"Male","Age Group":"15-24","Cases per 100K":"5176"},
3
+ {"Sex":"Male","Age Group":"25-34","Cases per 100K":"5624"},
4
+ {"Sex":"Male","Age Group":"35-44","Cases per 100K":"10756"},
5
+ {"Sex":"Male","Age Group":"45-54","Cases per 100K":"8259"},
6
+ {"Sex":"Male","Age Group":"55-64","Cases per 100K":"1235"},
7
+ {"Sex":"Male","Age Group":"65","Cases per 100K":"730"},
8
+ {"Sex":"Female","Age Group":"<15","Cases per 100K":"5714"},
9
+ {"Sex":"Female","Age Group":"15-24","Cases per 100K":"3588"},
10
+ {"Sex":"Female","Age Group":"25-34","Cases per 100K":"3410"},
11
+ {"Sex":"Female","Age Group":"35-44","Cases per 100K":"7478"},
12
+ {"Sex":"Female","Age Group":"45-54","Cases per 100K":"5633"},
13
+ {"Sex":"Female","Age Group":"55-64","Cases per 100K":"810"},
14
+ {"Sex":"Female","Age Group":"65","Cases per 100K":"402"}]
@@ -0,0 +1,48 @@
1
+ {
2
+ "title": "Paired Bar Chart Example",
3
+ "dataUrl": "/examples/paired-bar-data.json",
4
+ "visualizationType": "Paired Bar",
5
+ "series": [
6
+ {"dataKey": "Male","type": "Paired Bar"},
7
+ {"dataKey": "Female","type": "Paired Bar"}
8
+ ],
9
+ "dataFormat": {
10
+ "roundTo": 1,
11
+ "commas": false,
12
+ "prefix": "",
13
+ "suffix": "km"
14
+ },
15
+ "padding": {
16
+ "left": 0,
17
+ "right": 0
18
+ },
19
+ "yAxis": {
20
+ "label": "Cases per 100K",
21
+ "tickRotation": 30,
22
+ "hideAxis": true
23
+ },
24
+ "xAxis": {
25
+ "label": "Age Group",
26
+ "dataKey": "Age Group",
27
+ "tickRotation": 30,
28
+ "hideAxis": true
29
+ },
30
+ "legend": {
31
+ "hideAxis": false
32
+ },
33
+ "table": {
34
+ "label": "Data Table",
35
+ "expanded": false
36
+ },
37
+ "dataDescription": {
38
+ "horizontal": false,
39
+ "series": true,
40
+ "seriesKey": "Sex",
41
+ "singleRow": false,
42
+ "xKey": "Age Group",
43
+ "valueKey": "Cases per 100K"
44
+ },
45
+ "runtime": {
46
+ "horizontal": true
47
+ }
48
+ }
@@ -0,0 +1,37 @@
1
+ [
2
+ {
3
+ "Age Group": "65",
4
+ "Male": "730",
5
+ "Female": "402"
6
+ },
7
+ {
8
+ "Age Group": "<15",
9
+ "Male": "7428",
10
+ "Female": "5714"
11
+ },
12
+ {
13
+ "Age Group": "15-24",
14
+ "Male": "5176",
15
+ "Female": "3588"
16
+ },
17
+ {
18
+ "Age Group": "25-34",
19
+ "Male": "5624",
20
+ "Female": "3410"
21
+ },
22
+ {
23
+ "Age Group": "35-44",
24
+ "Male": "10756",
25
+ "Female": "7478"
26
+ },
27
+ {
28
+ "Age Group": "45-54",
29
+ "Male": "8259",
30
+ "Female": "5633"
31
+ },
32
+ {
33
+ "Age Group": "55-64",
34
+ "Male": "1235",
35
+ "Female": "810"
36
+ }
37
+ ]