This entry is part of the Chart Index, the reference library for the Chart Design Field Guide.

A radial tree diagram arranges a hierarchy around a circle. The root sits at the centre, depth moves outward, and parent-child links branch around the circumference.

The radial cluster form places every leaf at the same outer radius. This makes depth consistent and uses circumference efficiently when a hierarchy has many terminal nodes.

What it is

The chart is a node-link hierarchy expressed in polar coordinates. Angle separates branches; radius encodes depth. Curved radial links preserve the path from the centre to every leaf.

Capability hierarchyRoot at the centre; every terminal node shares the outer radius

The cluster layout is a dendrogram rather than a tidy tree: leaves align at a common depth even when their paths contain different numbers of intermediate nodes.

When to use it

  • The hierarchy has many leaves and relatively few levels.
  • Readers need to see branch structure and common terminal depth.
  • A wide Cartesian tree would require excessive horizontal space.
  • The circular form helps reveal the balance or imbalance of major branches.
  • Individual labels can be placed around the circumference without excessive collision.

When not to use it

  • Readers must compare exact horizontal or vertical positions.
  • The hierarchy is deep enough that inner rings become crowded.
  • Long labels would dominate the circumference.
  • The reading task depends on scanning a clear top-to-bottom reporting chain.
  • The circular presentation is being chosen for novelty rather than a genuine space or structure advantage.

Design principles

Keep the root visually quiet

The root anchors the structure but rarely carries the main analytical message. Use a clear central mark without allowing it to overpower the branches.

Reserve circumference for leaves

Leaf labels are easiest to read outside the outer radius. Rotate labels tangentially, flip those on the left side, and keep internal-node labels to tooltips unless the hierarchy is small.

Colour major branches, not every node

Use colour to identify top-level families and inherit it through their descendants. A different colour for every node turns the tree into confetti and weakens the branch structure.

Preserve path emphasis on interaction

Hovering a node should reveal its ancestors and, where useful, its descendants. Dim unrelated branches rather than changing the geometry, so the overall structure remains stable.

Control leaf separation

Siblings should sit closer together than nodes from different branches. The separation function is part of the design: it determines whether families read as coherent groups around the circumference.

Limit radial depth

Each additional level consumes another ring and compresses the inner structure. If depth is the main subject, a Cartesian tree or icicle chart may provide a more readable baseline.

Anatomy

A radial tree diagram combines six elements:

  • Root node — the central origin of the hierarchy.
  • Radial depth — distance from the centre representing hierarchy level.
  • Angular separation — spacing that distinguishes branches and siblings.
  • Radial link — a curved parent-child connection.
  • Terminal ring — the shared radius occupied by leaves in a cluster layout.
  • Circumference label — a tangential leaf label that remains upright on both sides.
  • Tree diagram — uses a Cartesian layout for more familiar directional reading.
  • Sunburst — represents hierarchy as nested angular area rather than explicit links.
  • Icicle chart — uses aligned rectangles to show depth and aggregate size.
  • Circle packing — uses enclosure rather than links to communicate hierarchy.
  • Network graph — supports non-hierarchical connections when each node may have multiple parents.

Reading list