Vis.js - Get children of node

Viewed 1819

I've created a hierarchical directed graph in Vis.js. Now, I want to extract the parents from a given node. How do I do this? I couldn't find a method in the documentation that allowed me to do this.

2 Answers
Related