# Word Tree chart in Figma

> How a phrase branches through a body of text

A word tree takes a root word and branches out through every continuation found in a corpus, with branch weight showing frequency. It is a text-analysis chart rather than a numeric one — a way of reading what people actually say after a given phrase.

## Available in 1 of 5 chart libraries

| Library | Ready-made examples |
| --- | --- |
| Google Charts | 5 |

5 examples in total.

These are the real charting libraries running inside the plugin, not redrawn lookalikes. The word tree chart on your canvas is the library's own output, and the Export tab hands developers that same library's configuration plus React, Vue, Angular or Svelte code — so what you design is what gets built.

## Reach for it when

- Qualitative research: open survey responses, support transcripts, reviews.
- You want the phrasing itself, not a count of themes.

## Use something else when

- You already have coded categories; a bar chart is more precise.
- The corpus is small — there will be no branching to see.

## The data it needs

One row per phrase, plus the root word to branch from.

| Phrase |
| --- |
| the checkout was slow |
| the checkout was confusing |
| the checkout was fine |

---

Install Figma Charts: https://www.figma.com/community/plugin/1345221583582136577/figma-charts

All chart types: https://systergon.com/figma-charts/chart-types
