@hhgtech/hhg-components
Version:
Hello Health Group common components
183 lines (180 loc) • 1.31 kB
JavaScript
;
var HEIGHT_GIRLS_percentile_weekly = {
"1st": [
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
],
"3rd": [
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
],
"5th": [
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
],
"15th": [
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
],
"25th": [
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
],
"50th": [
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
],
"75th": [
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
],
"85th": [
51.1,
52.3,
53.5,
54.5,
55.4,
56.3,
57.1,
57.9,
58.7,
59.4,
60.1,
60.7,
61.4,
62
],
"95th": [
52.2,
53.4,
54.6,
55.6,
56.6,
57.5,
58.3,
59.1,
59.9,
60.6,
61.3,
62,
62.6,
63.2
],
"97th": [
52.7,
53.9,
55.1,
56.1,
57,
57.9,
58.8,
59.6,
60.4,
61.1,
61.8,
62.5,
63.1,
63.7
],
"99th": [
53.5,
54.7,
55.9,
56.9,
57.9,
58.8,
59.7,
60.5,
61.3,
62,
62.7,
63.4,
64.1,
64.7
]
};
exports["default"] = HEIGHT_GIRLS_percentile_weekly;