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
b7fb2b49
Commit
b7fb2b49
authored
Apr 08, 2019
by
Remi PLANEL
Browse files
The genome axis parent must be a SVGElement.
parent
359a809d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scripts/component/sequence/genome-axis.ts
View file @
b7fb2b49
...
...
@@ -6,9 +6,9 @@ import { format } from "d3-format";
export
default
function
()
{
let
xScale
=
scaleLinear
()
.
domain
([
0
,
0
])
.
range
([
0
,])
.
range
([
0
,
0
])
function
genomeAxis
(
_selection
:
Selection
<
SVGElement
,
[
number
,
number
],
HTML
Element
,
any
>
,
_selection
:
Selection
<
SVGElement
,
[
number
,
number
],
SVG
Element
,
any
>
,
width
:
number
,
yPosition
:
number
=
0
)
{
...
...
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