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

rotate top axis label to -20

parent 2e10aa5f
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ function draw() {
gx.call(g => g.select(".domain")
.remove())
.selectAll("text")
.attr("transform", 'rotate(20)')
.attr("transform", 'rotate(-20)')
.attr("text-anchor", "start")
let gGenes = createOrSelect(svg, "g", "genes")
......
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