All examples By author By category About

VisDockHub

Binary Tree

The Binary Tree organizes hierarchical data in the tree structure with each node containing only 2 child nodes. Branches of higher hierarchy are thicker than those of lower hierarchy. Each branch is an SVG line element that represents a datapoint. When the user howers the mouse pointer over a branch, it shows all the higher branches that connect the current branch with the root of the tree. Users can use various selection tools to query these branches. The VisDock toolkit has been integrated into the Bundle Chart example built with D3.js (found here) by Peter Cook. For more information about VisDock, please cick on the link.