examples/5_pv_hierarchies/dendogram.rb in rubyvis-0.3.4 vs examples/5_pv_hierarchies/dendogram.rb in rubyvis-0.3.5

- old
+ new

@@ -17,11 +17,11 @@ end } h end -files=get_files(File.dirname(__FILE__)+"/../../") +files=get_files(File.dirname(__FILE__)+"/../../lib/") vis = Rubyvis::Panel.new do width 200 height 1500 @@ -29,10 +29,10 @@ right 160 top 10 bottom 10 layout_cluster do nodes pv.dom(files).root("rubyvis").sort(lambda {|a,b| a.node_name<=>b.node_name}).nodes - group 1 + group 0.2 orient "left" link.line do stroke_style "#ccc" line_width 1