d3 ontology
This commit is contained in:
parent
b3d7768839
commit
6a8450e773
6 changed files with 341 additions and 0 deletions
16
static/ontology/index.css
Normal file
16
static/ontology/index.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.node circle {
|
||||
fill: #fff;
|
||||
stroke: steelblue;
|
||||
stroke-width: 1.5px;
|
||||
}
|
||||
|
||||
.node {
|
||||
cursor: pointer;
|
||||
font: 10px sans-serif;
|
||||
}
|
||||
|
||||
.link {
|
||||
fill: none;
|
||||
stroke: #ccc;
|
||||
stroke-width: 1.5px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue