diff --git a/html/force.js b/html/force.js index 8ec0506..dc27d8f 100644 --- a/html/force.js +++ b/html/force.js @@ -527,7 +527,7 @@ function update() { nodeEnter.append("title") node.selectAll("title") - .text(function(d) { return d.macs }) + .text(function(d) { return d.name?d.name:" " }) node.selectAll(".uplinks").remove()