diff --git a/lib/forcegraph.js b/lib/forcegraph.js index b108a80..a6575ea 100644 --- a/lib/forcegraph.js +++ b/lib/forcegraph.js @@ -285,7 +285,7 @@ define(["d3"], function (d3) { ctx.beginPath() nodes.filter(visibleNodes).forEach(function (d) { var clients = d.o.node.statistics.clients - if (d.clients === 0) + if (clients === 0) return var distance = 16