← Lithuaniachartlink · choropleth
Lithuania by: municipalities (savivaldybės) · counties
Map of Lithuania by municipality, one number per municipality
Also: Lithuania map by municipality · savivaldybių žemėlapis · Lietuvos savivaldybės · Lithuanian municipalities choropleth · map of Lithuania's 60 municipalities

Example: Population of Lithuania's municipalities, 2024 — Population in 2024 by municipality, from Eurostat's local administrative units. Region borders are drawn on top.
About this template
Data: one row per municipality with its GISCO id (LT_13 for Vilnius city) or its name, and a number. A municipality with no row stays grey. The region borders are drawn on top. Same design as the other country maps.
A choropleth map of the regions of the "lt-municipalities" geography, each region filled by one number from your data (the "population" column). The borders of the "lt-nuts3" regions are drawn on top of the regions in dark navy blue, 0.5 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 15000 to 150000, 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.3-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 — municipality (string, "Municipality (GISCO id, national code or name)"), population (number, "Population, 2024 (LAU)") — and 60 rows in the example "Population of Lithuania's municipalities, 2024". 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_LpCnkrFR4Ky40U5aCkM9X; buckets (with the values in classes and a swatch legend): ast_li2JEy5HbZ9EneNlogjTd; editorial (in the editorial house style — serif type on paper, a green ramp): ast_VzWjnqD9QEicv2tQoVSH7; categories (with a text category per region and a swatch legend): ast_geLUNi97HIZuwELdgh0gq; buckets-dark (with the values in classes and a swatch legend, on a dark canvas): ast_UJ9rVEh2BdwOVrT2ZGnLm; surroundings (with the land around the place drawn in grey): ast_g417oAC0gmOyQ67BZtZ3t; categories-dark (with a text category per region and a swatch legend, on a dark canvas): ast_wPTpiqzxIZNWu4AMqpPrL; buckets-editorial (with the values in classes and a swatch legend, in the editorial house style — serif type on paper, a green ramp): ast_xa8EhjCQUcZpTtkaWfDxE; dark-surroundings (on a dark canvas, with the land around the place drawn in grey): ast_QQiGRNCkIb2jW1atGQhbE; buckets-surroundings (with the values in classes and a swatch legend, with the land around the place drawn in grey): ast_brPaVBho34lKlgYUxU3bi; 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_TzWb3HfsNhxB0YCSWsFtu; editorial-surroundings (in the editorial house style — serif type on paper, a green ramp, with the land around the place drawn in grey): ast_ZKCYHBvu8jaDXHq20QU8x; categories-surroundings (with a text category per region and a swatch legend, with the land around the place drawn in grey): ast_eSx52tvSJbofRrfmXj6Bz; 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_D68olVfLp1CZtKnoCXxAg; 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_pFjFQuXfAcJrXL3GuoaDy; 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_7QlAYbuDRrgYENRT9VLJJ; 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_rz7sYjice7x7fuXQjnhkZ. 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 |
|---|---|---|
| municipality | string | Municipality (GISCO id, national code or name) |
| population | number | Population, 2024 (LAU) |
60 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_hWyqkAHKqI17rhv19fGC8",
"knobs": {
"theme": "light",
"dataType": "gradient",
"title": {
"text": "Your title"
},
"source": {
"text": "Where the numbers come from"
}
},
"data": {
"columns": [
{
"id": "municipality",
"type": "string"
},
{
"id": "population",
"type": "number"
}
],
"rows": [
[
"…"
]
]
},
"publish": true
}The recipe (the template's settings)
{
"chart": {
"domain": [
15000,
150000
],
"format": {
"kind": "number",
"compact": true,
"decimals": 1
},
"borders": {
"color": "#1f2937",
"width": 0.5,
"geography": "lt-nuts3"
},
"outline": {
"width": 0.3
},
"geography": "lt-municipalities"
},
"title": {
"text": "Population of Lithuania's municipalities, 2024"
},
"preset": "map-light",
"source": {
"url": "https://ec.europa.eu/eurostat/web/gisco/geodata/statistical-units/local-administrative-units",
"text": "Eurostat GISCO, local administrative units 2024 with population"
},
"encoding": {
"value": {
"column": "population"
},
"region": {
"column": "municipality"
}
},
"description": {
"text": "Population in 2024 by municipality, from Eurostat's local administrative units. Region borders are drawn on top."
}
}map · choropleth · lithuania · municipalities · europe · country-regions
Similar templates
- Map of Slovakia by municipality, one number per municipality
- Map of Switzerland by municipality, one number per municipality
- Map of Austria by municipality, one number per municipality
- Map of Hungary by municipality, one number per municipality
- Map of Poland by municipality, one number per municipality
- Map of Bulgaria by municipality, one number per municipality
- Map of Slovenia by municipality, one number per municipality
- Map of Croatia by municipality, one number per municipality
- All templates →