# Geo chart in Figma

> Values placed on a map

Geo charts cover choropleths, where regions are shaded by value, and marker maps, where points sit at coordinates. A map is the right chart when location genuinely explains the pattern — and the wrong one when it just makes the data look official.

## 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 geo 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

- The geography is part of the explanation: coverage, regional performance, logistics.
- The audience already thinks in those regions.

## Use something else when

- A ranked bar chart would answer the question — maps encode area, not importance.
- Population is the real driver; shade a rate, never a raw count.

## The data it needs

Per row: a region name or code and a value, or a latitude/longitude pair.

| Region | Value |
| --- | --- |
| Germany | 820 |
| France | 610 |
| Spain | 430 |

---

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

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