Javascript library for node-based objects and object relationships?

后端 未结 3 1540
一整个雨季
一整个雨季 2021-01-13 05:10

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 si

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-13 05:51

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

提交回复
热议问题