Skip to content

Commit

Permalink
Added description of the fork, with a simple usage example.
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoryk committed Nov 3, 2010
1 parent c6c0d7c commit 5b97062
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Please see the official home page for usage examples: http://www.graphdracula.net/

This fork adds Tree Layout mode. It is intended for drawing Directed Graphs.
After building a directed graph "g", perform tree layout likes this:
var layouter = new Graph.Layout.Tree(g);
layouter.layout();

(c) 2010 Grigory Kruglov, <grigory.kruglov@gmail.com>

0 comments on commit 5b97062

Please sign in to comment.