{
"title": {
"text": "Beschäftigungsstruktur"
},
"subtitle": {
"text": "zum 30. Juni 2025
Lk Oldenburg / Niedersachsen"
},
"labels": {
"items": [{
"html": "Lk Oldenburg",
"style": {
"left": "130px",
"top": "40px",
"color": "darkblue",
"fontWeight" : "bold",
"fontSize" : "14px"
}
},
{
"html": "Niedersachsen",
"style": {
"left": "400px",
"top": "40px",
"color": "darkblue",
"fontWeight" : "bold",
"fontSize" : "14px"
}
}
]
},
"plotOptions": {
"pie": {
"size": 150,
"allowPointSelect": true,
"cursor": "pointer",
"borderWidth": 3,
"dataLabels": {
"enabled": true,
"distance": 3,
"format": "{point.percentage:.1f} %"
}
}
},
"chart": {
"type": "pie"
},
"series": [{
"name": "Beschäftigungstruktur Lk Ol",
"data": [{
"name": "Land-
und-
Forstw.",
"y": 2.7
}, {
"name": "Industrie",
"y": 24.2
}, {
"name": "Bau-
gewerbe",
"y": 8.4
},{
"name": "Handel",
"y": 19.5
},{
"name": "Dienst-
leistungen",
"y": 45.2
} ],
"center": [150, 80],
"showInLegend": false
},
{
"name": "Beschäftigungstruktur Nds",
"data": [{
"name": "Land-
und-
Forstw.",
"y": 1.4
}, {
"name": "Industrie",
"y": 19.4
}, {
"name": "Bau-
gewerbe",
"y": 6.6
},{
"name": "Handel",
"y": 13.9
},{
"name": "Dienst-
leistungen",
"y": 58.8
} ],
"center": [420, 80],
"showInLegend": true
}]
}