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

Change rule placement

parent c2aea92c
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ export default function () { ...@@ -85,7 +85,7 @@ export default function () {
selectedChromosomeUpdate selectedChromosomeUpdate
.select<SVGElement>("." + classes.genes) .select<SVGElement>("." + classes.genes)
.datum<GeneData[]>(d => d.genes) .datum<GeneData[]>(d => d.genes)
.call(geneComponent, ruleComponent.scale(), 30, 70); .call(geneComponent, ruleComponent.scale(), 20, 70);
}); });
......
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