← Romaniachartlink · choropleth
Romania by: counties · communes, towns and cities (UAT)
Map of Romania by county, one number per county
Also: Romania map by county · harta județelor României · harta României pe județe · Romanian counties choropleth · map of Romania's 41 counties and Bucharest

Example: Population of Romania's counties, 2025 — Population on 1 January 2025 by county, from Eurostat's regional demography. Macroregion borders are drawn on top.
About this template
Data: one row per county with its NUTS 2024 code (RO321 for Bucharest, RO113 for Cluj) or its name — in the local language or in English — and a number. A county with no row stays grey. The macroregion borders are drawn on top. Same design as the other country maps.
A choropleth map of the regions of the "ro-nuts3" geography, each region filled by one number from your data (the "population" column). The borders of the "ro-nuts1" 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 250000 to 800000, 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 — county (string, "County (NUTS code or name)"), population (number, "Population, 1 January 2025") — and 42 rows in the example "Population of Romania's counties, 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_8DUPzHpnMh1BBK8AsNVFv; buckets (with the values in classes and a swatch legend): ast_NkMcvpzgg6O2gNlE5afOF; editorial (in the editorial house style — serif type on paper, a green ramp): ast_2sto7qefEuJq9p3fha7Cl; categories (with a text category per region and a swatch legend): ast_zdhAlZbpyiIaxtCR4AoSH; buckets-dark (with the values in classes and a swatch legend, on a dark canvas): ast_iks900EkU7S28lOZ90zpR; surroundings (with the land around the place drawn in grey): ast_8I6sR7byaQQsJFJFIu4z9; categories-dark (with a text category per region and a swatch legend, on a dark canvas): ast_zSgB4l3CcbmDeQzcoOKYS; buckets-editorial (with the values in classes and a swatch legend, in the editorial house style — serif type on paper, a green ramp): ast_KA5AhSZVEIDHuugOimkzZ; dark-surroundings (on a dark canvas, with the land around the place drawn in grey): ast_YS6bWy8a88TXrwd3jdZSO; buckets-surroundings (with the values in classes and a swatch legend, with the land around the place drawn in grey): ast_RjeILzF4q0fhswLxedqW4; 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_xjEVOazgQFHDBWbnwc6LY; editorial-surroundings (in the editorial house style — serif type on paper, a green ramp, with the land around the place drawn in grey): ast_fcFjBTc1PRQKDING93tw9; categories-surroundings (with a text category per region and a swatch legend, with the land around the place drawn in grey): ast_ryg7hz1lbNLLI91Z8NSGq; 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_uxKwl6kPRGPuLfuvr4DRG; 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_XrYoEK69Oq5QVG6R52Mnh; 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_yq5qmzBa8MY2Bp1ztKL8e; 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_lom5VYnSJxHmnD7FDlsJD. 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 |
|---|---|---|
| county | string | County (NUTS code or name) |
| population | number | Population, 1 January 2025 |
42 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_j7GUeyiVxGKn2ghEcXMAQ",
"knobs": {
"theme": "light",
"dataType": "gradient",
"title": {
"text": "Your title"
},
"source": {
"text": "Where the numbers come from"
}
},
"data": {
"columns": [
{
"id": "county",
"type": "string"
},
{
"id": "population",
"type": "number"
}
],
"rows": [
[
"…"
]
]
},
"publish": true
}The recipe (the template's settings)
{
"chart": {
"domain": [
250000,
800000
],
"format": {
"kind": "number",
"compact": true,
"decimals": 1
},
"borders": {
"color": "#1f2937",
"width": 1,
"geography": "ro-nuts1"
},
"outline": {
"width": 0.6
},
"geography": "ro-nuts3"
},
"title": {
"text": "Population of Romania's counties, 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": "county"
}
},
"description": {
"text": "Population on 1 January 2025 by county, from Eurostat's regional demography. Macroregion borders are drawn on top."
}
}map · choropleth · romania · counties · europe · country-regions
Similar templates
- Map of Romania by commune, one number per commune
- Map of Lithuania by county, one number per county
- Map of Croatia by county, one number per county
- Map of Hungary by county, one number per county
- Map of Norway by county, one number per county
- Map of Norway by county, one number per county
- Map of Norway by county, one number per county
- Map of Norway by county, one number per county
- All templates →