1 Star 1 Fork 4

小码农 / D3企业关系图谱

forked from 临月 / D3企业关系图谱 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.css 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
临月 提交于 2018-06-05 17:40 . 2018/6/5完成企业关系图
body {
text-align: center;
}
#text {
font-size: 12px;
cursor: default;
-webkit-user-select:none;
-moz-user-select:none;
-o-user-select:none;
user-select:none;
}
.node-active{
stroke: #555;
stroke-width: 1.5px;
}
.path-middle,
.path-top,
.path-bottom {
stroke-opacity: .3;
}
.link-active {
stroke-opacity: 1;
}
.node-hide {
fill-opacity: .3;
}
JavaScript
1
https://gitee.com/dawangka_admin/relationshipMap.git
git@gitee.com:dawangka_admin/relationshipMap.git
dawangka_admin
relationshipMap
D3企业关系图谱
master

搜索帮助