show name graph

This commit is contained in:
2018-06-24 16:06:17 +02:00
commit 1e8e0ff1e5
10 changed files with 3318 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
.links line {
stroke: #999;
stroke-opacity: 0.6;
}
.nodes text {
-webkit-user-select: none!important;
-moz-user-select: none!important;
-ms-user-select: none!important;
user-select: none!important;
cursor: -webkit-grab;
cursor: grab;
}