ipfs-shipyard / dataviz

ipfs data visualizations
MIT License
29 stars 12 forks source link

d3 tree should not load all nodes recursively; should initially load two levels #16

Open harlantwood opened 8 years ago

harlantwood commented 8 years ago

extracted from #1:

@jbenet said:

btw i just tried this with the geoip root (QmQQ3BUpPjgYiTdhp4H9YWSCtoFXs8t91njhpvXNNLd3yB) and realized that because the refs are retrieved recursively, it wont work well for massive graphs. maybe it should grab the refs for each expanded node + its children, but stop there until a child is expanded.

probably easier to do this once #15 is done.