Commit b1683086 authored by Fabien Manière's avatar Fabien Manière

add bg color to rect for labels

parent f790e9c0
Pipeline #6103 failed with stages
in 6 minutes and 9 seconds
......@@ -2269,10 +2269,12 @@ function addEmergenceLabels(k, emergences, branchByGroup, fontScale, opacityScal
.append("rect", "text")
.attr("x", x3)
.attr("y", y3)
.attr("fill", "white")
.attr("width", w3)
.attr("height", h3)
.attr("class", "header-wrapper")
.attr("id", "wrapper-head" + k)
.style("opacity", "0.75")
}
////////////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment