diff --git a/Notes/Tor Project.txt b/Notes/Tor Project.txt new file mode 100644 index 0000000..c184166 --- /dev/null +++ b/Notes/Tor Project.txt @@ -0,0 +1 @@ +bellaaaa diff --git a/public/index.html b/public/index.html index 247ff1d..8220594 100644 --- a/public/index.html +++ b/public/index.html @@ -29,7 +29,7 @@ Git: link

Suggestions, Comments, Feedback

- Feedback or new tool suggestions are extremely welcome! + Feedback or new tool suggestions are extremely welcome!! diff --git a/public/js/arf.js b/public/js/arf.js index ea7c3fa..567eb18 100644 --- a/public/js/arf.js +++ b/public/js/arf.js @@ -99,6 +99,7 @@ function update(source) { return d.free ? "black" : "#999"; }) .style("fill-opacity", 1e-6); + nodeEnter .filter(function (d) { return !d.children && !d._children; @@ -126,6 +127,7 @@ function update(source) { .style("fill", "blue") .style("fill-opacity", 1e-6) .style("text-decoration", "underline"); + nodeEnter.append("svg:title").text(function (d) { return d.description; });