เปลี่ยนชื่อไฟล์
This commit is contained in:
@@ -154,7 +154,7 @@ function addNodesToDOM(data) {
|
||||
// it is a CLASS property).
|
||||
.attr("fill", function (d) {
|
||||
return color(d[COLOR_ATTRIBUTE]);
|
||||
})/*
|
||||
})
|
||||
.on("mouseover", function (d) {
|
||||
div.transition()
|
||||
.duration(200)
|
||||
@@ -183,7 +183,7 @@ function addNodesToDOM(data) {
|
||||
node.attr("r", NODE_SIZE).attr("stroke-width", 0);
|
||||
clickedIndex = -1;
|
||||
}
|
||||
})*/;
|
||||
});
|
||||
if (selectedData)
|
||||
unSelectNodes(selectedData);
|
||||
}
|
||||
Reference in New Issue
Block a user