force-graph-vis
Version:
基于D3.js的知识图谱可视化解决方案
35 lines (29 loc) • 540 B
CSS
.debug-kg-polyline {
opacity: 1;
fill: none;
stroke:rgba(200,200,200,1);
stroke-width:1;
}
.debug-kg-circle {
fill:rgb(150, 158, 38);
stroke:rgb(241, 234, 234);
stroke-width:1;
r: 6;
/*r: 20;*/
cursor: pointer;
}
.debug-kg-polyline, .debug-kg-circle {
/* display: none; */
}
.debug-kg-circle2 {
fill: forestgreen;
stroke:rgb(241, 234, 234);
}
.debug-kg-circle3 {
fill: cornflowerblue;
stroke:rgb(241, 234, 234);
}
.debug-circle-active {
fill: red;
pointer-events: all;
}