Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
paulbarr opened this issue May 22, 2023 · 4 comments
Open

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

paulbarr opened this issue May 22, 2023 · 4 comments

Comments

@paulbarr
Copy link

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
Copy link

dOhx commented Jun 8, 2023

i think no.
+1 need for me

@wishzx
Copy link

wishzx commented Oct 6, 2023

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 ?

@nitish2580
Copy link

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 ?

have you find any library that can add text between the prent and child node?

@wishzx
Copy link

wishzx commented May 20, 2024

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 ?

have you find any library that can add text between the prent and child node?

try this https://github.com/reaviz/reagraph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants