@hhgtech/hhg-components
Version:
Hello Health Group common components
91 lines (88 loc) • 659 B
JavaScript
;
var WEIGHT_GIRLS_zscore_yearly = {
"-3SD": [
6.8,
8.7,
10.4,
11.8,
13.2,
14.6,
16.1,
17.8,
19.8,
22.2
],
"-2SD": [
7.1,
9.2,
11,
12.5,
14,
15.5,
17,
18.9,
21.1,
23.7
],
"-1SD": [
7.3,
9.4,
11.3,
12.9,
14.4,
16,
17.6,
19.5,
21.8,
24.5
],
"0Median": [
7.9,
10.1,
12.1,
14,
15.7,
17.4,
19.2,
21.3,
23.9,
26.9
],
"1SD": [
8.2,
10.6,
12.7,
14.7,
16.5,
18.3,
20.2,
22.5,
25.3,
28.5
],
"2SD": [
8.9,
11.5,
13.9,
16.1,
18.2,
20.2,
22.4,
25,
28.2,
31.9
],
"3SD": [
9.7,
12.5,
15.1,
17.7,
20.2,
22.4,
24.9,
28,
31.7,
35.9
]
};
exports["default"] = WEIGHT_GIRLS_zscore_yearly;