5

I'm looking for a Javascript (preferably open source) library for displaying node-based objects and object relationships. Pretty basic stuff: show a node (which can be a simple box) and it's properties. Properties can have values. Sometimes, the value can be a relationship with another node (which creates a line between the two nodes).

Something like this:

http://www.datamation.com/img/2007/02/yahoo-pipes1.jpg

http://g.loquin.free.fr/udk/UnrealKismet%20Main_Sequence.Controls.jpg

http://www.brandspankingnew.net/img/headers/yahoo_pipes.jpg

3 Answers 3

1

d3.js works well for things like this. You can see examples and learn more at http://mbostock.github.com/d3/.

Sign up to request clarification or add additional context in comments.

2 Comments

This is a graph lib, not a graph wiring lib.
Your description talks about nodes with lines connecting them, d3.js can definitely do that.
0
+50

The only wiring library i know is WireIt

Comments

0

Try this library Thejit

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.