@hhgtech/hhg-components
Version:
Hello Health Group common components
119 lines (116 loc) • 761 B
JavaScript
;
var WEIGHT_GIRLS_zscore_weekly = {
"-3SD": [
2.3,
2.3,
2.5,
2.7,
2.9,
3.1,
3.3,
3.5,
3.7,
3.8,
4,
4.1,
4.2,
4.3
],
"-2SD": [
2.4,
2.5,
2.7,
2.9,
3.1,
3.3,
3.5,
3.7,
3.9,
4.1,
4.2,
4.3,
4.5,
4.6
],
"-1SD": [
2.5,
2.6,
2.8,
3,
3.3,
3.5,
3.7,
3.8,
4,
4.2,
4.3,
4.5,
4.6,
4.7
],
"0Median": [
2.8,
2.9,
3.1,
3.3,
3.5,
3.8,
4,
4.2,
4.4,
4.5,
4.7,
4.8,
5,
5.1
],
"1SD": [
2.9,
3,
3.2,
3.5,
3.7,
4,
4.2,
4.4,
4.6,
4.7,
4.9,
5.1,
5.2,
5.4
],
"2SD": [
3.2,
3.3,
3.6,
3.8,
4.1,
4.3,
4.6,
4.8,
5,
5.2,
5.4,
5.5,
5.7,
5.8
],
"3SD": [
3.6,
3.7,
3.9,
4.2,
4.5,
4.8,
5,
5.2,
5.5,
5.7,
5.8,
6,
6.2,
6.4
]
};
exports["default"] = WEIGHT_GIRLS_zscore_weekly;