diff --git a/diagnostics/d3/chord.html b/diagnostics/d3/chord.html
index 77caaabce..5cecb19a6 100644
--- a/diagnostics/d3/chord.html
+++ b/diagnostics/d3/chord.html
@@ -55,7 +55,7 @@ d3.json(hash, function(error, data) {
.attr("dy", ".31em")
// .attr("text-anchor", function(d) { return d.x < 180 ? "start" : "end"; })
// .attr("transform", function(d) { return d.x < 180 ? null : "rotate(180)"; })
- .text(function(d) { return truncate(d.name, 16); });
+ .text(function(d) { return d.name; });
var p = projection
var link = svg.selectAll(".link")
diff --git a/diagnostics/d3/d3view b/diagnostics/d3/d3view
index a3f4932e1..2322049d7 100755
--- a/diagnostics/d3/d3view
+++ b/diagnostics/d3/d3view
@@ -8,7 +8,9 @@ cat >"$file"
hash=$(ipfs add -q "$file"