Is there any sample of how one could design an interactive tree chart like in the pearltrees.com web site (see here for example) with D3 ?
thanks for any help !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create a force-directed graph to do something like this:
http://mbostock.github.com/d3/talk/20110921/#20
You would have a bit of work to do: