Closed beyondnetPeru closed 5 years ago
Hi @beyondnetPeru. You can do it using CSS:
.treeclass .nodetree text {
font-family: ...
font-size: ...
}
.treeclass .nodetree circle {
fill: ...
}
.treeclass .linktree {
stroke: ...
stroke-width: ...
}
@beyondnetPeru You can: 1) Use CSS as stated by @darmen 2) Use node slot (version > 4.0.0) to render different grafics on each node
See my dynamic way in #60
Hi
Exists any form that we can edit styles on the tree component. For instance, I would like to change the color of each node, font size, line colors, etc.
Do you have any recommendation?