From 4180d54aef2022f0f5e75e9e300e6b427d331d5a Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 1 Apr 2016 17:37:17 +0200 Subject: fix colors and descriptions --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index c1858fd..fb88382 100644 --- a/index.html +++ b/index.html @@ -71,8 +71,8 @@ var attrFontSize = 20; function placeAttributes() { - var inputNodes = d3.selectAll(".layer-1").node(); - var attrs = d3.selectAll(".attribute").node(); + var inputNodes = d3.selectAll(".layer-1")[0]; + var attrs = d3.selectAll(".attribute")[0]; for (node=0; node