Skip to main content

Tree

Tree charts visualize hierarchical relationships. Columns supports both radial tree and tree-map layouts.

Requirements

To render a tree, your query should include at least:

  • id: current node identifier
  • parent: parent node identifier

In tree settings, you typically configure:

  1. id field
  2. parent field
  3. label field

Example

Try this example dataset and click Explore and Visualize.

Suggested template: Tree Template

Tree Visual Anatomy

Example query and result: Tree Visual Example

Tree settings panel: Tree Settings

Color Scale (Tree Map)

In tree-map mode, tile colors can be mapped to metric values.

  • With multiple palette stops: quantized coloring
  • With two palette stops: linear interpolation