Tree Rendering
Last updated
Was this helpful?
Last updated
Was this helpful?
The goal of a Tree Renderer is to produce an image given some hierarchical data. These are already used in data visualisation in the form of . If you are unfamiliar with tree mapping, there are some great interactive examples on Observable:
You could come up with any visual representation you wanted. It could be as simple as printing the total number of nodes or it could even be 3D.
For the purposes of Faze, you would want to utilise all the space in the image and accessing any part of the tree by zooming in.
(circular treemaps)