We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e576c17 commit 07f0c8dCopy full SHA for 07f0c8d
lib/pairing_matrix/server/public/matrix.js
@@ -137,7 +137,7 @@ function PlayGround(selector) {
137
var pairId = pair.join('_');
138
d3.selectAll($("#" + pairId))
139
.attr("class", "connectLarge")
140
- .style("stroke-width", function(d) {return playground.connectionScale(d[2]) * 3})
+ .style("stroke-width", function(d) {return playground.connectionScale(d[2])})
141
})
142
d3.selectAll($("#" + id))
143
.attr("class", "playerLarge")
0 commit comments