bkrem/react-d3-tree

Is it possible to add text to the link between 2 nodes?

paulbarr opened this issue · 4 comments

Thank you for taking the time to report an issue with react-d3-tree!

Feel free to delete any questions that do not apply.

Are you reporting a bug, or opening a feature request?

Feature Request

Is it possible to add text to the link between 2 nodes

dOhx commented

i think no.
+1 need for me

I'm also looking for a library that provide this feature.

The TreeLinkDatum contains only two properties which are the source and target Node so I don't think it is possible yet.
https://bkrem.github.io/react-d3-tree/docs/interfaces/_src_types_common_.treelinkdatum.html

Does anyone have an idea on how to add this feature easily or can recommend another library that can customize the text on a link ?