initial commit
This commit is contained in:
commit
1e6302680c
10 changed files with 7871 additions and 0 deletions
21
html/force.css
Normal file
21
html/force.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
.node ellipse {
|
||||
fill: #fff;
|
||||
stroke-width: 1.5px;
|
||||
}
|
||||
|
||||
.node text {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
line.link {
|
||||
stroke: #333;
|
||||
stroke-opacity: 1;
|
||||
}
|
||||
|
||||
#chart {
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue