Note that there are some explanatory texts on larger screens.

plurals
  1. POOptimized graph drawing for the web
    primarykey
    data
    text
    <p>Having seen <a href="https://stackoverflow.com/questions/51574/good-java-graph-algorithm-library">some</a> <a href="https://stackoverflow.com/questions/555804/real-time-java-graph-chart-library">suggestions</a> for graphs, I wonder what's the optimum for my problem. </p> <p>I want to render a directed graph to a servlet/picture that is displayed in the browser. There should be some kind of optimization of position. No dependency to Swing would be preferred. Algorithms are not important, since the structure of the graph is determined by business logic. It would be desired to be able add labels to edges as well. it would be optimal if i can serve this as png/svg.</p> <p>Which library/service would you recommend? </p> <p>clarifications: </p> <p>1) The question is all about Graphs - like <a href="http://en.wikipedia.org/wiki/Directed_acyclic_graph" rel="nofollow noreferrer">Directed Acyclic Graph</a> - NOT - <a href="http://en.wikipedia.org/wiki/Chart" rel="nofollow noreferrer">Charts</a>.</p> <p>2) flot, Google Charts - cannot plot graphs, only charts, or have i missed something?</p> <p>3) no i do not need interactivity</p> <p>4) graphviz would be nice, but the grappa java library is quite outdated and is built upon swing/awt. while it may be theoretically possible to render swing to images, it would not be my favorite way to to so in a server-app.</p> <p>5) it would be fine to use an online service where the images are not hosted locally.</p> <p>edit: added links to Wikipedia to clarify graph/chart term</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload