← Europechartlink · choropleth
Europe by: countries · NUTS 1 regions · NUTS 2 regions · NUTS 3 regions
Map of Europe by country, one number per country
Also: Europe map · map of European countries · European choropleth · countries of Europe coloured by a value · EU map by country

Example: Population of Europe's countries, 2023 — Resident population in 2023 for the countries of Europe, from Russia and Germany at the top to Iceland, Malta and the microstates at the bottom.
About this template
Data: one row per country with its ISO code (two-letter DE or three-letter DEU) or its English name, and a number. A country with no row stays grey. Europe, from Iceland to the Urals and from the Arctic to the Mediterranean; Turkey and Russia are cut by the frame. Same design as the other world and continent maps.
A choropleth map of the regions of the "europe-countries" geography, each region filled by one number from your data (the "population" column). The view is cropped to longitude -10–44.5 and latitude 34–71.
A sequential colour scale from pale blue for the smallest values to deep navy blue for the largest; pinned to 1000000 to 80000000, so values beyond the ends take the end colour and the colour bar says ≤ and ≥; a gradient colour bar below the map, with its labels underneath; values formatted in compact form (1.2k, 3.4M), 1 decimal; on a white canvas (#ffffff) with near-black text — a light theme; 0.5-unit hairline outlines between regions.
The title and description are left-aligned above the chart. Font: Inter (the default); a source line with a link sits at the bottom, with the chartlink badge in the corner.
Data: 2 columns — country (string, "Country (ISO alpha-2 or alpha-3 code, or name)"), population (number, "Population, 2023") — and 52 rows in the example "Population of Europe's countries, 2023". Regions are named by ISO 3166-2 region codes or region names; a region with no row stays unfilled in grey, and an unknown code fails loudly with the nearest matches. Your data keeps the same column ids and every other setting comes from the template; an agent can change any of them.
Other looks of this template — dark (on a dark canvas): ast_Ksy78tVWqyp2NyFRK9EuC; buckets (with the values in classes and a swatch legend): ast_cvym0xo8tfPgbuNsIwlFL; editorial (in the editorial house style — serif type on paper, a green ramp): ast_DipcUNzplx1L0cptakXoq; categories (with a text category per region and a swatch legend): ast_qz3HBfIuS43aE4uweDlTw; buckets-dark (with the values in classes and a swatch legend, on a dark canvas): ast_k7UCA1MGwFIiU7vuTxoUy; surroundings (with the land around the place drawn in grey): ast_ggW3HAhQJMQa7StqGAwNl; categories-dark (with a text category per region and a swatch legend, on a dark canvas): ast_8CleMbypsUszhVWuk6bGq; buckets-editorial (with the values in classes and a swatch legend, in the editorial house style — serif type on paper, a green ramp): ast_PTV20NaNKgFkybIZRmM8s; dark-surroundings (on a dark canvas, with the land around the place drawn in grey): ast_WTNnMP3zr4Y5gG1ct3htF; buckets-surroundings (with the values in classes and a swatch legend, with the land around the place drawn in grey): ast_LsEBzisvDet9ceqKMs0n8; categories-editorial (with a text category per region and a swatch legend, in the editorial house style — serif type on paper, a green ramp): ast_GFa7MyCOL5wifZqpwhHtS; editorial-surroundings (in the editorial house style — serif type on paper, a green ramp, with the land around the place drawn in grey): ast_xK5WwF6oyFHikXNsxwsbB; categories-surroundings (with a text category per region and a swatch legend, with the land around the place drawn in grey): ast_bNbOipsfW1IEZptpdjnTF; buckets-dark-surroundings (with the values in classes and a swatch legend, on a dark canvas, with the land around the place drawn in grey): ast_FXjWFacrtpUEGIZXV6NA7; categories-dark-surroundings (with a text category per region and a swatch legend, on a dark canvas, with the land around the place drawn in grey): ast_gzulG1ECamGkxtqC7ACgh; buckets-editorial-surroundings (with the values in classes and a swatch legend, in the editorial house style — serif type on paper, a green ramp, with the land around the place drawn in grey): ast_raWw5EhsH1XvyHFo12a8C; categories-editorial-surroundings (with a text category per region and a swatch legend, in the editorial house style — serif type on paper, a green ramp, with the land around the place drawn in grey): ast_mCeDgsdTldgHQAk2YY60a. On the page, switch with the toggles; an agent passes that id as the template instead.
Use it with your agent
Copy the prompt, paste it into Claude, ChatGPT, Cursor or any agent with the chartlink MCP server or API, and give it your numbers. It rebuilds this exact design with your data and hands back an embed, a PNG and a page.
The prompt in full
Data this template expects
| column id | type | in the example |
|---|---|---|
| country | string | Country (ISO alpha-2 or alpha-3 code, or name) |
| population | number | Population, 2023 |
52 rows in the example. Your data keeps these column ids; everything else about the chart comes from the template.
For agents: the API call
POST https://chartlink.app/api/assets
{
"template": "ast_l1jMx60gZPDrpalLpCXvc",
"knobs": {
"theme": "light",
"dataType": "gradient",
"title": {
"text": "Your title"
},
"source": {
"text": "Where the numbers come from"
}
},
"data": {
"columns": [
{
"id": "country",
"type": "string"
},
{
"id": "population",
"type": "number"
}
],
"rows": [
[
"…"
]
]
},
"publish": true
}The recipe (the template's settings)
{
"chart": {
"bounds": [
-10,
34,
44.5,
71
],
"domain": [
1000000,
80000000
],
"format": {
"kind": "number",
"compact": true,
"decimals": 1
},
"outline": {
"width": 0.5
},
"geography": "europe-countries"
},
"title": {
"text": "Population of Europe's countries, 2023"
},
"preset": "map-light",
"source": {
"url": "https://data.worldbank.org/indicator/SP.POP.TOTL",
"text": "World Bank, World Development Indicators — population, total (2023)"
},
"encoding": {
"value": {
"column": "population"
},
"region": {
"column": "country"
}
},
"description": {
"text": "Resident population in 2023 for the countries of Europe, from Russia and Germany at the top to Iceland, Malta and the microstates at the bottom."
}
}map · choropleth · europe · countries · world-set
Similar templates
- Map of Europe by NUTS 3 region, one number per region
- Map of Europe by NUTS 2 region, one number per region
- Map of Europe by NUTS 1 region, one number per region
- Map of South America by country, one number per country
- Map of Africa by country, one number per country
- World map by country, one number per country
- Map of Slovakia by municipality, one number per municipality
- Map of Switzerland by municipality, one number per municipality
- All templates →