@hhgtech/hhg-components
Version:
Hello Health Group common components
119 lines (116 loc) • 853 B
JavaScript
;
var BMI_GIRLS_zscore_weekly = {
"-3SD": [
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
],
"-2SD": [
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
],
"-1SD": [
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
],
"0Median": [
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
],
"1SD": [
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
],
"2SD": [
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
],
"3SD": [
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
]
};
exports["default"] = BMI_GIRLS_zscore_weekly;