Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
memiescape
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Quentin Lobbé
memiescape
Commits
1f9a1e63
Commit
1f9a1e63
authored
Aug 29, 2019
by
qlobbe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
did some stuff
parent
837babb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
index.html
index.html
+9
-2
No files found.
index.html
View file @
1f9a1e63
...
@@ -6,12 +6,15 @@
...
@@ -6,12 +6,15 @@
<!-- lib CSS -->
<!-- lib CSS -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./lib/css/qlobbe.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./lib/css/qlobbe.css"
>
<!-- lib JS -->
<!--
external
lib JS -->
<script
type=
"text/javascript"
src=
"./lib/js/d3.min.js"
></script>
<script
type=
"text/javascript"
src=
"./lib/js/d3.min.js"
></script>
<script
type=
"text/javascript"
src=
"./lib/js/viz.js"
></script>
<script
type=
"text/javascript"
src=
"./lib/js/viz.js"
></script>
<script
type=
"text/javascript"
src=
"./lib/js/full.render.js"
></script>
<script
type=
"text/javascript"
src=
"./lib/js/full.render.js"
></script>
<script
type=
"text/javascript"
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"
></script>
<!-- home made lib JS -->
<script
src=
"tools.js"
></script>
<title>
Mèmiescape
</title>
<title>
Mèmiescape
</title>
...
@@ -144,6 +147,10 @@
...
@@ -144,6 +147,10 @@
}
}
function
drawPhylo
(
branches
)
{
console
.
log
(
branches
)
}
function
draw
(
dotData
)
{
function
draw
(
dotData
)
{
...
@@ -154,7 +161,7 @@
...
@@ -154,7 +161,7 @@
drawCompass
(
peaks
,
groups
,
periods
)
drawCompass
(
peaks
,
groups
,
periods
)
drawPhylo
(
groupBy
(
groups
,
"branchId"
));
}
}
</script>
</script>
...
...
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