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

gene text color white

parent f614b815
No related branches found
No related tags found
1 merge request!25Draft: Resolve "Add genome browser in wiki instead of svg"
Pipeline #114159 passed
......@@ -113,6 +113,7 @@ function drawGenes(genesSelection) {
.classed("gene", true);
g.append("path")
g.append("text")
.attr("fill", "white")
g.append("title")
},
update => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment