เปลี่ยนชื่อไฟล์

This commit is contained in:
Pitchaya Boonsarngsuk
2018-02-02 10:31:47 +00:00
parent f9c2af81b6
commit 76a26c0561
2 changed files with 3 additions and 3 deletions

View File

@@ -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);
}