开发者

Java/JavaScript graph layout library that supports node size

开发者 https://www.devze.com 2023-04-09 19:38 出处:网络
Could anyone please suggest a Java or JavaScript library to layout a graph. The main requirement is that it should support graph layout algorithm taking into account a node size.

Could anyone please suggest a Java or JavaScript library to layout a graph. The main requirement is that it should support graph layout algorithm taking into account a node size.

I myself found a list of Java libraries to work with graphs and already tried JUNG, but I wasn't been able to find any graph layout implementations for JUNG that would take into account a node size. As a result some nodes happen to be too close so they're overlapping.

P.S.: I think it should 开发者_如何学Cbe pointed out that I only look for a library to layout the graph (i.e. determine its nodes positions). Calculated node positions will be then transfered from the server to a client requested the layout using http.

P.P.S.: a JavaScript library would be as good. I already tried arbor.js and it didn't work out for me because it doesn't take into account a node size.


is this what you are looking for?

0

精彩评论

暂无评论...
验证码 换一张
取 消