first commit
This commit is contained in:
12
articles/20170315/styles.html
Normal file
12
articles/20170315/styles.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<link href="ARTICLE/js/vis-4.18.1/dist/vis-network.min.css" rel="stylesheet" type="text/css"/>
|
||||
<style>
|
||||
.links line {
|
||||
stroke: #999;
|
||||
stroke-opacity: 0.6;
|
||||
}
|
||||
|
||||
.nodes circle {
|
||||
stroke: #fff;
|
||||
stroke-width: 1.5px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user