← Italychartlink · choropleth
Italy by: provinces · regions
Map of Italy by province, one number per province
Also: Italy map by province · mappa delle province italiane · cartina Italia per provincia · Italian provinces choropleth · map of Italy's 107 provinces with the region borders

Example: Population of Italy's provinces, 2025 — Population on 1 January 2025 by province and metropolitan city, with the region borders drawn on top. Rome, Milan and Naples lead; Isernia and Aosta Valley are the smallest.
About this template
Data: one row per province with its ISO 3166-2 code (IT-MI for Milan, IT-RM for Rome) or its name, and a number. A province with no row stays grey. Same design as the other country maps, so they sit side by side.
A choropleth map of the regions of the "it-provinces" geography, each region filled by one number from your data (the "population" column). The borders of Italy's 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 100000 to 3000000, 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.4-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 — province (string, "Province (ISO 3166-2 code or name)"), population (number, "Population, 1 January 2025") — and 107 rows in the example "Population of Italy's provinces, 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_owD8XVWBlNXmix1hqJslh; buckets (with the values in classes and a swatch legend): ast_Di8shQQUfpRG8I0qMJfRD; editorial (in the editorial house style — serif type on paper, a green ramp): ast_PMGp3nbIWZgAZYR3ERTnq; categories (with a text category per region and a swatch legend): ast_nztp87CpjcKkUDMZQFxt5; buckets-dark (with the values in classes and a swatch legend, on a dark canvas): ast_QhihXVFjzctMhIw7yIs0n; surroundings (with the land around the place drawn in grey): ast_oLiKzfOw2YLP8nhLGemov; categories-dark (with a text category per region and a swatch legend, on a dark canvas): ast_oIAMcnmWjD8Tf2JNKJpVo; buckets-editorial (with the values in classes and a swatch legend, in the editorial house style — serif type on paper, a green ramp): ast_4Rl6D6Nqc6rY0b6gaW8y9; dark-surroundings (on a dark canvas, with the land around the place drawn in grey): ast_drNOxfvuihtAbBfLkcuUz; buckets-surroundings (with the values in classes and a swatch legend, with the land around the place drawn in grey): ast_GR0lOJf6vI38XzZg0A4dz; 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_ZOkbvACuwOoihQM9UGUZm; editorial-surroundings (in the editorial house style — serif type on paper, a green ramp, with the land around the place drawn in grey): ast_L6fiOBXkWZDjfdLSlNlug; categories-surroundings (with a text category per region and a swatch legend, with the land around the place drawn in grey): ast_ntG8FT2gplluzDpiRAgfn; 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_c0IZLKwYXxx4cs4iDwmDd; 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_iFPoEr4r5KW84tMJbNvoo; 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_zmoB7EB9EI008dfgqK80X; 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_c8tMOdv8Qn98z6tHz07SF. 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 |
|---|---|---|
| province | string | Province (ISO 3166-2 code or name) |
| population | number | Population, 1 January 2025 |
107 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_kkqTHLc3SNP8Wi4w4T3oq",
"knobs": {
"theme": "light",
"dataType": "gradient",
"title": {
"text": "Your title"
},
"source": {
"text": "Where the numbers come from"
}
},
"data": {
"columns": [
{
"id": "province",
"type": "string"
},
{
"id": "population",
"type": "number"
}
],
"rows": [
[
"…"
]
]
},
"publish": true
}The recipe (the template's settings)
{
"chart": {
"domain": [
100000,
3000000
],
"format": {
"kind": "number",
"compact": true,
"decimals": 1
},
"borders": {
"color": "#1f2937",
"width": 0.5,
"geography": "it-regions"
},
"outline": {
"width": 0.4
},
"geography": "it-provinces"
},
"title": {
"text": "Population of Italy's provinces, 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": "province"
}
},
"description": {
"text": "Population on 1 January 2025 by province and metropolitan city, with the region borders drawn on top. Rome, Milan and Naples lead; Isernia and Aosta Valley are the smallest."
}
}map · choropleth · italy · provinces · country-regions
Similar templates
- Map of Italy by region, one number per region
- Map of Spain by province, one number per province
- Map of Türkiye by province, one number per province
- Map of Bulgaria by province, one number per province
- Map of Denmark by province, one number per province
- Map of Belgium by province, one number per province
- Map of the Netherlands by province, one number per province
- Map of Slovakia by municipality, one number per municipality
- All templates →