Adding a visualization for authorities. (#338)

* Adding a visualization for authorities.

* Fixing some lint.

* Fixing some lint.
This commit is contained in:
kevgliss
2016-05-30 21:52:34 -07:00
parent 76037e8b3a
commit be5dff8472
6 changed files with 213 additions and 2 deletions

View File

@ -178,3 +178,23 @@ a {
line-height: 1;
}
.node {
cursor: pointer;
}
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
}
.node text {
font: 10px sans-serif;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
}