react-hierarchy-tree-graph
Version:
React component to create interactive D3 tree hierarchies
27 lines (23 loc) • 340 B
CSS
.nodeBase {
cursor: pointer;
fill: #777;
stroke: #000;
stroke-width: 2;
}
.leafNodeBase {
cursor: pointer;
fill: transparent;
stroke: #000;
stroke-width: 2;
}
.nodeNameBase {
fill: #000;
stroke: #000;
stroke-width: 1;
}
.nodeAttributesBase {
fill: #777;
stroke: #777;
stroke-width: 1;
font-size: smaller;
}