@hhgtech/hhg-components
Version:
Hello Health Group common components
183 lines (180 loc) • 1.29 kB
JavaScript
;
var BMI_GIRLS_percentile_weekly = {
"1st": [
10.8,
10.3,
10.6,
11,
11.4,
11.8,
12.1,
12.3,
12.5,
12.7,
12.8,
13,
13.1,
13.2
],
"3rd": [
11.2,
10.8,
11.1,
11.5,
12,
12.3,
12.6,
12.9,
13.1,
13.2,
13.4,
13.5,
13.6,
13.7
],
"5th": [
11.5,
11.1,
11.4,
11.8,
12.3,
12.6,
12.9,
13.2,
13.4,
13.5,
13.7,
13.8,
13.9,
14
],
"15th": [
12.1,
11.9,
12.1,
12.6,
13,
13.4,
13.7,
14,
14.2,
14.3,
14.5,
14.6,
14.8,
14.9
],
"25th": [
12.5,
12.3,
12.6,
13.1,
13.5,
13.9,
14.2,
14.4,
14.7,
14.9,
15,
15.1,
15.3,
15.4
],
"50th": [
13.3,
13.2,
13.5,
14,
14.4,
14.8,
15.1,
15.4,
15.6,
15.8,
16,
16.1,
16.2,
16.4
],
"75th": [
14.2,
14.1,
14.3,
14.9,
15.4,
15.8,
16.1,
16.4,
16.6,
16.8,
17,
17.2,
17.3,
17.4
],
"85th": [
14.7,
14.6,
14.8,
15.4,
15.9,
16.3,
16.7,
17,
17.2,
17.4,
17.6,
17.8,
17.9,
18
],
"95th": [
15.5,
15.4,
15.7,
16.3,
16.8,
17.3,
17.6,
17.9,
18.2,
18.4,
18.6,
18.8,
18.9,
19
],
"97th": [
15.9,
15.8,
16,
16.6,
17.2,
17.6,
18,
18.3,
18.6,
18.8,
19,
19.2,
19.3,
19.4
],
"99th": [
16.6,
16.4,
16.7,
17.3,
17.9,
18.4,
18.8,
19.1,
19.4,
19.6,
19.8,
20,
20.1,
20.3
]
};
exports["default"] = BMI_GIRLS_percentile_weekly;