Exists an algorithm that calculate the position of nodes of a connected graph?
I like to draw the nodes of the graph as HTML DIV and have an algorithm that allows to positionate the nodes on the html page (using absolute position) according to the connections , like a mind map.
Exists an algorithm that calculate the position of nodes of a connected graph? I
Share
Generate SVG from dot, and write an XSLT that translates the SVG xml into the required HTML (on the server side).
Or, if you don’t care about IE versions less than 9, just serve the SVG