Working on 4w 3

This commit is contained in:
Brady
2019-09-30 22:29:42 -06:00
parent 21d4f28699
commit f2be979bd6
12 changed files with 413 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ class Tree {
.attr("r", 35)
.attr("cx", (node.level+3) * 100)
.attr("cy", (node.position+3) * 100)
.attr("cy", (node.position+3) * 100);
svgElement.append("text")
.attr("class", "label")
.attr("dx", (node.level+3) * 100)