How to expand all nodes initially in infovis tree? constrained: false
doesn't work for me. After setting this, the space tree remains same. The space tree is displayed with root node only.
Asked
Active
Viewed 849 times
0

Samkit Jain
- 2,523
- 16
- 33

CSR
- 770
- 1
- 14
- 30
1 Answers
2
Check this link,
https://groups.google.com/forum/#!topic/javascript-information-visualization-toolkit/F3fwCeG8T8o
And this,
http://philogb.github.io/jit/static/v20/Docs/files/Visualizations/Spacetree-js.html
You probably want to set parameter 'levelsToShow' to a really high number(like 100), along with 'constrained' set to false, to do the trick.

Pratik Patel
- 1,305
- 1
- 17
- 44