Skip to content
Sergei Pond edited this page Jul 8, 2015 · 22 revisions

Wiki

phylotree.js defines an object generator in the D3 namespace: d3.layout.phylotree which is derived (in the JavaScript sense) from d3.layout.hierarchy, with all of its functions and elements. Utility (global) functions and variables are prefixed with d3_phylotree

phylotree.js uses semantic versioning.

Available topics

  • Constructors - creating phylotree.js objects
  • [Layout]
  • [Options]
  • [Element rendering]

##Constructors

Clone this wiki locally