@hhgtech/hhg-components
Version:
Hello Health Group common components
183 lines (180 loc) • 1.29 kB
JavaScript
;
var HEIGHT_BOYS_percentile_weekly = {
"1st": [
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
],
"3rd": [
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
],
"5th": [
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
],
"15th": [
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
],
"25th": [
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
],
"50th": [
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
],
"75th": [
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
],
"85th": [
51.8,
53.1,
54.3,
55.4,
56.4,
57.4,
58.3,
59.1,
60,
60.7,
61.5,
62.2,
62.9,
63.5
],
"95th": [
53,
54.2,
55.5,
56.6,
57.6,
58.6,
59.5,
60.3,
61.2,
61.9,
62.7,
63.4,
64.1,
64.8
],
"97th": [
53.4,
54.7,
55.9,
57,
58,
59,
59.9,
60.8,
61.6,
62.4,
63.2,
63.9,
64.6,
65.2
],
"99th": [
54.3,
55.5,
56.8,
57.9,
58.9,
59.9,
60.8,
61.7,
62.5,
63.3,
64.1,
64.8,
65.5,
66.2
]
};
exports["default"] = HEIGHT_BOYS_percentile_weekly;