Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 602 Bytes

treevisualization

The purpose is to make a visualization of a big tree structure using d3js.

Functions Calls

Function Calls

Animation [ ]

There will be animation to add and delete objects in the tree leafs.

Big number of children [ ]

Example of a tree with partition size of 256:

Many children

Visualizating all tree [ ]

Depending on the tree size, how to show it ?

Complete tree

Visualizating tree path [x]

By selecting a object (tree leaf), it shows its path

Tree path