diff --git a/champ.rb b/champ.rb index 5d8184f..f87f6eb 100755 --- a/champ.rb +++ b/champ.rb @@ -614,7 +614,7 @@ class Champ io = StringIO.new io.puts "digraph {" io.puts "overlap = false;" - io.puts "rankdir = TB;" + io.puts "rankdir = LR;" io.puts "splines = true;" io.puts "graph [fontname = Helvetica, fontsize = 9, size = \"14, 11\", nodesep = 0.2, ranksep = 0.3, ordering = out];" io.puts "node [fontname = Helvetica, fontsize = 9, shape = rect, style = filled, fillcolor = \"#fce94f\" color = \"#c4a000\"];" @@ -815,17 +815,19 @@ __END__ -
+

Frames

#{screenshots}

Cycles

#{cycles}
-
-

Watches

- #{watches} +

Call Graph

#{call_graph}
+
+

Watches

+ #{watches} +
diff --git a/doc/screenshot.png b/doc/screenshot.png index aff2b51..c65bf3b 100644 Binary files a/doc/screenshot.png and b/doc/screenshot.png differ