@hhgtech/hhg-components
Version:
Hello Health Group common components
154 lines (151 loc) • 1.2 kB
JavaScript
;
var HEIGHT_BOYS_zscore_yearly = {
"-3SD": [
70.2,
80.7,
87.5,
93.6,
99.2,
104.5,
109.4,
114.1,
118.6,
123,
127.5,
132.6,
138.8,
145.3,
150.8,
154.8,
157.4,
158.8,
159.6
],
"-2SD": [
71.3,
82.1,
89.1,
95.4,
101.2,
106.7,
111.8,
116.6,
121.3,
125.8,
130.5,
135.8,
142.1,
148.7,
154.3,
158.3,
160.8,
162.1,
162.8
],
"-1SD": [
71.8,
82.8,
90,
96.4,
102.3,
107.8,
113,
118,
122.7,
127.3,
132,
137.4,
143.8,
150.5,
156.1,
160.1,
162.6,
163.9,
164.5
],
"0Median": [
73.3,
84.6,
92.2,
99,
105.2,
110.8,
116.3,
121.4,
126.3,
131.2,
136.1,
141.7,
148.3,
155.2,
160.9,
164.8,
167.2,
168.4,
169
],
"1SD": [
74.1,
85.8,
93.6,
100.5,
106.8,
112.6,
118.2,
123.5,
128.5,
133.5,
138.6,
144.3,
151,
158,
163.7,
167.7,
170,
171.1,
171.6
],
"2SD": [
75.7,
87.8,
96.1,
103.3,
110,
116,
121.7,
127.3,
132.6,
137.8,
143.1,
149.1,
156,
163.2,
169,
172.9,
175.2,
176.1,
176.5
],
"3SD": [
77.4,
89.9,
98.6,
106.2,
113.1,
119.3,
125.3,
131.1,
136.6,
142.1,
147.7,
153.9,
161.1,
168.4,
174.2,
178.1,
180.3,
181.2,
181.5
]
};
exports["default"] = HEIGHT_BOYS_zscore_yearly;