update flags for existing nodes

This commit is contained in:
Nils Schneider 2012-09-12 20:39:52 +02:00
parent 018b6d162b
commit c7479774df

View file

@ -508,6 +508,8 @@ function update() {
.call(node_drag)
nodeEnter.append("ellipse")
node.selectAll("ellipse")
.attr("class", function(d) {
var s = []
for (var key in d.flags)