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
No related merge requests found
......@@ -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.
Please register or to comment