@hhgtech/hhg-components
Version:
Hello Health Group common components
119 lines (116 loc) • 855 B
JavaScript
;
var HEIGHT_BOYS_zscore_weekly = {
"-3SD": [
45.5,
46.7,
47.9,
48.9,
49.9,
50.8,
51.7,
52.5,
53.3,
54,
54.7,
55.4,
56,
56.6
],
"-2SD": [
46.3,
47.5,
48.8,
49.8,
50.7,
51.7,
52.5,
53.4,
54.1,
54.9,
55.6,
56.3,
56.9,
57.6
],
"-1SD": [
46.8,
48,
49.2,
50.2,
51.2,
52.1,
53,
53.8,
54.6,
55.4,
56.1,
56.8,
57.4,
58
],
"0Median": [
47.9,
49.1,
50.4,
51.4,
52.4,
53.3,
54.2,
55,
55.8,
56.6,
57.3,
58,
58.7,
59.3
],
"1SD": [
48.6,
49.8,
51.1,
52.1,
53.1,
54,
54.9,
55.7,
56.5,
57.3,
58,
58.7,
59.4,
60
],
"2SD": [
49.9,
51.1,
52.3,
53.4,
54.4,
55.3,
56.2,
57.1,
57.9,
58.7,
59.4,
60.1,
60.8,
61.4
],
"3SD": [
51.2,
52.4,
53.6,
54.7,
55.7,
56.7,
57.6,
58.4,
59.2,
60,
60.7,
61.5,
62.1,
62.8
]
};
exports["default"] = HEIGHT_BOYS_zscore_weekly;