@springernature/nn-charts
Version:
Visualization for DAS products
49 lines (43 loc) • 656 B
CSS
.chart--pan {
cursor: grab;
}
.node:hover {
cursor: pointer;
}
.node__text {
font: 10px sans-serif;
}
.node__background-rect {
fill: #272727;
stroke: #FFFFFF;
stroke-width: 0;
}
.node__label {
fill: #fff;
font-size: 14px;
font-weight: 500;
}
.node__label:hover {
cursor: pointer;
}
.node circle {
fill: #d9d9d9;
}
.chart-container {
position: relative;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
opacity: 1;
}
.link--highlighted {
stroke: #f00;
stroke-width: 3px;
}
.node__circle.node.node__circle--selected,
.link.link--highlighted {
stroke-width: 3px;
}
/*# sourceMappingURL=tree-chart.css.map */