@hhgtech/hhg-components
Version:
Hello Health Group common components
82 lines (80 loc) • 621 B
JavaScript
var HEAD_CIRCUM_BOYS_percentile_yearly = {
"1st": [
43.1,
45.1,
46.2,
46.8,
47.3
],
"3rd": [
43.6,
45.7,
46.8,
47.5,
47.9
],
"5th": [
44,
46,
47.1,
47.8,
48.3
],
"15th": [
44.7,
46.8,
48,
48.7,
49.2
],
"25th": [
45.2,
47.3,
48.5,
49.2,
49.7
],
"50th": [
46.1,
48.3,
49.5,
50.2,
50.7
],
"75th": [
46.9,
49.2,
50.4,
51.2,
51.7
],
"85th": [
47.4,
49.7,
50.9,
51.7,
52.3
],
"95th": [
48.2,
50.5,
51.8,
52.6,
53.2
],
"97th": [
48.5,
50.8,
52.1,
53,
53.5
],
"99th": [
49.1,
51.4,
52.8,
53.6,
54.2
]
};
export { HEAD_CIRCUM_BOYS_percentile_yearly as default };