GNU GPL free directed sugiyama barycenter graph layout in javascript and svg drawing
mooigraph 925b16bbb3 added javascript dot and gml graph language parsers | 3 éve | |
---|---|---|
dot-parser | 3 éve | |
gml-parser | 3 éve | |
graph | 3 éve | |
LICENSE | 3 éve | |
README.md | 3 éve | |
example-complex.htm | 3 éve | |
example-complex.js | 3 éve | |
example-simple.htm | 3 éve | |
example-simple.js | 3 éve | |
package.json | 3 éve | |
screenshot.png | 3 éve |
GNU GPL free directed sugiyama barycenter graph layout in javascript and svg drawing
Create layered directed graphs in SVG with a few lines of JS in a beautiful and compact layout. The library is based on a modified Sugiyama algorithm. The data feed into the graph library needs to be a node list with its corresponding adjacency list. Each node object in the list is expected to have at least the two properties 'label' and 'layer'. See the two provided example pages example-simple.htm and example-complex.htm for more information.
Originally developed for the Data Analysis Software NAFIDAS of the Swiss National Forest Inventory to visualize dependencies of database variables.
See the two example pages example-simple.htm and example-complex.htm
In the directories dot and gml parsers are javascript graph language parsers to combine with dGraph And it needs a dfs() routine to put the nodes in vertical levels for dGraph layout.
GNU GENERAL PUBLIC LICENSE v3