I’d like to create a force based graph layout of nodes. I’d like the nodes to be squares with a title, a link and an image. Is this possible using D3? Any direction for how to handle this? (obviously I’m a bit new to this).
Share
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.
Yes, very possible. You can see http://bl.ocks.org/950642 for an example that is pretty close to what you are looking for. You just need to append a
rectsimilar to how the text and image are appended in the example.