jsonld-vis
Version:
Turns JSON-LD into pretty graphs
33 lines (28 loc) • 534 B
CSS
svg {
border: none;
}
.node {
cursor: pointer;
}
.node text {
font-size: 12px;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
fill: #333;
}
.d3-tip {
font-size: 14px;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
color: #333;
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px 20px;
max-width: 250px;
word-wrap: break-word;
background-color: rgba(255, 255, 255, 0.9);
text-align: left;
}
.link {
fill: none;
stroke: #dadfe1;
stroke-width: 1px;
}