Skip to content

Commit 2fb6c47

Browse files
committed
fix for visualizing general report in firefox
1 parent 5b9427b commit 2fb6c47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reporter/assets/js/sankey.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ function mouseover(d, contexter) {
476476
.attr("x", ixPosition)
477477
.attr("y", iyPosition)
478478
.attr("height", 100)
479+
.attr("width", 50)
479480
.style("width", "auto")
480481
.attr("xlink:href", this.src)
481482
.attr("transform", null)

0 commit comments

Comments
 (0)