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
585d7fd3
Commit
585d7fd3
authored
May 24, 2019
by
Remi PLANEL
Browse files
Remove unusedd imports
parent
20a78e59
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scripts/main-genome-browser.ts
View file @
585d7fd3
...
...
@@ -4,7 +4,7 @@ import { scaleOrdinal } from "d3-scale";
import
GenomeBrowser
from
"
./component/genome-browser
"
;
import
{
color
}
from
"
d3
"
;
import
{
format
as
d3Format
}
from
"
d3-format
"
;
import
{
schemeSet1
,
schemeDark2
,
schemeCategory10
}
from
"
d3-scale-chromatic
"
;
import
{
schemeSet1
}
from
"
d3-scale-chromatic
"
;
const
width
=
1500
;
const
height
=
300
;
...
...
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