Skip to content

Commit

Permalink
add relationship graph and UI for switching attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Minsheng committed Mar 29, 2017
1 parent 4569401 commit 4949575
Show file tree
Hide file tree
Showing 6 changed files with 650 additions and 39 deletions.
24 changes: 24 additions & 0 deletions compara/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,32 @@
font: 8px sans-serif;
}

.sideNode circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
}

.sideNode text {
font: 12px sans-serif;
}

.link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
}

.sideLink {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
}

.ui-options {
position: fixed;
top: 20px;
right: 200px;
width: 200px;
height: 60px;
}
Loading

0 comments on commit 4949575

Please sign in to comment.