@hhgtech/hhg-components
Version:
Hello Health Group common components
154 lines (151 loc) • 1.21 kB
JavaScript
;
var HEIGHT_GIRLS_zscore_yearly = {
"-3SD": [
68,
78.9,
86.2,
92.7,
98.4,
103.2,
108.1,
113.1,
118.3,
123.8,
129.5,
135.3,
140.2,
143.6,
145.7,
146.7,
147.3,
147.7,
147.9
],
"-2SD": [
69.2,
80.3,
87.9,
94.6,
100.5,
105.5,
110.5,
115.7,
121,
126.6,
132.5,
138.4,
143.3,
146.7,
148.7,
149.8,
150.3,
150.6,
150.9
],
"-1SD": [
69.8,
81.1,
88.8,
95.6,
101.6,
106.7,
111.8,
117,
122.4,
128.1,
134.1,
140,
145,
148.4,
150.4,
151.4,
151.8,
152.2,
152.4
],
"0Median": [
71.3,
83.1,
91.1,
98.3,
104.5,
109.8,
115.1,
120.5,
126.2,
132,
138.1,
144.1,
149.2,
152.6,
154.5,
155.5,
155.9,
156.2,
156.4
],
"1SD": [
72.3,
84.2,
92.5,
99.8,
106.2,
111.7,
117.1,
122.6,
128.4,
134.3,
140.5,
146.6,
151.7,
155.1,
157,
157.9,
158.3,
158.6,
158.7
],
"2SD": [
74,
86.4,
95.1,
102.7,
109.4,
115.1,
120.8,
126.6,
132.5,
138.6,
145,
151.2,
156.4,
159.8,
161.7,
162.5,
162.9,
163.1,
163.2
],
"3SD": [
75.8,
88.6,
97.6,
105.6,
112.6,
118.6,
124.5,
130.5,
136.6,
143,
149.5,
155.8,
161.1,
164.5,
166.3,
167.1,
167.4,
167.5,
167.6
]
};
exports["default"] = HEIGHT_GIRLS_zscore_yearly;