Skip to content

PhyloBox Widget Options

andrewxhill edited this page Feb 24, 2011 · 2 revisions

##Not all of these are enabled yet, but..

overview of the phylobox widget options object

myOptions = {
    background: null, //hex color
    viewMode: null, //'circular dendogram', 'dendogram', 'cladeogram'
    threeD: null,
    htuLabels: null,
    leafLabels:  null,
    labelSize:  8,
    branchColor: null,
    branchWidth: null,
    nodeRadius: null,
    title: null,
    tools: false,
    taxalist: false,
    cladeinfo: false,
    treeinfo: false,
    feedback: false,
    method: 'byKey', // to be appended to the end of the query url so /api/lookup/ becomes /api/lookup/byKey
    params: null  // parameters to be passed via lookup other than key
};