3d-force-graph
Version:
UI component for a 3D force-directed graph using ThreeJS and ngraph.forcelayout3d layout engine
27 lines (24 loc) • 411 B
CSS
.graph-nav-info {
bottom: 5px;
width: 100%;
text-align: center;
color: slategrey;
opacity: 0.7;
font-size: 10px;
}
.graph-info-msg {
top: 50%;
width: 100%;
text-align: center;
color: lavender;
opacity: 0.7;
font-size: 22px;
}
.graph-tooltip {
color: lavender;
font-size: 18px;
}
.graph-info-msg, .graph-nav-info, .graph-tooltip {
position: absolute;
font-family: Sans-serif;
}