您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
|
<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>
|