update flags for existing nodes
This commit is contained in:
parent
018b6d162b
commit
c7479774df
|
@ -508,6 +508,8 @@ function update() {
|
||||||
.call(node_drag)
|
.call(node_drag)
|
||||||
|
|
||||||
nodeEnter.append("ellipse")
|
nodeEnter.append("ellipse")
|
||||||
|
|
||||||
|
node.selectAll("ellipse")
|
||||||
.attr("class", function(d) {
|
.attr("class", function(d) {
|
||||||
var s = []
|
var s = []
|
||||||
for (var key in d.flags)
|
for (var key in d.flags)
|
||||||
|
|
Loading…
Reference in a new issue