fix link quality title

alfred-data
Nils Schneider 2012-06-11 20:35:30 +02:00
parent cdbdbff679
commit 43868f239f
1 changed files with 2 additions and 1 deletions

View File

@ -334,6 +334,7 @@ function update() {
})
linkEnter.append("line")
.append("title")
link.selectAll("line")
.filter( function (d) {
@ -342,7 +343,7 @@ function update() {
.style("stroke", function(d) {
return linkcolor(d.quality)
})
.append("title")
link.selectAll("title")
.text( function (d) {
return d.quality
})