ksobon / Mandrill

data visualization for Dynamo
30 stars 14 forks source link

Tree layouts support #18

Open radumg opened 7 years ago

radumg commented 7 years ago

Hey Konrad, have you thought of supporting d3.layout.tree ?

Scenarios where this would be useful could include :

example : http://mbostock.github.io/d3/talk/20111018/tree.html

What do you think ?

ksobon commented 7 years ago

I like that! If we can come up with a sample data that i can test this on then i can go for it.

radumg commented 7 years ago

hey @ksobon , here's an example built by Modelab, pretty much does what I was thinking of in terms of nested list exploration. It also uses D3.js.

http://executable.io/2014/10/24/dynamo-bim-revit-treemap/

ksobon commented 7 years ago

Yeah, I got sidetracked with something else, but I am thinking about updating Mandrill at some point. Thanks!

radumg commented 7 years ago

no worry/hurry, just wanted to leave you a link/record for when you do get around to it.