Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Remi PLANEL
bioviz-js
Commits
d035f925
Commit
d035f925
authored
May 24, 2019
by
Remi PLANEL
Browse files
Change rule placement
parent
c2aea92c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scripts/component/selected-chromosome.ts
View file @
d035f925
...
...
@@ -85,7 +85,7 @@ export default function () {
selectedChromosomeUpdate
.
select
<
SVGElement
>
(
"
.
"
+
classes
.
genes
)
.
datum
<
GeneData
[]
>
(
d
=>
d
.
genes
)
.
call
(
geneComponent
,
ruleComponent
.
scale
(),
3
0
,
70
);
.
call
(
geneComponent
,
ruleComponent
.
scale
(),
2
0
,
70
);
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment