philogb / jit

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
http://thejit.org
Other
1.51k stars 297 forks source link

dynamically loading the tree #181

Open dilip-vishwa opened 10 years ago

dilip-vishwa commented 10 years ago

I want to load the tree second time on the page by getting the ajax json data from the server, but the tree is loading with no change. I am passing the changed data. I have tried to remove the canvas from the tree, but it is not working.