Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pbarth
Genome-viewer
Commits
dfd5bf41
Commit
dfd5bf41
authored
Sep 07, 2018
by
Patrick Blumenkamp
Browse files
add d3.js as offline library
parent
8d421fb5
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
genome-vuer/lib/d3.js
0 → 100644
View file @
dfd5bf41
This diff is collapsed.
Click to expand it.
genome-vuer/src/index.html
View file @
dfd5bf41
...
...
@@ -7,7 +7,7 @@
<title></title>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<script
src=
"
https://d3js.org/d3.v4.min
.js"
></script>
<script
src=
"
../lib/d3
.js"
></script>
<script
src=
"../lib/vue.js"
></script>
<script
src=
"./js/viz-linear-sequence.js"
defer
></script>
<link
href=
"./css/viz-linear-sequence.css"
rel=
"stylesheet"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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