admin管理员组

文章数量:1352150

Just wondering if any know if there is any JavaScript API out there that allow you to simply plot relationships between nodes.

I would like it if it used JavaScript: Something similar to (which doesn't quite work)

Or this (which is nicer but doesn't have any of the layout algorithms)

.html

Or if there is an approach like Google charts that can do something similar

I know I can get server side solutions that will do this but I am hopeful for a JS solution.

Cheers Anthony

Just wondering if any know if there is any JavaScript API out there that allow you to simply plot relationships between nodes.

I would like it if it used JavaScript: Something similar to (which doesn't quite work)

http://ajaxian./archives/new-javascriptcanvas-graph-library

Or this (which is nicer but doesn't have any of the layout algorithms)

http://raphaeljs./graffle.html

Or if there is an approach like Google charts that can do something similar

I know I can get server side solutions that will do this but I am hopeful for a JS solution.

Cheers Anthony

Share Improve this question asked Aug 10, 2009 at 1:54 vdh_antvdh_ant 13.2k13 gold badges68 silver badges87 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 6

I really like MxGraph

http://www.mxgraph./demo.html

I looked at this, it seems quite elegant.

It's just a bunch of unordered lists and CSS, easy to spit out from JavaScript.

http://astuteo./slickmap/

alt text http://astuteo./slickmap/images/slickmap-css-sitemap.png

本文标签: RelationshipNode ChartsGraphs Using Javascript or something elseStack Overflow