ErikGartner / dTree

A library for visualizing data trees with multiple parents, such as family trees. Built on top of D3.
https://treehouse.gartner.io/ErikGartner/58e58be650453b6d49d7
MIT License
509 stars 135 forks source link

Can we Add Image of person in the Node? #142

Closed siddhesh-vartak98 closed 1 year ago

siddhesh-vartak98 commented 1 year ago

First thank you for your support. I am making a family tree, so I need to add person images on the node. How can in add image on the node? The attachment of photo as show reference. Can we make as same show in photo? nodeWithImage

ErikGartner commented 1 year ago

Hi, as I replied in #141, you can add images, see the attached example. If you want something exactly like that you need to style the noderenderer and CSS file accordingly. It's beyond my capacity to help you with that though. Good luck!

siddhesh-vartak98 commented 1 year ago

Thank you