Are there any JS libraries that will let me generate a visual and interactive hierarchy of nodes (i.e. a tree)?Jonny·May 12, 2017Preferably something lets me interact with each node rather than a rendered image. The ability to drag and drop is a bonus. The best solution I've come across so far is GoJS's OrgChart and a different lib also named OrgChart. 42