I have a database table containing network information (servers, clusters etc). Is there any javascript library to show this information(after converting it to json or xml) in a network bus topology model?
Server1 Server2 Cluster
| | |
| | |
========================================
Maybe you could look at protovis?
http://mbostock.github.com/protovis/
You have to do a little fiddling to make it work with jQuery. Any place in protovis where they use function you have to add the curly braces which have been omitted.