fperucic / treant-js

Treant.js - javascript library for drawing tree diagrams
MIT License
864 stars 314 forks source link

Children nodes are not displayed #135

Closed pradeepgokul closed 6 years ago

pradeepgokul commented 6 years ago

I'm trying to achieve render the treant chart in Meteor Application using Blaze Template, the issue I'm having the child nodes are not displaying on the array method, when I change the config data to JSON object it says ReferenceError: selector is not defined at Tree.reset (Treant.js:383). Can some one help with me?

https://youtu.be/BUrChYe4bPY

pradeepgokul commented 6 years ago

Problem solved by adding isLoaded