Skip to content
Snippets Groups Projects
Commit bd1b0e04 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

genes group translate depending on margin

parent 25a4c9c4
No related branches found
No related tags found
No related merge requests found
Pipeline #129039 waiting for manual action with stages
in 7 minutes and 41 seconds
......@@ -127,7 +127,9 @@ function draw() {
let gGenes = createOrSelect(svg, "g", "genes")
gGenes.call(drawGenes, xScale, yScale)
gGenes
.attr("transform", `translate(${marginLeft},${toValue(height)})`)
.call(drawGenes, xScale, yScale)
}
function drawGenes(genesGroup) {
......
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