# Venn chart in Figma

> Overlap between two or three sets

A Venn diagram draws sets as circles whose intersections are the shared members. It works for two or three sets and degrades badly beyond that — four-set Venns need shapes that stop being circles and stop being readable.

## Available in 1 of 5 chart libraries

| Library | Ready-made examples |
| --- | --- |
| Highcharts | 2 |

2 examples in total.

These are the real charting libraries running inside the plugin, not redrawn lookalikes. The venn 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

- Audience or feature overlap between two or three groups.
- The intersection itself is the interesting number.

## Use something else when

- You have four or more sets — use an UpSet-style bar chart instead.
- The sets barely overlap; a bar chart of the counts is clearer.

## The data it needs

One row per set and per intersection, with its size.

| Sets | Size |
| --- | --- |
| A | 340 |
| B | 280 |
| A∩B | 95 |

---

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

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