fix link quality title
This commit is contained in:
parent
cdbdbff679
commit
43868f239f
|
@ -334,6 +334,7 @@ function update() {
|
||||||
})
|
})
|
||||||
|
|
||||||
linkEnter.append("line")
|
linkEnter.append("line")
|
||||||
|
.append("title")
|
||||||
|
|
||||||
link.selectAll("line")
|
link.selectAll("line")
|
||||||
.filter( function (d) {
|
.filter( function (d) {
|
||||||
|
@ -342,7 +343,7 @@ function update() {
|
||||||
.style("stroke", function(d) {
|
.style("stroke", function(d) {
|
||||||
return linkcolor(d.quality)
|
return linkcolor(d.quality)
|
||||||
})
|
})
|
||||||
.append("title")
|
link.selectAll("title")
|
||||||
.text( function (d) {
|
.text( function (d) {
|
||||||
return d.quality
|
return d.quality
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue