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.
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.