← Finlandchartlink · choropleth
Finland by: regions · municipalities (kunnat)
Map of Finland by region, one number per region
Also: Finland map by region · Suomen kartta maakunnat · maakuntakartta · Finnish regions choropleth · map of Finland's 19 regions

Example: Population of Finland's regions, 2025 — Population on 1 January 2025 by region, from Eurostat's regional demography. NUTS 2 area borders are drawn on top.
About this template
Data: one row per region with its NUTS 2024 code (FI1B1 for Helsinki-Uusimaa, FI197 for Pirkanmaa) or its name — in the local language or in English — and a number. A region with no row stays grey. The NUTS 2 area borders are drawn on top. Same design as the other country maps.
A choropleth map of the regions of the "fi-nuts3" geography, each region filled by one number from your data (the "population" column). The borders of the "fi-nuts2" regions are drawn on top of the regions in dark navy blue, 1 units wide, so the finer regions read inside their larger units.
A sequential colour scale from pale blue for the smallest values to deep navy blue for the largest; pinned to 80000 to 600000, 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.6-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 — region (string, "Region (NUTS code or name)"), population (number, "Population, 1 January 2025") — and 19 rows in the example "Population of Finland's regions, 2025". 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_1AjPynilnS2Kj9ac0fgHf; buckets (with the values in classes and a swatch legend): ast_HtuMe8MuoPXJSZA27FQ5g; editorial (in the editorial house style — serif type on paper, a green ramp): ast_oxpRR0DEfWRk9vLtIum8h; categories (with a text category per region and a swatch legend): ast_1VP79s2iIkqEPTX9d5lpb; buckets-dark (with the values in classes and a swatch legend, on a dark canvas): ast_WOqfu9DN1rba7pScJwmFI; surroundings (with the land around the place drawn in grey): ast_yY4CpQwRtxuiOrkZin0Pj; categories-dark (with a text category per region and a swatch legend, on a dark canvas): ast_cejug5DinuTViJIcZE9f2; buckets-editorial (with the values in classes and a swatch legend, in the editorial house style — serif type on paper, a green ramp): ast_oIdiGqJsZuc80WaKPGgvs; dark-surroundings (on a dark canvas, with the land around the place drawn in grey): ast_QjpNzC52yGTMh4qP1rD9S; buckets-surroundings (with the values in classes and a swatch legend, with the land around the place drawn in grey): ast_5DUUtWErnuRI50LDTy9vy; 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_yzPUqLLDkPv3v9GQDPkls; editorial-surroundings (in the editorial house style — serif type on paper, a green ramp, with the land around the place drawn in grey): ast_0SML3jjB2lfstgEoOAFrg; categories-surroundings (with a text category per region and a swatch legend, with the land around the place drawn in grey): ast_7oHfn7ldJ5EYfyZCeGCmu; 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_9tWHr3TMPE7svm8uIUkzP; 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_urTrv8iuiqCyuvvTESB9E; 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_tDPJTt56pHPNWdAW5T5rx; 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_kFbsmZVPgM7ahaKq1WYam. 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 |
|---|---|---|
| region | string | Region (NUTS code or name) |
| population | number | Population, 1 January 2025 |
19 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_6srIrzMqE8LsCZGs9xfjW",
"knobs": {
"theme": "light",
"dataType": "gradient",
"title": {
"text": "Your title"
},
"source": {
"text": "Where the numbers come from"
}
},
"data": {
"columns": [
{
"id": "region",
"type": "string"
},
{
"id": "population",
"type": "number"
}
],
"rows": [
[
"…"
]
]
},
"publish": true
}The recipe (the template's settings)
{
"chart": {
"domain": [
80000,
600000
],
"format": {
"kind": "number",
"compact": true,
"decimals": 1
},
"borders": {
"color": "#1f2937",
"width": 1,
"geography": "fi-nuts2"
},
"outline": {
"width": 0.6
},
"geography": "fi-nuts3"
},
"title": {
"text": "Population of Finland's regions, 2025"
},
"preset": "map-light",
"source": {
"url": "https://ec.europa.eu/eurostat/databrowser/view/demo_r_pjanaggr3/default/table",
"text": "Eurostat, population on 1 January by NUTS region (demo_r_pjanaggr3), 2025"
},
"encoding": {
"value": {
"column": "population"
},
"region": {
"column": "region"
}
},
"description": {
"text": "Population on 1 January 2025 by region, from Eurostat's regional demography. NUTS 2 area borders are drawn on top."
}
}map · choropleth · finland · regions · europe · country-regions
Similar templates
- Map of Finland by municipality, one number per municipality
- Map of Slovakia by region, one number per region
- Map of Greece by region, one number per region
- Map of Ireland by region, one number per region
- Map of Czechia by region, one number per region
- Map of Portugal by region, one number per region
- Map of Poland by region, one number per region
- Map of Europe by NUTS 3 region, one number per region
- All templates →