@hhgtech/hhg-components
Version:
Hello Health Group common components
139 lines (136 loc) • 988 B
JavaScript
;
var WEIGHT_GIRLS_percentile_yearly = {
"1st": [
6.8,
8.7,
10.4,
11.8,
13.2,
14.6,
16.1,
17.8,
19.8,
22.2
],
"3rd": [
7.1,
9.2,
11,
12.5,
14,
15.5,
17,
18.9,
21.1,
23.7
],
"5th": [
7.3,
9.4,
11.3,
12.9,
14.4,
16,
17.6,
19.5,
21.8,
24.5
],
"15th": [
7.9,
10.1,
12.1,
14,
15.7,
17.4,
19.2,
21.3,
23.9,
26.9
],
"25th": [
8.2,
10.6,
12.7,
14.7,
16.5,
18.3,
20.2,
22.5,
25.3,
28.5
],
"50th": [
8.9,
11.5,
13.9,
16.1,
18.2,
20.2,
22.4,
25,
28.2,
31.9
],
"75th": [
9.7,
12.5,
15.1,
17.7,
20.2,
22.4,
24.9,
28,
31.7,
35.9
],
"85th": [
10.2,
13.1,
15.9,
18.6,
21.3,
23.7,
26.5,
29.8,
33.9,
38.5
],
"95th": [
11,
14.2,
17.3,
20.4,
23.5,
26.2,
29.5,
33.4,
38.1,
43.5
],
"97th": [
11.3,
14.6,
17.8,
21.1,
24.4,
27.3,
30.8,
34.9,
40,
45.7
],
"99th": [
12,
15.5,
19,
22.6,
26.3,
29.5,
33.5,
38.2,
43.9,
50.4
]
};
exports["default"] = WEIGHT_GIRLS_percentile_yearly;