rstacruz / kingraph

Plots family trees using JavaScript and Graphviz
439 stars 86 forks source link

Metadata attributes "born" and "died" are not rendered in the graph. #13

Closed nicksantamaria closed 4 years ago

nicksantamaria commented 5 years ago

The schema examples show born and died as valid properties for a person. When I added values to people in my tree I expected them to appear in the rendered tree, but they did not.

I had a poke around and it looks like these values are not included in any templates.

nicksantamaria commented 5 years ago

I just noticed there is a pull request which fixes this issue - #4

Could the maintainers look to merge this?

siberiadev commented 5 years ago

Any updates?

AlexanderWillner commented 4 years ago

Fixed by @vabene1111 in https://github.com/vabene1111/kingraph and I pushed some additional fixes at https://github.com/AlexanderWillner/kingraph