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

Too much recursion #174

Closed sarahzrf closed 8 years ago

sarahzrf commented 10 years ago

I have a circular data structure that I am attempting to represent with a Spacetree, but it just errors with 'too much recursion'. Is it possible to make JIT render it lazily, so that only the next level or two is displayed at any given time?