File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
.idea
2
2
.DS_Store
3
+ /.vscode
Original file line number Diff line number Diff line change @@ -205,8 +205,8 @@ Have fun with the first D3 homework and make sure to come to the HW Lab if anyth
205
205
206
206
The score on this assignment will be as follows:
207
207
208
- 10%: The constructor properly creates an array of ` Node ` objects.
209
- 15%: The ` buildTree ` function properly populates the children.
210
- 15%: The levels are correctly assigned.
211
- 20%: The positions are correctly assigned.
212
- 40%: The Tree is properly displayed in the browser, using groups and the appropriate D3 syntax in the renderTree function.
208
+ 10%: The constructor properly creates an array of ` Node ` objects.
209
+ 15%: The ` buildTree ` function properly populates the children.
210
+ 15%: The levels are correctly assigned.
211
+ 20%: The positions are correctly assigned.
212
+ 40%: The Tree is properly displayed in the browser, using groups and the appropriate D3 syntax in the renderTree function.
You can’t perform that action at this time.
0 commit comments