update flags for existing nodes
This commit is contained in:
parent
018b6d162b
commit
c7479774df
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue