{
"chart": {
"type": "bar"
},
"title": {
"text": "Altersstruktur 2024"
},
"subtitle": {
"text": "Heidenheim · Ostalbkreis · Ostwürttemberg"
},
"xAxis": {
"categories": [
"Heidenheim",
"Ostalbkreis",
"Ostwürttemberg"
]
},
"yAxis": {
"min": 0,
"max": 100,
"title": {
"text": "Anteil (%)"
}
},
"tooltip": {
"pointFormat": "{series.name}
Anteil: {point.y}%
Einwohner: {point.population}"
},
"plotOptions": {
"series": {
"stacking": "percent"
}
},
"series": [
{
"name": "Unter 15 Jahre",
"data": [
{
"y": 14.41,
"population": "19.481"
},
{
"y": 14.56,
"population": "46.227"
},
{
"y": 14.52,
"population": "65.708"
}
]
},
{
"name": "15 bis unter 65 Jahre",
"data": [
{
"y": 62.76,
"population": "84.869"
},
{
"y": 63.25,
"population": "200.765"
},
{
"y": 63.10,
"population": "285.634"
}
]
},
{
"name": "65 Jahre und älter",
"data": [
{
"y": 22.84,
"population": "30.885"
},
{
"y": 22.19,
"population": "70.435"
},
{
"y": 22.38,
"population": "101.320"
}
]
}
]
}