donatso / family-chart

family tree visualization built on top of d3
MIT License
174 stars 63 forks source link

Templating #25

Open HolyOne opened 1 year ago

HolyOne commented 1 year ago

Is there a way we could write our own html templates for the nodes ? Can we make some nodes special like round?

wingchunna commented 7 months ago

if you want to customize html template, let change config in family-chart.css and js. You can change width, height, background color, background-image... for the nodes. Cheers ! customize