File tree Expand file tree Collapse file tree 1 file changed +1
-37
lines changed Expand file tree Collapse file tree 1 file changed +1
-37
lines changed Original file line number Diff line number Diff line change @@ -24,96 +24,60 @@ var individuals = [
24
24
IndividualId: ' m100' ,
25
25
Familyid: ' test' ,
26
26
Gender: ' f' ,
27
- Mother: ' .' ,
28
- Father: ' .' ,
29
- DZTwin: ' .' ,
30
- MZTwin: ' .' ,
31
- DOB : ' .' ,
32
27
Affected: ' a'
33
28
}, {
34
29
IndividualId: ' m101' ,
35
30
Familyid: ' test' ,
36
31
Gender: ' m' ,
37
- Mother: ' .' ,
38
- Father: ' .' ,
39
- DZTwin: ' .' ,
40
- MZTwin: ' .' ,
41
- DOB : ' .' ,
42
32
Affected: ' b'
43
33
}, {
44
34
IndividualId: ' m102' ,
45
35
Familyid: ' test' ,
46
36
Gender: ' f' ,
47
- Mother: ' .' ,
48
- Father: ' .' ,
49
- DZTwin: ' .' ,
50
- MZTwin: ' .' ,
51
- DOB : ' .' ,
52
37
Affected: ' c'
53
38
}, {
54
39
IndividualId: ' m103' ,
55
40
Familyid: ' test' ,
56
- Gender: ' ' ,
57
41
Mother: ' m100' ,
58
42
Father: ' m101' ,
59
- DZTwin: ' .' ,
60
43
MZTwin: ' test' ,
61
- DOB : ' .' ,
62
44
Affected: ' a'
63
45
}, {
64
46
IndividualId: ' m104' ,
65
47
Familyid: ' test' ,
66
48
Gender: ' f' ,
67
49
Mother: ' m102' ,
68
50
Father: ' m101' ,
69
- DZTwin: ' .' ,
70
- MZTwin: ' .' ,
71
- DOB : ' .' ,
72
51
Affected: ' b'
73
52
}, {
74
53
IndividualId: ' m105' ,
75
54
Familyid: ' test' ,
76
- Gender: ' ' ,
77
55
Mother: ' m100' ,
78
56
Father: ' m101' ,
79
- DZTwin: ' .' ,
80
57
MZTwin: ' test' ,
81
- DOB : ' .' ,
82
58
Affected: ' c'
83
59
}, {
84
60
IndividualId: ' m106' ,
85
61
Familyid: ' test' ,
86
62
Gender: ' m' ,
87
- Mother: ' .' ,
88
- Father: ' .' ,
89
- DZTwin: ' .' ,
90
- MZTwin: ' .' ,
91
- DOB : ' .' ,
92
- Affected: ' '
93
63
}, {
94
64
IndividualId: ' m107' ,
95
65
Familyid: ' test' ,
96
- Gender: ' ' ,
97
66
Mother: ' m104' ,
98
67
Father: ' m106' ,
99
68
DZTwin: ' rest' ,
100
- MZTwin: ' ' ,
101
- DOB : ' ' ,
102
69
Affected: ' a'
103
70
}, {
104
71
IndividualId: ' m108' ,
105
72
Familyid: ' test' ,
106
- Gender: ' ' ,
107
73
Mother: ' m104' ,
108
74
Father: ' m106' ,
109
75
DZTwin: ' rest' ,
110
- MZTwin: ' ' ,
111
- DOB : ' .' ,
112
76
Affected: ' a'
113
77
}
114
78
];
115
79
116
- var svg = Madeline .draw (individuals);
80
+ var svg = Madeline .draw (individuals, [ ' IndividualId ' , ' DOB ' ] );
117
81
```
118
82
119
83
You can’t perform that action at this time.
0 commit comments