0

I am working onspace tree provided on this link Space Tree Animation.For the past 3 hours I am trying to add toggle functionality in this tree. For example if I click a node and all of its childrens are opened then it should collapse and vice versa.So in simple I want sort of toggle functionality.How can I acheive this?.Secondly when I click on one node it's sibblings get collapsed how can I stop this?.It's a bit complex for me to sort it out.Any help will be appreciated.

ankitr
  • 5,992
  • 7
  • 47
  • 66
Safi Mustafa
  • 175
  • 2
  • 14
  • http://philogb.github.io/jit/static/v20/Docs/files/Visualizations/Spacetree-js.html check API dicumentation – ankitr Feb 27 '15 at 04:28

1 Answers1

2

Check this:

https://github.com/rlopez0689/OrgChartJit

Feel free to contribute :)

Rodrigo López
  • 227
  • 4
  • 17