{
"title": {
"text": "Beschäftigungsstruktur"
},
"subtitle": {
"text": "zum 30. Juni 2025
Lk Cloppenburg / Niedersachsen"
},
"labels": {
"items": [{
"html": "Lk Cloppenburg",
"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 Clp",
"data": [{
"name": "Land-
und-
Forstw.",
"y": 4.0
}, {
"name": "Industrie",
"y": 31.5
}, {
"name": "Bau-
gewerbe",
"y": 9.7
},{
"name": "Handel",
"y": 12.1
},{
"name": "Dienst-
leistungen",
"y": 42.3
} ],
"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
}]
}