Tree Chart
  • 10 Mar 2023
  • 2 Minutes to read
  • Dark
    Light

Tree Chart

  • Dark
    Light

Article Summary

A tree chart excels at visualizing hierarchy. Here is an example of a tree chart created in Preset:

Reference Content

The following articles may be useful resources as you build your chart:

Creating a Tree Chart

Creating a tree chart is similar to creating a graph chart with one exception: tree charts enforce hierarchy while graph charts do not. You still need nodes (or circles) and edges (or connecting lines between circles), but you also need additional information on the hierarchy. Here's an example of how two edges and the connecting edge is rendered in Preset and the original data it originated from:

  • The name column is to define the nodes we want created:
    • To create the CEO node, the name value in row 1 is set to CEO
    • To create the VP of Marketing node, the name value in row 2 is set to VP of Marketing
  • To create the edge connecting both nodes and define the hierarchy, the id and parent columns are used:
    • In row 1, the id is set to rootwhich refers to the root node or the first node. This node always lives in the first layer of the tree.
    • In row 2, the id is set to child1 and the parent is set to rootThis defines the parent of the VP of Marketing node to be the root node.

Here's a diagram that showcases the full lifecycle of how the data flows from your database to Preset when generating a tree chart.

If your data isn't shaped this way and you're unable to modify the data at your database level, we recommend re-shaping the data in SQL Lab and publishing the result as a virtual dataset.

Customizing your Tree Chart

Under the Customize tab, you can find a number of options for customizing your tree chart further.

  • Tree Layout: Orthogonal by default, but you can switch to a more circular (or Radial) layout if you'd like
  • Tree Orientation: Choose between 2 horizontal tree options (Left to Right, Right to Left) and 2 vertical tree options (Top to Bottom, Bottom to Top).
  • Node Label Position: Choose where you want the labels for the nodes to live in relation to the nodes themselves (Left, Top, Bottom, Right)
  • Child Label Position: Choose where you want the labels for the children nodes to live (Left, Top, Bottom, Right)
  • Emphasis: Define how you want the visual emphasis to be shown upon hovering (Ancestor, Descendant)
  • Symbol: Define which symbol you want to be used to represent each node.
  • Symbol Size: Slider to choose the size of each symbol (representing each node).
  • Enable Graph Roaming: If you are visualizing a large number of nodes and edges and notice a slow down while scaling and moving, we recommend disabling some of the behaviors.
    • Move only: chart users can click and drag the chart view but not zoom in or out.
    • Scale only: chart users can zoom in or out but not click and drag the chart view.
    • Scale and Move: chart users can both zoom in or out or click and drag to move around the chart view.
    • Disabled: fixed chart view, no scaling or moving



Was this article helpful?

What's Next