@hhgtech/hhg-components
Version:
Hello Health Group common components
119 lines (116 loc) • 869 B
JavaScript
;
var HEIGHT_GIRLS_zscore_weekly = {
"-3SD": [
44.8,
45.9,
47.1,
48,
48.9,
49.7,
50.4,
51.2,
51.9,
52.5,
53.2,
53.8,
54.3,
54.9
],
"-2SD": [
45.6,
46.8,
47.9,
48.8,
49.7,
50.5,
51.3,
52.1,
52.8,
53.4,
54.1,
54.7,
55.3,
55.8
],
"-1SD": [
46.1,
47.2,
48.4,
49.3,
50.2,
51,
51.8,
52.5,
53.2,
53.9,
54.6,
55.2,
55.8,
56.3
],
"0Median": [
47.2,
48.4,
49.5,
50.5,
51.4,
52.2,
53,
53.8,
54.5,
55.2,
55.8,
56.4,
57,
57.6
],
"1SD": [
47.9,
49.1,
50.2,
51.2,
52.1,
52.9,
53.7,
54.5,
55.2,
55.9,
56.6,
57.2,
57.8,
58.4
],
"2SD": [
49.1,
50.3,
51.5,
52.5,
53.4,
54.2,
55.1,
55.8,
56.6,
57.3,
57.9,
58.6,
59.2,
59.8
],
"3SD": [
50.4,
51.6,
52.8,
53.8,
54.7,
55.6,
56.4,
57.2,
57.9,
58.7,
59.3,
60,
60.6,
61.2
]
};
exports["default"] = HEIGHT_GIRLS_zscore_weekly;