TV_13SEP2011

TV_13SEP2011

Agenda

  • Confirmed that the 50K tree displays the same way in other viewers. (Leaves are all being right-aligned) Images below are from dendroscope and figtree, respectively.


  • demo: inherit styling over entire tree or subtree.

    • added isInheritable property to the json style element. (Still need to document on wiki page.) So anything that gets a style with isInheritable:true will pass it along to its children.

      • Haven't added an equivalent thing to the CSV styling. Do we want to keep supporting that, or just go all json?

    • descendant styles override inherited styles

    • highlights override both.

    • streamlined rendering code a bit.