d3 ontology

This commit is contained in:
j 2018-05-31 16:59:17 +02:00
commit 6a8450e773
6 changed files with 341 additions and 0 deletions

16
static/ontology/index.css Normal file
View 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;
}